Uses of Class
org.apache.solr.core.BlobRepository.BlobContentRef
-
Packages that use BlobRepository.BlobContentRef Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCores -
-
Uses of BlobRepository.BlobContentRef in org.apache.solr.core
Methods in org.apache.solr.core that return BlobRepository.BlobContentRef Modifier and Type Method Description BlobRepository.BlobContentRef<ByteBuffer>BlobRepository. getBlobIncRef(String key)Returns the contents of a blob containing a ByteBuffer and increments a reference count.BlobRepository.BlobContentRefSolrCore. loadDecodeAndCacheBlob(String key, BlobRepository.Decoder<Object> decoder)Convenience method to load a blob.Methods in org.apache.solr.core with parameters of type BlobRepository.BlobContentRef Modifier and Type Method Description voidBlobRepository. decrementBlobRefCount(BlobRepository.BlobContentRef ref)This is to decrement a ref count
-