Methods
| Modifier and Type |
Method and Description |
void |
addLoggersToMetadata(List<DfsLogger> logs,
KeyExtent extent,
int id) |
void |
config(String hostname) |
int |
createLogId(KeyExtent tablet) |
void |
enqueueMasterMessage(MasterMessage m) |
void |
executeSplit(Tablet tablet) |
String |
getClientAddressString() |
VolumeManager |
getFileSystem() |
double |
getHoldTimeMillis() |
ZooLock |
getLock() |
Metrics |
getMinCMetrics() |
Tablet |
getOnlineTablet(KeyExtent extent) |
Collection<Tablet> |
getOnlineTablets() |
int |
getOpeningCount() |
String |
getReplicationAddressSTring() |
SecurityOperation |
getSecurityOperation() |
DfsLogger.ServerResources |
getServerConfig() |
Session |
getSession(long sessionId) |
TabletServerStatus |
getStats(Map<String,MapCounter<ScanRunState>> scanCounts) |
TableConfiguration |
getTableConfiguration(KeyExtent extent) |
TServerInstance |
getTabletSession() |
long |
getTotalMinorCompactions() |
int |
getUnopenedCount() |
boolean |
isMajorCompactionDisabled() |
static void |
main(String[] args) |
void |
minorCompactionFinished(CommitSession tablet,
String newDatafile,
int walogSeq) |
void |
minorCompactionStarted(CommitSession tablet,
int lastUpdateSequence,
String newMapfileLocation) |
void |
recover(VolumeManager fs,
KeyExtent extent,
TableConfiguration tconf,
List<LogEntry> logEntries,
Set<String> tabletFiles,
MutationReceiver mutationReceiver) |
void |
run() |
long |
updateTotalQueuedMutationSize(long additionalMutationSize) |
static Pair<org.apache.hadoop.io.Text,KeyExtent> |
verifyTabletInformation(AccumuloServerContext context,
KeyExtent extent,
TServerInstance instance,
SortedMap<Key,Value> tabletsKeyValues,
String clientAddress,
ZooLock lock) |