public static class BlobRepository.BlobContent<T> extends Object
Constructor and Description |
---|
BlobContent(String key,
ByteBuffer buffer) |
BlobContent(String key,
ByteBuffer buffer,
BlobRepository.Decoder<T> decoder) |
public final String key
public BlobContent(String key, ByteBuffer buffer, BlobRepository.Decoder<T> decoder)
public BlobContent(String key, ByteBuffer buffer)
public T get()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.