org.apache.blur.store.buffer
Class BufferStore
java.lang.Object
org.apache.blur.store.buffer.BufferStore
- All Implemented Interfaces:
- Store
public class BufferStore
- extends Object
- implements Store
initNewBuffer
public static void initNewBuffer(int bufferSize,
long totalAmount)
instance
public static Store instance(int bufferSize)
takeBuffer
public byte[] takeBuffer(int bufferSize)
- Specified by:
takeBuffer
in interface Store
putBuffer
public void putBuffer(byte[] buffer)
- Specified by:
putBuffer
in interface Store
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.