Uses of Class
org.apache.accumulo.core.metadata.schema.Ample.DataLevel
-
Packages that use Ample.DataLevel Package Description org.apache.accumulo.core.metadata.schema -
-
Uses of Ample.DataLevel in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return Ample.DataLevel Modifier and Type Method Description static Ample.DataLevel
Ample.DataLevel. of(TableId tableId)
static Ample.DataLevel
Ample.DataLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ample.DataLevel[]
Ample.DataLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.metadata.schema with parameters of type Ample.DataLevel Modifier and Type Method Description default void
Ample. deleteGcCandidates(Ample.DataLevel level, Collection<String> paths)
TabletsMetadata.Options
TabletsMetadata.TableOptions. forLevel(Ample.DataLevel level)
Read all of the tablet metadata for this level.default Iterator<String>
Ample. getGcCandidates(Ample.DataLevel level, String continuePoint)
-