| Interface | Description |
|---|---|
| AgeOffStore.TimeSource | |
| ReadOnlyRepo<T> |
Read only access to a repeatable persisted operation.
|
| ReadOnlyTStore<T> |
Read only access to a Transaction Store.
|
| Repo<T> |
Repeatable persisted operation
|
| TStore<T> |
Transaction Store: a place to save transactions
A transaction consists of a number of operations.
|
| Class | Description |
|---|---|
| AdminUtil<T> |
A utility to administer FATE operations
|
| 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.
|
| Fate<T> |
Fault tolerant executor
|
| ReadOnlyStore<T> |
This store decorates a TStore to make sure it can not be modified.
|
| ReadOnlyStore.ReadOnlyRepoWrapper<X> |
Decorates a Repo to make sure it is treated as a ReadOnlyRepo.
|
| ZooStore<T> |
| Enum | Description |
|---|---|
| ReadOnlyTStore.TStatus |
Possible operational status codes.
|
| Exception | Description |
|---|---|
| StackOverflowException |
Copyright © 2014 Apache Accumulo Project. All rights reserved.