Uses of Class
org.apache.accumulo.master.Master
-
-
Uses of Master in org.apache.accumulo.master
Fields in org.apache.accumulo.master declared as Master Modifier and Type Field Description protected MasterFateServiceHandler. masterConstructors in org.apache.accumulo.master with parameters of type Master Constructor Description MasterClientServiceHandler(Master master)MasterTime(Master master) -
Uses of Master in org.apache.accumulo.master.metrics
Methods in org.apache.accumulo.master.metrics with parameters of type Master Modifier and Type Method Description intMasterMetricsFactory. register(Master master) -
Uses of Master in org.apache.accumulo.master.recovery
Constructors in org.apache.accumulo.master.recovery with parameters of type Master Constructor Description RecoveryManager(Master master) -
Uses of Master in org.apache.accumulo.master.replication
Constructors in org.apache.accumulo.master.replication with parameters of type Master Constructor Description MasterReplicationCoordinator(Master master)MasterReplicationCoordinator(Master master, ZooReader reader)ReplicationDriver(Master master)WorkDriver(Master master) -
Uses of Master in org.apache.accumulo.master.tableOps
Methods in org.apache.accumulo.master.tableOps that return types with arguments of type Master Modifier and Type Method Description Repo<Master>ChangeTableState. call(long tid, Master env)abstract Repo<Master>MasterRepo. call(long tid, Master environment)Methods in org.apache.accumulo.master.tableOps with parameters of type Master Modifier and Type Method Description Repo<Master>ChangeTableState. call(long tid, Master env)abstract Repo<Master>MasterRepo. call(long tid, Master environment)static LockUtils. getReadLock(Master env, AbstractId<?> id, long tid)longChangeTableState. isReady(long tid, Master env)longMasterRepo. isReady(long tid, Master environment)static longUtils. reserveHdfsDirectory(Master env, String directory, long tid)static longUtils. reserveNamespace(Master env, NamespaceId namespaceId, long id, boolean writeLock, boolean mustExist, TableOperation op)static longUtils. reserveTable(Master env, TableId tableId, long tid, boolean writeLock, boolean tableMustExist, TableOperation op)voidChangeTableState. undo(long tid, Master env)voidMasterRepo. undo(long tid, Master environment)static voidUtils. unreserveHdfsDirectory(Master env, String directory, long tid)static voidUtils. unreserveNamespace(Master env, NamespaceId namespaceId, long id, boolean writeLock)static voidUtils. unreserveTable(Master env, TableId tableId, long tid, boolean writeLock) -
Uses of Master in org.apache.accumulo.master.tableOps.bulkVer1
Methods in org.apache.accumulo.master.tableOps.bulkVer1 that return types with arguments of type Master Modifier and Type Method Description Repo<Master>BulkImport. call(long tid, Master master)Repo<Master>CleanUpBulkImport. call(long tid, Master master)Repo<Master>CompleteBulkImport. call(long tid, Master master)Methods in org.apache.accumulo.master.tableOps.bulkVer1 with parameters of type Master Modifier and Type Method Description Repo<Master>BulkImport. call(long tid, Master master)Repo<Master>CleanUpBulkImport. call(long tid, Master master)Repo<Master>CompleteBulkImport. call(long tid, Master master)longBulkImport. isReady(long tid, Master master)voidBulkImport. undo(long tid, Master environment) -
Uses of Master in org.apache.accumulo.master.tableOps.bulkVer2
Methods in org.apache.accumulo.master.tableOps.bulkVer2 that return types with arguments of type Master Modifier and Type Method Description Repo<Master>CleanUpBulkImport. call(long tid, Master master)Repo<Master>CompleteBulkImport. call(long tid, Master master)Repo<Master>PrepBulkImport. call(long tid, Master master)Methods in org.apache.accumulo.master.tableOps.bulkVer2 with parameters of type Master Modifier and Type Method Description Repo<Master>CleanUpBulkImport. call(long tid, Master master)Repo<Master>CompleteBulkImport. call(long tid, Master master)Repo<Master>PrepBulkImport. call(long tid, Master master)longPrepBulkImport. isReady(long tid, Master master)voidPrepBulkImport. undo(long tid, Master environment) -
Uses of Master in org.apache.accumulo.master.tableOps.clone
Methods in org.apache.accumulo.master.tableOps.clone that return types with arguments of type Master Modifier and Type Method Description Repo<Master>CloneTable. call(long tid, Master environment)Methods in org.apache.accumulo.master.tableOps.clone with parameters of type Master Modifier and Type Method Description Repo<Master>CloneTable. call(long tid, Master environment)longCloneTable. isReady(long tid, Master environment)voidCloneTable. undo(long tid, Master environment) -
Uses of Master in org.apache.accumulo.master.tableOps.compact
Methods in org.apache.accumulo.master.tableOps.compact that return types with arguments of type Master Modifier and Type Method Description Repo<Master>CompactRange. call(long tid, Master env)Methods in org.apache.accumulo.master.tableOps.compact with parameters of type Master Modifier and Type Method Description Repo<Master>CompactRange. call(long tid, Master env)longCompactRange. isReady(long tid, Master env)voidCompactRange. undo(long tid, Master env) -
Uses of Master in org.apache.accumulo.master.tableOps.compact.cancel
Methods in org.apache.accumulo.master.tableOps.compact.cancel that return types with arguments of type Master Modifier and Type Method Description Repo<Master>CancelCompactions. call(long tid, Master environment)Methods in org.apache.accumulo.master.tableOps.compact.cancel with parameters of type Master Modifier and Type Method Description Repo<Master>CancelCompactions. call(long tid, Master environment)longCancelCompactions. isReady(long tid, Master env)voidCancelCompactions. undo(long tid, Master env) -
Uses of Master in org.apache.accumulo.master.tableOps.create
Methods in org.apache.accumulo.master.tableOps.create that return types with arguments of type Master Modifier and Type Method Description Repo<Master>CreateTable. call(long tid, Master master)Methods in org.apache.accumulo.master.tableOps.create with parameters of type Master Modifier and Type Method Description Repo<Master>CreateTable. call(long tid, Master master)longCreateTable. isReady(long tid, Master environment)voidCreateTable. undo(long tid, Master env) -
Uses of Master in org.apache.accumulo.master.tableOps.delete
Methods in org.apache.accumulo.master.tableOps.delete that return types with arguments of type Master Modifier and Type Method Description Repo<Master>DeleteTable. call(long tid, Master env)Methods in org.apache.accumulo.master.tableOps.delete with parameters of type Master Modifier and Type Method Description Repo<Master>DeleteTable. call(long tid, Master env)longDeleteTable. isReady(long tid, Master env)voidDeleteTable. undo(long tid, Master env) -
Uses of Master in org.apache.accumulo.master.tableOps.merge
Methods in org.apache.accumulo.master.tableOps.merge that return types with arguments of type Master Modifier and Type Method Description Repo<Master>TableRangeOp. call(long tid, Master env)Methods in org.apache.accumulo.master.tableOps.merge with parameters of type Master Modifier and Type Method Description Repo<Master>TableRangeOp. call(long tid, Master env)longTableRangeOp. isReady(long tid, Master env)voidTableRangeOp. undo(long tid, Master env) -
Uses of Master in org.apache.accumulo.master.tableOps.namespace.create
Methods in org.apache.accumulo.master.tableOps.namespace.create that return types with arguments of type Master Modifier and Type Method Description Repo<Master>CreateNamespace. call(long tid, Master master)Methods in org.apache.accumulo.master.tableOps.namespace.create with parameters of type Master Modifier and Type Method Description Repo<Master>CreateNamespace. call(long tid, Master master)longCreateNamespace. isReady(long tid, Master environment)voidCreateNamespace. undo(long tid, Master env) -
Uses of Master in org.apache.accumulo.master.tableOps.namespace.delete
Methods in org.apache.accumulo.master.tableOps.namespace.delete that return types with arguments of type Master Modifier and Type Method Description Repo<Master>DeleteNamespace. call(long tid, Master environment)Methods in org.apache.accumulo.master.tableOps.namespace.delete with parameters of type Master Modifier and Type Method Description Repo<Master>DeleteNamespace. call(long tid, Master environment)longDeleteNamespace. isReady(long id, Master environment)voidDeleteNamespace. undo(long id, Master environment) -
Uses of Master in org.apache.accumulo.master.tableOps.namespace.rename
Methods in org.apache.accumulo.master.tableOps.namespace.rename that return types with arguments of type Master Modifier and Type Method Description Repo<Master>RenameNamespace. call(long id, Master master)Methods in org.apache.accumulo.master.tableOps.namespace.rename with parameters of type Master Modifier and Type Method Description Repo<Master>RenameNamespace. call(long id, Master master)longRenameNamespace. isReady(long id, Master environment)voidRenameNamespace. undo(long tid, Master env) -
Uses of Master in org.apache.accumulo.master.tableOps.rename
Methods in org.apache.accumulo.master.tableOps.rename that return types with arguments of type Master Modifier and Type Method Description Repo<Master>RenameTable. call(long tid, Master master)Methods in org.apache.accumulo.master.tableOps.rename with parameters of type Master Modifier and Type Method Description Repo<Master>RenameTable. call(long tid, Master master)longRenameTable. isReady(long tid, Master env)voidRenameTable. undo(long tid, Master env) -
Uses of Master in org.apache.accumulo.master.tableOps.tableExport
Methods in org.apache.accumulo.master.tableOps.tableExport that return types with arguments of type Master Modifier and Type Method Description Repo<Master>ExportTable. call(long tid, Master env)Methods in org.apache.accumulo.master.tableOps.tableExport with parameters of type Master Modifier and Type Method Description Repo<Master>ExportTable. call(long tid, Master env)longExportTable. isReady(long tid, Master environment)voidExportTable. undo(long tid, Master env) -
Uses of Master in org.apache.accumulo.master.tableOps.tableImport
Methods in org.apache.accumulo.master.tableOps.tableImport that return types with arguments of type Master Modifier and Type Method Description Repo<Master>ImportTable. call(long tid, Master env)Methods in org.apache.accumulo.master.tableOps.tableImport with parameters of type Master Modifier and Type Method Description Repo<Master>ImportTable. call(long tid, Master env)voidImportTable. checkVersions(Master env)longImportTable. isReady(long tid, Master environment)voidImportTable. undo(long tid, Master env) -
Uses of Master in org.apache.accumulo.master.tserverOps
Methods in org.apache.accumulo.master.tserverOps that return types with arguments of type Master Modifier and Type Method Description Repo<Master>ShutdownTServer. call(long tid, Master master)Methods in org.apache.accumulo.master.tserverOps with parameters of type Master Modifier and Type Method Description Repo<Master>ShutdownTServer. call(long tid, Master master)longShutdownTServer. isReady(long tid, Master master)voidShutdownTServer. undo(long tid, Master m)
-