|
||||||||||
| 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>
|
| Methods in org.apache.accumulo.fate with parameters of type TStore | |
|---|---|
void |
AdminUtil.deleteLocks(TStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr)
|
boolean |
AdminUtil.prepDelete(TStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr)
|
boolean |
AdminUtil.prepFail(TStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr)
|
| 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 numThreads)
|
|
ReadOnlyStore(TStore<T> store)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||