Uses of Class
org.apache.accumulo.core.metadata.schema.TabletMetadata
-
Packages that use TabletMetadata Package Description org.apache.accumulo.core.metadata.schema -
-
Uses of TabletMetadata in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return TabletMetadata Modifier and Type Method Description static TabletMetadata
TabletMetadata. convertRow(Iterator<Map.Entry<Key,Value>> rowIter, EnumSet<TabletMetadata.ColumnType> fetchedColumns, boolean buildKeyValueMap)
TabletMetadata
RootTabletMetadata. convertToTabletMetadata()
Convert json to tablet metadata.static TabletMetadata
TabletsMetadata. getRootMetadata(String zkRoot, ZooCache zc)
TabletMetadata
LinkingIterator. next()
TabletMetadata
Ample. readTablet(KeyExtent extent, TabletMetadata.ColumnType... colsToFetch)
Read a single tablets metadata.TabletMetadata
AmpleImpl. readTablet(KeyExtent extent, TabletMetadata.ColumnType... colsToFetch)
Methods in org.apache.accumulo.core.metadata.schema that return types with arguments of type TabletMetadata Modifier and Type Method Description Iterator<TabletMetadata>
TabletsMetadata. iterator()
Stream<TabletMetadata>
TabletsMetadata. stream()
-