Uses of Class
voldemort.store.slop.Slop.Operation

Packages that use Slop.Operation
voldemort.store.slop A store implementation that falls back on storing values in additional nodes not in the preference list when nodes are unavailable. 
 

Uses of Slop.Operation in voldemort.store.slop
 

Methods in voldemort.store.slop that return Slop.Operation
 Slop.Operation Slop.getOperation()
           
static Slop.Operation Slop.Operation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Slop.Operation[] Slop.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in voldemort.store.slop with parameters of type Slop.Operation
Slop(java.lang.String storeName, Slop.Operation operation, byte[] key, byte[] value, int nodeId, java.util.Date arrived)
           
Slop(java.lang.String storeName, Slop.Operation operation, ByteArray key, byte[] value, byte[] transforms, int nodeId, java.util.Date arrived)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu