Uses of Class
org.apache.accumulo.tserver.InMemoryMap
-
Packages that use InMemoryMap Package Description org.apache.accumulo.tserver.tablet -
-
Uses of InMemoryMap in org.apache.accumulo.tserver.tablet
Methods in org.apache.accumulo.tserver.tablet with parameters of type InMemoryMap Modifier and Type Method Description booleanTablet. beginUpdatingLogsUsed(InMemoryMap memTable, DfsLogger more, boolean mincFinish)Constructors in org.apache.accumulo.tserver.tablet with parameters of type InMemoryMap 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)
-