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

Packages that use ReadOnlyTStore
org.apache.accumulo.fate   
 

Uses of ReadOnlyTStore in org.apache.accumulo.fate
 

Subinterfaces of ReadOnlyTStore in org.apache.accumulo.fate
 interface TStore<T>
          Transaction Store: a place to save transactions A transaction consists of a number of operations.
 

Classes in org.apache.accumulo.fate that implement ReadOnlyTStore
 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 ReadOnlyStore<T>
          This store decorates a TStore to make sure it can not be modified.
 class ZooStore<T>
           
 

Methods in org.apache.accumulo.fate with parameters of type ReadOnlyTStore
 void AdminUtil.print(ReadOnlyTStore<T> zs, IZooReaderWriter zk, String lockPath)
           
 void AdminUtil.print(ReadOnlyTStore<T> zs, IZooReaderWriter zk, String lockPath, Formatter fmt, Set<Long> filterTxid, EnumSet<ReadOnlyTStore.TStatus> filterStatus)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.