org.apache.solr.store.blockcache
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 © 2000-2014 Apache Software Foundation. All Rights Reserved.