@InterfaceAudience.Private public class CacheableDeserializerIdManager extends Object
CacheableDeserializer| Constructor and Description |
|---|
CacheableDeserializerIdManager() |
| Modifier and Type | Method and Description |
|---|---|
static CacheableDeserializer<Cacheable> |
getDeserializer(int id)
Get the cacheable deserializer as the given identifier Id
|
static int |
registerDeserializer(CacheableDeserializer<Cacheable> cd)
Register the given
Cacheable -- usually an hfileblock instance, these implement
the Cacheable Interface -- deserializer and generate a unique identifier id for it and return
this as our result. |
public static int registerDeserializer(CacheableDeserializer<Cacheable> cd)
Cacheable -- usually an hfileblock instance, these implement
the Cacheable Interface -- deserializer and generate a unique identifier id for it and return
this as our result.public static CacheableDeserializer<Cacheable> getDeserializer(int id)
id - Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.