org.apache.hadoop.hbase.regionserver
Class StoreEngine.PP<T>

java.lang.Object
  extended by 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.


Constructor Summary
protected StoreEngine.PP()
           
 
Method Summary
 T get()
           
 void set(T t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreEngine.PP

protected StoreEngine.PP()
Method Detail

set

public void set(T t)

get

public T get()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.