Uses of Class
org.apache.accumulo.tserver.tablet.TabletData
-
Packages that use TabletData Package Description org.apache.accumulo.tserver.tablet -
-
Uses of TabletData in org.apache.accumulo.tserver.tablet
Methods in org.apache.accumulo.tserver.tablet that return types with arguments of type TabletData Modifier and Type Method Description TreeMap<KeyExtent,TabletData>Tablet. split(byte[] sp)Constructors in org.apache.accumulo.tserver.tablet with parameters of type TabletData Constructor Description Tablet(TabletServer tabletServer, KeyExtent extent, TabletServerResourceManager.TabletResourceManager trm, TabletData data)
-