Uses of Class
org.apache.accumulo.core.clientImpl.TabletType
-
Packages that use TabletType Package Description org.apache.accumulo.core.clientImpl -
-
Uses of TabletType in org.apache.accumulo.core.clientImpl
Fields in org.apache.accumulo.core.clientImpl with type parameters of type TabletType Modifier and Type Field Description static Map<TabletType,Set<String>>ThriftScanner. serversWaitedForWritesMethods in org.apache.accumulo.core.clientImpl that return TabletType Modifier and Type Method Description static TabletTypeTabletType. type(Collection<KeyExtent> extents)static TabletTypeTabletType. type(KeyExtent ke)static TabletTypeTabletType. 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.
-