Package | Description |
---|---|
org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCore s |
Modifier and Type | Method and Description |
---|---|
BlobRepository.BlobContentRef<ByteBuffer> |
BlobRepository.getBlobIncRef(String key)
Returns the contents of a blob containing a ByteBuffer and increments a reference count.
|
BlobRepository.BlobContentRef |
SolrCore.loadDecodeAndCacheBlob(String key,
BlobRepository.Decoder<Object> decoder)
Convenience method to load a blob.
|
Modifier and Type | Method and Description |
---|---|
void |
BlobRepository.decrementBlobRefCount(BlobRepository.BlobContentRef ref)
This is to decrement a ref count
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.