Uses of Class
org.apache.accumulo.core.data.PartialKey

Packages that use PartialKey
org.apache.accumulo.core.data   
org.apache.accumulo.core.file.keyfunctor   
 

Uses of PartialKey in org.apache.accumulo.core.data
 

Methods in org.apache.accumulo.core.data that return PartialKey
static PartialKey PartialKey.getByDepth(int depth)
           
static PartialKey PartialKey.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PartialKey[] PartialKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.data with parameters of type PartialKey
 int Key.compareTo(Key other, PartialKey part)
          Compare elements of a key given by a PartialKey.
 boolean Key.equals(Key other, PartialKey part)
          Compare part of a key.
 Key Key.followingKey(PartialKey part)
          Returns a key that will sort immediately after this key.
 

Uses of PartialKey in org.apache.accumulo.core.file.keyfunctor
 

Fields in org.apache.accumulo.core.file.keyfunctor declared as PartialKey
static PartialKey ColumnFamilyFunctor.kDepth
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.