Uses of Interface
org.apache.accumulo.fate.TStore

Packages that use TStore
org.apache.accumulo.fate   
 

Uses of TStore in org.apache.accumulo.fate
 

Classes in org.apache.accumulo.fate that implement TStore
 class AgeOffStore<T>
          This store removes Repos, in the store it wraps, that are in a finished or new state for more than a configurable time period.
 class ZooStore<T>
           
 

Constructors in org.apache.accumulo.fate with parameters of type TStore
AgeOffStore(TStore<T> store, long ageOffTime)
           
AgeOffStore(TStore<T> store, long ageOffTime, AgeOffStore.TimeSource timeSource)
           
Fate(T environment, TStore<T> store, int numTreads)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.