| Package | Description |
|---|---|
| org.apache.accumulo.tserver | |
| org.apache.accumulo.tserver.session | |
| org.apache.accumulo.tserver.tablet |
| Modifier and Type | Method and Description |
|---|---|
Tablet |
TabletServer.getOnlineTablet(KeyExtent extent) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Tablet> |
TabletServer.getOnlineTablets() |
| Modifier and Type | Method and Description |
|---|---|
void |
TabletServer.executeSplit(Tablet tablet) |
void |
TabletServerResourceManager.TabletResourceManager.updateMemoryUsageStats(Tablet tablet,
long size,
long mincSize) |
| Modifier and Type | Field and Description |
|---|---|
Tablet |
UpdateSession.currentTablet |
| Modifier and Type | Field and Description |
|---|---|
Map<Tablet,List<Mutation>> |
UpdateSession.queuedMutations |
MapCounter<Tablet> |
UpdateSession.successfulCommits |
| Constructor and Description |
|---|
Compactor(AccumuloServerContext 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) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.