Uses of Class
org.apache.accumulo.tserver.tablet.Tablet
-
Packages that use Tablet Package Description org.apache.accumulo.tserver org.apache.accumulo.tserver.session org.apache.accumulo.tserver.tablet -
-
Uses of Tablet in org.apache.accumulo.tserver
Methods in org.apache.accumulo.tserver that return Tablet Modifier and Type Method Description TabletTabletServer. getOnlineTablet(KeyExtent extent)Methods in org.apache.accumulo.tserver that return types with arguments of type Tablet Modifier and Type Method Description SortedMap<KeyExtent,Tablet>TabletServer. getOnlineTablets()Methods in org.apache.accumulo.tserver with parameters of type Tablet Modifier and Type Method Description voidTabletServer. executeSplit(Tablet tablet)protected abstract longBusiestTracker. extractCount(Tablet tablet)voidOnlineTablets. put(KeyExtent ke, Tablet t)voidOnlineTablets. split(KeyExtent oldTablet, Tablet newTablet1, Tablet newTablet2)voidTabletServerResourceManager.TabletResourceManager. updateMemoryUsageStats(Tablet tablet, long size, long mincSize)Method parameters in org.apache.accumulo.tserver with type arguments of type Tablet Modifier and Type Method Description List<ComparablePair<Long,KeyExtent>>BusiestTracker. computeBusiest(Collection<Tablet> tablets) -
Uses of Tablet in org.apache.accumulo.tserver.session
Fields in org.apache.accumulo.tserver.session declared as Tablet Modifier and Type Field Description TabletUpdateSession. currentTabletFields in org.apache.accumulo.tserver.session with type parameters of type Tablet Modifier and Type Field Description Map<Tablet,List<Mutation>>UpdateSession. queuedMutationsMapCounter<Tablet>UpdateSession. successfulCommits -
Uses of Tablet in org.apache.accumulo.tserver.tablet
Constructors in org.apache.accumulo.tserver.tablet with parameters of type Tablet Constructor Description Compactor(ServerContext context, Tablet tablet, Map<FileRef,DataFileValue> files, InMemoryMap imm, FileRef outputFile, boolean propogateDeletes, Compactor.CompactionEnv env, List<IteratorSetting> iterators, int reason, AccumuloConfiguration tableConfiguation)MinorCompactor(TabletServer tabletServer, Tablet tablet, InMemoryMap imm, FileRef mergeFile, DataFileValue dfv, FileRef outputFile, MinorCompactionReason mincReason, TableConfiguration tableConfig)
-