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 TabletMetadataTabletMetadata. convertRow(Iterator<Map.Entry<Key,Value>> rowIter, EnumSet<TabletMetadata.ColumnType> fetchedColumns, boolean buildKeyValueMap)TabletMetadataRootTabletMetadata. convertToTabletMetadata()Convert json to tablet metadata.static TabletMetadataTabletsMetadata. getRootMetadata(String zkRoot, ZooCache zc)TabletMetadataLinkingIterator. next()TabletMetadataAmple. readTablet(KeyExtent extent, TabletMetadata.ColumnType... colsToFetch)Read a single tablets metadata.TabletMetadataAmpleImpl. 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()
-