Uses of Class
org.apache.accumulo.core.metadata.schema.TabletMetadata.LocationType
-
Packages that use TabletMetadata.LocationType Package Description org.apache.accumulo.core.metadata.schema -
-
Uses of TabletMetadata.LocationType in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return TabletMetadata.LocationType Modifier and Type Method Description TabletMetadata.LocationTypeTabletMetadata.Location. getType()static TabletMetadata.LocationTypeTabletMetadata.LocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TabletMetadata.LocationType[]TabletMetadata.LocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-