Package org.apache.solr.core
Class BlobRepository.BlobContent<T>
- java.lang.Object
-
- org.apache.solr.core.BlobRepository.BlobContent<T>
-
- Enclosing class:
- BlobRepository
public static class BlobRepository.BlobContent<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description BlobContent(String key, ByteBuffer buffer)
BlobContent(String key, ByteBuffer buffer, BlobRepository.Decoder<T> decoder)
-
-
-
Field Detail
-
key
public final String key
-
-
Constructor Detail
-
BlobContent
public BlobContent(String key, ByteBuffer buffer, BlobRepository.Decoder<T> decoder)
-
BlobContent
public BlobContent(String key, ByteBuffer buffer)
-
-
Method Detail
-
get
public T get()
Get the cached object.- Returns:
- the object representing the content that is cached.
-
-