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

Packages that use ReadOnlyRepo
org.apache.accumulo.fate   
 

Uses of ReadOnlyRepo in org.apache.accumulo.fate
 

Subinterfaces of ReadOnlyRepo in org.apache.accumulo.fate
 interface Repo<T>
          Repeatable persisted operation
 

Classes in org.apache.accumulo.fate that implement ReadOnlyRepo
protected static class ReadOnlyStore.ReadOnlyRepoWrapper<X>
          Decorates a Repo to make sure it is treated as a ReadOnlyRepo.
 

Methods in org.apache.accumulo.fate that return ReadOnlyRepo
 ReadOnlyRepo<T> ReadOnlyTStore.top(long tid)
          Get the current operation for the given transaction id.
 ReadOnlyRepo<T> ReadOnlyStore.top(long tid)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.