org.apache.hadoop.hbase.regionserver
Class StoreEngine.PP<T>
java.lang.Object
org.apache.hadoop.hbase.regionserver.StoreEngine.PP<T>
- Enclosing class:
- StoreEngine
protected static class StoreEngine.PP<T>
- extends Object
To allow StoreEngine-s to have custom dependencies between 3 components, we want to create
them in one place. To return multiple, simulate C++ pointer to pointers/C# out params.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreEngine.PP
protected StoreEngine.PP()
set
public void set(T t)
get
public T get()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.