Package org.apache.solr.store.blockcache
Interface Store
-
- All Known Implementing Classes:
BufferStore
public interface Store- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidputBuffer(byte[] buffer)byte[]takeBuffer(int bufferSize)
-