Package org.apache.hadoop.hbase.io.hfile
Class TestCacheConfig.Deserializer
java.lang.Object
org.apache.hadoop.hbase.io.hfile.TestCacheConfig.Deserializer
- All Implemented Interfaces:
org.apache.hadoop.hbase.io.hfile.CacheableDeserializer<org.apache.hadoop.hbase.io.hfile.Cacheable>
- Enclosing class:
- TestCacheConfig
static class TestCacheConfig.Deserializer
extends Object
implements org.apache.hadoop.hbase.io.hfile.CacheableDeserializer<org.apache.hadoop.hbase.io.hfile.Cacheable>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final org.apache.hadoop.hbase.io.hfile.Cacheable
private int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.hfile.Cacheable
deserialize
(org.apache.hadoop.hbase.nio.ByteBuff b, org.apache.hadoop.hbase.io.ByteBuffAllocator alloc) int
-
Field Details
-
cacheable
-
deserializedIdentifier
-
-
Constructor Details
-
Deserializer
Deserializer(org.apache.hadoop.hbase.io.hfile.Cacheable c)
-
-
Method Details
-
getDeserializerIdentifier
- Specified by:
getDeserializerIdentifier
in interfaceorg.apache.hadoop.hbase.io.hfile.CacheableDeserializer<org.apache.hadoop.hbase.io.hfile.Cacheable>
-
deserialize
public org.apache.hadoop.hbase.io.hfile.Cacheable deserialize(org.apache.hadoop.hbase.nio.ByteBuff b, org.apache.hadoop.hbase.io.ByteBuffAllocator alloc) throws IOException - Specified by:
deserialize
in interfaceorg.apache.hadoop.hbase.io.hfile.CacheableDeserializer<org.apache.hadoop.hbase.io.hfile.Cacheable>
- Throws:
IOException
-