Uses of Class
org.apache.accumulo.core.client.admin.InitialTableState
-
Packages that use InitialTableState Package Description org.apache.accumulo.core.client.admin -
-
Uses of InitialTableState in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return InitialTableState Modifier and Type Method Description InitialTableState
NewTableConfiguration. getInitialTableState()
Return value indicating whether table is to be created in offline or online mode.static InitialTableState
InitialTableState. valueOf(String name)
Returns the enum constant of this type with the specified name.static InitialTableState[]
InitialTableState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-