|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |