Uses of Class
org.apache.accumulo.core.client.impl.TabletType

Packages that use TabletType
org.apache.accumulo.core.client.impl   
 

Uses of TabletType in org.apache.accumulo.core.client.impl
 

Fields in org.apache.accumulo.core.client.impl with type parameters of type TabletType
static Map<TabletType,Set<String>> ThriftScanner.serversWaitedForWrites
           
 

Methods in org.apache.accumulo.core.client.impl that return TabletType
static TabletType TabletType.type(Collection<KeyExtent> extents)
           
static TabletType TabletType.type(KeyExtent ke)
           
static TabletType TabletType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabletType[] TabletType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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