@InterfaceAudience.Private public class CacheableDeserializerIdManager extends Object
CacheableDeserializer| 构造器和说明 |
|---|
CacheableDeserializerIdManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.