org.apache.blur.store.buffer
Interface Store

All Known Implementing Classes:
BufferStore

public interface Store


Method Summary
 void putBuffer(byte[] buffer)
           
 byte[] takeBuffer(int bufferSize)
           
 

Method Detail

takeBuffer

byte[] takeBuffer(int bufferSize)

putBuffer

void putBuffer(byte[] buffer)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.