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