A B C D E F G H I K L M N O P R S T U V W Z 
All Classes All Packages

A

AbstractServer - Class in org.apache.accumulo.server
 
AbstractServer(String, ServerOpts, String[]) - Constructor for class org.apache.accumulo.server.AbstractServer
 
accept(Key, Value) - Method in class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
acceptsAllHosts() - Method in class org.apache.accumulo.server.security.UserImpersonation.UsersWithHosts
 
acceptsAllUsers() - Method in class org.apache.accumulo.server.security.UserImpersonation.UsersWithHosts
 
AccumuloDataVersion - Class in org.apache.accumulo.server
Class representing the version of data stored in Accumulo.
AccumuloDataVersion() - Constructor for class org.apache.accumulo.server.AccumuloDataVersion
 
AccumuloStatus - Class in org.apache.accumulo.server.util
 
AccumuloStatus() - Constructor for class org.apache.accumulo.server.util.AccumuloStatus
 
ActionStatsUpdator - Class in org.apache.accumulo.server.util
 
ActionStatsUpdator() - Constructor for class org.apache.accumulo.server.util.ActionStatsUpdator
 
add(Stream<StoredTabletFile>) - Method in class org.apache.accumulo.server.metadata.RootGcCandidates
 
add(TableInfo, TableInfo) - Static method in class org.apache.accumulo.server.util.TableInfoUtil
 
add(CompactionStats) - Method in class org.apache.accumulo.server.compaction.CompactionStats
 
add(T) - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
addAll(Collection<? extends T>) - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
addBulkLoadInProgressFlag(ServerContext, String, long) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
addExecute(long) - Method in class org.apache.accumulo.server.metrics.ThriftMetrics
 
addIdle(long) - Method in class org.apache.accumulo.server.metrics.ThriftMetrics
 
addKey(AuthenticationKey) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
Add the provided key to the in-memory copy of all AuthenticationKeys.
addLoadTime(long) - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreMetrics
 
addNewTablet(ServerContext, KeyExtent, String, TServerInstance, Map<StoredTabletFile, DataFileValue>, Map<Long, ? extends Collection<TabletFile>>, MetadataTime, long, long, ServiceLock) - Static method in class org.apache.accumulo.server.util.ManagerMetadataUtil
 
addNewWalMarker(TServerInstance, Path) - Method in class org.apache.accumulo.server.log.WalStateManager
 
addObserver(TableObserver) - Method in class org.apache.accumulo.server.tables.TableManager
 
addOrUpdate(String, String) - Method in class org.apache.accumulo.server.conf.codec.VersionedProperties
Update a single property.
addOrUpdate(Map<String, String>) - Method in class org.apache.accumulo.server.conf.codec.VersionedProperties
Add or update multiple properties.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
address - Variable in class org.apache.accumulo.server.rpc.ServerAddress
 
addTable(TableId, NamespaceId, String) - Method in class org.apache.accumulo.server.tables.TableManager
 
addTablet(KeyExtent, String, ServerContext, TimeType, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
addWork(String, byte[]) - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
addWork(String, String) - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
Adds work to the queue, automatically converting the String to bytes using UTF-8
Admin - Class in org.apache.accumulo.server.util
 
Admin() - Constructor for class org.apache.accumulo.server.util.Admin
 
advertise(AuthenticationKey) - Method in class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyDistributor
Add the given AuthenticationKey to ZooKeeper.
allTransactionsAlive(ServerContext, String) - Static method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
AllVolumesDirectory - Class in org.apache.accumulo.server.gc
A specially encoded GC Reference to a directory with the GcVolumeUtil.ALL_VOLUMES_PREFIX
AllVolumesDirectory(TableId, String) - Constructor for class org.apache.accumulo.server.gc.AllVolumesDirectory
 
AlwaysTrueSet() - Constructor for class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
appendBytes(StringBuilder, byte[], int, int) - Method in class org.apache.accumulo.server.replication.StatusFormatter
Deprecated.
 
appendText(StringBuilder, Text) - Method in class org.apache.accumulo.server.replication.StatusFormatter
Deprecated.
 
applicationName - Variable in class org.apache.accumulo.server.AbstractServer
 
asMap() - Method in class org.apache.accumulo.server.conf.codec.VersionedProperties
Get an unmodifiable map with all property key,value pairs.
Assignment - Class in org.apache.accumulo.server.manager.state
 
Assignment(KeyExtent, TServerInstance) - Constructor for class org.apache.accumulo.server.manager.state.Assignment
 
assignTablet(ServiceLock, KeyExtent) - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
assignWork() - Method in interface org.apache.accumulo.server.replication.WorkAssigner
Deprecated.
Assign work for replication
asyncLoad(PropStoreKey<?>, Executor) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropLoader
 
asyncReload(PropStoreKey<?>, VersionedProperties, Executor) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropLoader
 
audit - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
AuditedSecurityOperation - Class in org.apache.accumulo.server.security
 
AuditedSecurityOperation(ServerContext, Authorizor, Authenticator, PermissionHandler) - Constructor for class org.apache.accumulo.server.security.AuditedSecurityOperation
 
AUDITLOG - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
AUTHENICATE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
authenticate(TCredentials) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
authenticate(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
authenticate(TInfo, TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
authenticatedUserHasAuthorizations(TCredentials, List<ByteBuffer>) - Method in class org.apache.accumulo.server.security.SecurityOperation
Check if an already authenticated user has specified authorizations.
authenticateUser(String, AuthenticationToken) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
authenticateUser(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
authenticateUser(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
authenticateUser(TCredentials, TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
authenticateUser(TInfo, TCredentials, TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
AuthenticationKey - Class in org.apache.accumulo.server.security.delegation
Represents a secret key used for signing and verifying authentication tokens by AuthenticationTokenSecretManager.
AuthenticationKey() - Constructor for class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
AuthenticationKey(int, long, long, SecretKey) - Constructor for class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
AuthenticationTokenKeyManager - Class in org.apache.accumulo.server.security.delegation
Service that handles generation of the secret key used to create delegation tokens.
AuthenticationTokenKeyManager(AuthenticationTokenSecretManager, ZooAuthenticationKeyDistributor, long, long) - Constructor for class org.apache.accumulo.server.security.delegation.AuthenticationTokenKeyManager
Construct the key manager which will generate new AuthenticationKeys to generate and verify delegation tokens
AuthenticationTokenSecretManager - Class in org.apache.accumulo.server.security.delegation
Manages an internal list of secret keys used to sign new authentication tokens as they are generated, and to validate existing tokens used for authentication.
AuthenticationTokenSecretManager(InstanceId, long) - Constructor for class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
Create a new secret manager instance for generating keys.
Authenticator - Interface in org.apache.accumulo.server.security.handler
This interface is used for the system which will be used for authenticating a user.
Authorizor - Interface in org.apache.accumulo.server.security.handler
This interface is used for the system which will be used for getting a users Authorizations.

B

BAD_CONFIG - org.apache.accumulo.server.manager.state.TabletServerState
 
BAD_INSTANCE - org.apache.accumulo.server.manager.state.TabletServerState
 
BAD_INSTANCE_AND_CONFIG - org.apache.accumulo.server.manager.state.TabletServerState
 
BAD_SYSTEM_PASSWORD - org.apache.accumulo.server.manager.state.TabletServerState
 
BAD_VERSION - org.apache.accumulo.server.manager.state.TabletServerState
 
BAD_VERSION_AND_CONFIG - org.apache.accumulo.server.manager.state.TabletServerState
 
BAD_VERSION_AND_INSTANCE - org.apache.accumulo.server.manager.state.TabletServerState
 
BAD_VERSION_AND_INSTANCE_AND_CONFIG - org.apache.accumulo.server.manager.state.TabletServerState
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
Deprecated.
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
Deprecated.
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
Deprecated.
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
Ask the balancer if any migrations are necessary.
balance(TabletBalancer.BalanceParameters) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
 
BalancerEnvironmentImpl - Class in org.apache.accumulo.server.manager.balancer
 
BalancerEnvironmentImpl(ServerContext) - Constructor for class org.apache.accumulo.server.manager.balancer.BalancerEnvironmentImpl
 
balancerLog - Variable in class org.apache.accumulo.server.master.balancer.TabletBalancer.BalancerProblem
Deprecated.
 
BalancerProblem(Logger) - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer.BalancerProblem
Deprecated.
 
BASE_TIME_UNITS - Static variable in class org.apache.accumulo.server.conf.store.impl.PropCacheCaffeineImpl
 
BaseRelativeTime - Class in org.apache.accumulo.server.util.time
Provide time from a local source and a hint from a time source.
BEGIN_FIELD_NUMBER - Static variable in class org.apache.accumulo.server.replication.proto.Replication.Status
 
build() - Method in class org.apache.accumulo.server.conf.store.impl.PropCacheCaffeineImpl.Builder
 
build() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
Builder(ZooPropLoader, PropStoreMetrics) - Constructor for class org.apache.accumulo.server.conf.store.impl.PropCacheCaffeineImpl.Builder
 
buildPartial() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
buildSharedUsageMap(TableDiskUsage, ClientContext, Set<TableId>) - Static method in class org.apache.accumulo.server.util.TableDiskUsage
 
BulkImporter - Class in org.apache.accumulo.server.client
 
BulkImporter(ServerContext, long, String, boolean) - Constructor for class org.apache.accumulo.server.client.BulkImporter
 
BulkImporter.AssignmentStats - Class in org.apache.accumulo.server.client
 
bulkImportFiles(TInfo, TCredentials, long, String, List<String>, String, boolean) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
bulkLoad(ServerContext, long, String, List<String>, boolean) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
bulkRename(Map<Path, Path>, int, String, String) - Method in interface org.apache.accumulo.server.fs.VolumeManager
Rename lots of files at once in a thread pool and return once all the threads have completed.
bulkRename(Map<Path, Path>, int, String, String) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 

C

cacheChangeEvent(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
NOOP for the prop store - the cache value will reflect the updated value on next read.
cacheChangeEvent(PropStoreKey<?>) - Method in interface org.apache.accumulo.server.conf.store.PropChangeListener
Signal that a cache change event occurred - cache change events occur on eviction or invalidation of the cache entry.
cacheChangeEvent(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.util.PropSnapshot
 
call() - Method in class org.apache.accumulo.server.compaction.FileCompactor
 
CAN_ALTER_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_BULK_IMPORT_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_CHANGE_AUTHORIZATIONS_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_CHANGE_PASSWORD_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_CLONE_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_COMPACT_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_CREATE_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_CREATE_USER_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_DELETE_RANGE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_DELETE_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_DROP_USER_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_EXPORT_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_FLUSH_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_GRANT_SYSTEM_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_GRANT_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_IMPORT_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_MERGE_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_ONLINE_OFFLINE_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_PERFORM_SYSTEM_ACTION_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_RENAME_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_REVOKE_SYSTEM_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_REVOKE_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_RUN - Static variable in class org.apache.accumulo.server.AccumuloDataVersion
 
CAN_SCAN_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_SCAN_BATCH_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CAN_SPLIT_TABLE_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canAlterNamespace(TCredentials, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canAlterTable(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canAlterTable(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canBulkImport(TCredentials, TableId, String, String, String, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canBulkImport(TCredentials, TableId, String, String, String, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canChangeAuthorizations(TCredentials, String) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canChangeAuthorizations(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canChangePassword(TCredentials, String) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canChangePassword(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canCloneTable(TCredentials, TableId, String, NamespaceId, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canCloneTable(TCredentials, TableId, String, NamespaceId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canCompact(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canCompact(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canConditionallyUpdate(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canCreateNamespace(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canCreateTable(TCredentials, String, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canCreateTable(TCredentials, String, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canCreateUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canCreateUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canDeleteNamespace(TCredentials, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canDeleteRange(TCredentials, TableId, String, Text, Text, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canDeleteRange(TCredentials, TableId, String, Text, Text, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canDeleteTable(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canDeleteTable(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canDropUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canDropUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canExport(TCredentials, TableId, String, String, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canExport(TCredentials, TableId, String, String, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canFlush(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canFlush(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canGetSummaries(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canGrantNamespace(TCredentials, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canGrantSystem(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canGrantSystem(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canGrantTable(TCredentials, String, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canGrantTable(TCredentials, String, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canImport(TCredentials, String, Set<String>, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canImport(TCredentials, String, Set<String>, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canMerge(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canMerge(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canObtainDelegationToken(TCredentials) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canObtainDelegationToken(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canOnlineOfflineTable(TCredentials, TableId, FateOperation, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canOnlineOfflineTable(TCredentials, TableId, FateOperation, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canPerformSystemActions(TCredentials) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canPerformSystemActions(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
This is the check to perform any system action.
canRenameNamespace(TCredentials, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canRenameTable(TCredentials, TableId, String, String, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canRenameTable(TCredentials, TableId, String, String, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canRevokeNamespace(TCredentials, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canRevokeSystem(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canRevokeSystem(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canRevokeTable(TCredentials, String, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canRevokeTable(TCredentials, String, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canScan(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canScan(TCredentials, TableId, NamespaceId, Map<TKeyExtent, List<TRange>>, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canScan(TCredentials, TableId, NamespaceId, Map<TKeyExtent, List<TRange>>, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canScan(TCredentials, TableId, NamespaceId, TRange, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canScan(TCredentials, TableId, NamespaceId, TRange, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canSplitTablet(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canSplitTablet(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canSyncAndFlush(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
canSyncAndFlush(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
canWrite(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
CHANGE_AUTHORIZATIONS_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
CHANGE_PASSWORD_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
changeAuthorizations(String, Authorizations) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Used to change the authorizations for the user
changeAuthorizations(String, Authorizations) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthorizor
 
changeAuthorizations(String, Authorizations) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
changeAuthorizations(TCredentials, String, Authorizations) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
changeAuthorizations(TCredentials, String, Authorizations) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
changePassword(String, AuthenticationToken) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
changePassword(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
changePassword(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
changePassword(TCredentials, Credentials) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
changePassword(TCredentials, Credentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
ChangeSecret - Class in org.apache.accumulo.server.util
 
ChangeSecret() - Constructor for class org.apache.accumulo.server.util.ChangeSecret
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
checkBaseUris(Configuration, Set<String>, boolean) - Method in class org.apache.accumulo.server.ServerDirs
 
checkClass(TInfo, TCredentials, String, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
checkClone(String, TableId, TableId, AccumuloClient, BatchWriter) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
CheckCompactionConfig - Class in org.apache.accumulo.server.conf
A command line tool that verifies that a given properties file will correctly configure compaction services.
CheckCompactionConfig() - Constructor for class org.apache.accumulo.server.conf.CheckCompactionConfig
 
CheckForMetadataProblems - Class in org.apache.accumulo.server.util
 
CheckForMetadataProblems() - Constructor for class org.apache.accumulo.server.util.CheckForMetadataProblems
 
checkMigrationSanity(Set<TServerInstance>, List<TabletMigration>) - Static method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
Utility to ensure that the migrations from balance() are consistent: Tablet objects are not null Source and destination tablet servers are not null and current
checkMount(FileSystemMonitor.Mount) - Method in class org.apache.accumulo.server.util.FileSystemMonitor
 
checkNamespaceClass(TInfo, TCredentials, String, String, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
checkNamespaceId(ClientContext, String, TableOperation) - Static method in class org.apache.accumulo.server.client.ClientServiceHandler
 
CheckServerConfig - Class in org.apache.accumulo.server.conf
 
CheckServerConfig() - Constructor for class org.apache.accumulo.server.conf.CheckServerConfig
 
checkTableClass(TInfo, TCredentials, String, String, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
checkTableId(ClientContext, String, TableOperation) - Static method in class org.apache.accumulo.server.client.ClientServiceHandler
 
choosable(VolumeChooserEnvironment, Set<String>) - Method in interface org.apache.accumulo.server.fs.VolumeChooser
Deprecated.
Default method provided for compatibility with 2.0.0.
choosable(VolumeChooserEnvironment, Set<String>) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
choosable(VolumeChooserEnvironment, Set<String>) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
choose(VolumeChooserEnvironment, Set<String>) - Method in interface org.apache.accumulo.server.fs.VolumeChooser
Deprecated.
Default method provided for compatibility with 2.0.0.
choose(VolumeChooserEnvironment, Set<String>) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
choose(VolumeChooserEnvironment, Set<String>) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
choose(VolumeChooserEnvironment, String[]) - Method in interface org.apache.accumulo.server.fs.VolumeChooser
Deprecated.
Choose a volume from the provided options.
chop(ServiceLock, KeyExtent) - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
chopped(ServerContext, KeyExtent, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
clean(ServerContext) - Static method in class org.apache.accumulo.server.util.ScanServerMetadataEntries
 
cleanNamespacePermissions(String) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
cleanNamespacePermissions(String) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Cleans up the permissions for a namespace.
cleanNamespacePermissions(String) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
cleanTablePermissions(String) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
cleanTablePermissions(String) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Cleans up the permissions for a table.
cleanTablePermissions(String) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
cleanup(ServerContext, String, long) - Static method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
cleanupIndexOp(Path, VolumeManager, ArrayList<FileSKVIterator>) - Static method in class org.apache.accumulo.server.util.FileUtil
 
cleanUser(String) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
cleanUser(String) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Deletes a user
cleanUser(String) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
clear() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
clear() - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
clearBegin() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
offset where replication should start
clearClosed() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
will more data be appended to the file
clearCreatedTime() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
when, in ms, was the file created?
clearEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
offset where data is ready for replication
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
clearInfiniteEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
do we have a discrete 'end'
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
clearReady() - Method in class org.apache.accumulo.server.conf.store.impl.ReadyMonitor
Indicate that resource is NOT available and that calls to ReadyMonitor.isReady() should block.
CLIENT - Static variable in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
clientAddress - Static variable in class org.apache.accumulo.server.rpc.TServerUtils
Static instance, passed to ClientInfoProcessorFactory, which will contain the client address of any incoming RPC.
ClientInfoProcessorFactory - Class in org.apache.accumulo.server.rpc
Sets the address of a client in a ThreadLocal to allow for more informative log messages.
ClientInfoProcessorFactory(ThreadLocal<String>, TProcessor) - Constructor for class org.apache.accumulo.server.rpc.ClientInfoProcessorFactory
 
ClientServiceHandler - Class in org.apache.accumulo.server.client
 
ClientServiceHandler(ServerContext, TransactionWatcher) - Constructor for class org.apache.accumulo.server.client.ClientServiceHandler
 
clone() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
cloneTable(TableId, TableId, String, NamespaceId, Map<String, String>, Set<String>) - Method in class org.apache.accumulo.server.tables.TableManager
 
cloneTable(ServerContext, TableId, TableId) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
cloneWithSamplingEnabled() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
ClosableIterator<T> - Interface in org.apache.accumulo.server.manager.state
 
close() - Method in class org.apache.accumulo.server.AbstractServer
 
close() - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
close() - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
close() - Method in class org.apache.accumulo.server.manager.state.MetaDataTableScanner
 
close() - Method in class org.apache.accumulo.server.metadata.TabletsMutatorImpl
 
close(AccumuloConfiguration, Configuration, VolumeManager, Path) - Method in class org.apache.accumulo.server.manager.recovery.HadoopLogCloser
 
close(AccumuloConfiguration, Configuration, VolumeManager, Path) - Method in interface org.apache.accumulo.server.manager.recovery.LogCloser
Attempts to properly close a WALog
close(AccumuloConfiguration, Configuration, VolumeManager, Path) - Method in class org.apache.accumulo.server.manager.recovery.NoOpLogCloser
 
closeAfterMutate - Variable in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
CLOSED - org.apache.accumulo.server.log.WalStateManager.WalState
 
CLOSED_FIELD_NUMBER - Static variable in class org.apache.accumulo.server.replication.proto.Replication.Status
 
closeWal(TServerInstance, Path) - Method in class org.apache.accumulo.server.log.WalStateManager
 
codec(boolean) - Static method in class org.apache.accumulo.server.conf.codec.VersionedPropGzipCodec
 
combine(Replication.Status.Builder, Replication.Status) - Method in class org.apache.accumulo.server.replication.StatusCombiner
Deprecated.
COMBINER_NAME - Static variable in class org.apache.accumulo.server.util.ReplicationTableUtil
 
compact(ServiceLock, String, byte[], byte[]) - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
CompactionCanceledException() - Constructor for exception org.apache.accumulo.server.compaction.FileCompactor.CompactionCanceledException
 
CompactionInfo - Class in org.apache.accumulo.server.compaction
 
CompactionStats - Class in org.apache.accumulo.server.compaction
 
CompactionStats() - Constructor for class org.apache.accumulo.server.compaction.CompactionStats
 
CompactionStats(long, long) - Constructor for class org.apache.accumulo.server.compaction.CompactionStats
 
CompactionWatcher - Class in org.apache.accumulo.server.compaction
 
CompactionWatcher(AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.compaction.CompactionWatcher
 
compareTo(PropStoreKey<ID_TYPE>) - Method in class org.apache.accumulo.server.conf.store.PropStoreKey
 
compareTo(FateTxnDetails) - Method in class org.apache.accumulo.server.util.fateCommand.FateTxnDetails
Sort by running time in reverse (oldest txn first).
COMPLETE - org.apache.accumulo.server.manager.state.MergeState
merge is complete, the resulting tablet can be brought online, remove the marker in zookeeper
ConfigPropertyUpgrader - Class in org.apache.accumulo.server.conf.util
 
ConfigPropertyUpgrader() - Constructor for class org.apache.accumulo.server.conf.util.ConfigPropertyUpgrader
 
ConfigTransformer - Class in org.apache.accumulo.server.conf.util
Read legacy properties (pre 2.1) from ZooKeeper and transform them into the single node format.
ConfigTransformer(ZooReaderWriter, VersionedPropCodec, PropStoreWatcher) - Constructor for class org.apache.accumulo.server.conf.util.ConfigTransformer
Instantiate a transformer instance.
ConfigTransformer(ZooReaderWriter, VersionedPropCodec, PropStoreWatcher, Retry) - Constructor for class org.apache.accumulo.server.conf.util.ConfigTransformer
 
configure(AccumuloConfiguration, AccumuloClient) - Method in interface org.apache.accumulo.server.replication.WorkAssigner
Deprecated.
Configure the WorkAssigner implementation
configure(ServerContext, String) - Method in interface org.apache.accumulo.server.replication.ReplicaSystem
Deprecated.
Configure the implementation with necessary information from the system configuration
configureMetadataTable(AccumuloClient, String) - Static method in class org.apache.accumulo.server.util.ReplicationTableUtil
 
configureScanner(ScannerBase, CurrentState) - Static method in class org.apache.accumulo.server.manager.state.MetaDataTableScanner
 
connectionEvent() - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
connectionEvent() - Method in interface org.apache.accumulo.server.conf.store.PropChangeListener
A ZooKeeper connection event (session closed, expired...) and that
connectionEvent() - Method in class org.apache.accumulo.server.conf.util.PropSnapshot
 
constraintNotMet(TabletBalancer.BalancerProblem) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
Warn that a Balancer can't work because of some external restriction.
consume() - Method in class org.apache.accumulo.server.manager.state.TabletStateChangeIterator
 
contains(Object) - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
containsAll(Collection<?>) - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
context - Variable in class org.apache.accumulo.server.client.ClientServiceHandler
 
context - Variable in class org.apache.accumulo.server.conf.NamespaceConfiguration
 
context - Variable in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
 
context - Variable in class org.apache.accumulo.server.security.SecurityOperation
 
ConvertConfig - Class in org.apache.accumulo.server.util
 
ConvertConfig() - Constructor for class org.apache.accumulo.server.util.ConvertConfig
 
CountingIterator - Class in org.apache.accumulo.server.compaction
 
CountingIterator(SortedKeyValueIterator<Key, Value>, AtomicLong) - Constructor for class org.apache.accumulo.server.compaction.CountingIterator
 
create(PropStoreKey<?>, Map<String, String>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
create(PropStoreKey<?>, Map<String, String>) - Method in interface org.apache.accumulo.server.conf.store.PropStore
Create an initial entry for the PropCacheId.
create(PropStoreKey<?>, PropStore) - Static method in class org.apache.accumulo.server.conf.util.PropSnapshot
 
create(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
create(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
create(Path, boolean, int, short, long) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
create(Path, boolean, int, short, long) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
CREATE_USER_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
createBlockingServer(HostAndPort, TProcessor, TProtocolFactory, long, String, int, long, AccumuloConfiguration, long) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Creates a TThreadPoolServer for normal unsecure operation.
createDeleteMutation(ReferenceFile) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
createDeleteMutation(StoredTabletFile) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
CREATEDTIME_FIELD_NUMBER - Static variable in class org.apache.accumulo.server.replication.proto.Replication.Status
 
createIdentifier() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
 
createIteratorEnv(ServerContext, AccumuloConfiguration, TableId) - Method in interface org.apache.accumulo.server.compaction.FileCompactor.CompactionEnv
 
createLocalUser(TInfo, TCredentials, String, ByteBuffer) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
createNewFile(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
createNewFile(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
createNonBlockingServer(HostAndPort, TProcessor, TProtocolFactory, String, int, long, AccumuloConfiguration, long, long) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Create a NonBlockingServer with a single select threads and a custom thread pool that can dynamically resize itself.
createPassword(AuthenticationTokenIdentifier) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
 
createSaslThreadPoolServer(HostAndPort, TProcessor, TProtocolFactory, long, SaslServerConnectionParams, String, int, long, AccumuloConfiguration, long) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
 
createSecretKey(byte[]) - Static method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
 
createSelfResizingThreadPool(String, int, long, AccumuloConfiguration, long) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Creates a ThreadPoolExecutor which uses a ScheduledThreadPoolExecutor to inspect the core pool size and number of active threads of the ThreadPoolExecutor and increase or decrease the core pool size based on activity (excessive or lack thereof).
createSslThreadPoolServer(HostAndPort, TProcessor, TProtocolFactory, long, SslConnectionParams, String, int, long, AccumuloConfiguration, long) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Create a Thrift SSL server.
createSyncable(Path, int, short, long) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
createSyncable(Path, int, short, long) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
createTabletLocationState(Key, Value) - Static method in class org.apache.accumulo.server.manager.state.MetaDataTableScanner
 
createThreadedSelectorServer(HostAndPort, TProcessor, TProtocolFactory, String, int, long, AccumuloConfiguration, long, long) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Create a non blocking server with multiple select threads and a custom thread pool that can dynamically resize itself.
createToken(String, ZooReaderWriter) - Static method in class org.apache.accumulo.server.conf.util.TransformToken
Create a lock node in ZooKeeper using an ephemeral node.
createTThreadPoolServer(TServerTransport, TProcessor, TTransportFactory, TProtocolFactory, ExecutorService) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Create a TThreadPoolServer with the provided server transport, processor and transport factory.
createUser(String, AuthenticationToken) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
Creates a user with no initial permissions whatsoever
createUser(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
createUser(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
createUser(TCredentials, Credentials, Authorizations) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
createUser(TCredentials, Credentials, Authorizations) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
CRYPTO_CHANGES - Static variable in class org.apache.accumulo.server.AccumuloDataVersion
version (9) reflects changes to crypto that resulted in RFiles and WALs being serialized differently in version 2.0.0.
CurrentState - Interface in org.apache.accumulo.server.manager.state
 
currentTime() - Method in class org.apache.accumulo.server.util.time.BaseRelativeTime
 
currentTime() - Method in interface org.apache.accumulo.server.util.time.ProvidesTime
 
currentTime() - Method in class org.apache.accumulo.server.util.time.SystemTime
 
currentTimeMillis() - Static method in class org.apache.accumulo.server.util.time.RelativeTime
 
CUSTOM_HS_HA - org.apache.accumulo.server.rpc.ThriftServerType
 
CustomNonBlockingServer - Class in org.apache.accumulo.server.rpc
This class implements a custom non-blocking thrift server that stores the client address in thread-local storage for the invocation.
CustomNonBlockingServer(THsHaServer.Args) - Constructor for class org.apache.accumulo.server.rpc.CustomNonBlockingServer
 
CustomThreadedSelectorServer - Class in org.apache.accumulo.server.rpc
 
CustomThreadedSelectorServer(TThreadedSelectorServer.Args) - Constructor for class org.apache.accumulo.server.rpc.CustomThreadedSelectorServer
 

D

datafiles - Variable in class org.apache.accumulo.server.fs.VolumeUtil.TabletFiles
 
DeadServerList - Class in org.apache.accumulo.server.manager.state
 
DeadServerList(ServerContext) - Constructor for class org.apache.accumulo.server.manager.state.DeadServerList
 
decode(byte[]) - Method in class org.apache.accumulo.server.replication.StatusCombiner.StatusEncoder
Deprecated.
 
decodeMetadataEntry(Map.Entry<Key, Value>) - Static method in class org.apache.accumulo.server.problems.ProblemReport
 
decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.server.replication.StatusCombiner.StatusEncoder
Deprecated.
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.compaction.CountingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.manager.state.TabletStateChangeIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
DEFAULT - org.apache.accumulo.server.fs.VolumeChooserEnvironment.ChooserScope
Deprecated.
 
DEFAULT_POOL - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
DefaultLoadBalancer - Class in org.apache.accumulo.server.master.balancer
Deprecated.
since 2.1.0. Use SimpleLoadBalancer instead, as it as the same functionality but a stable API.
DefaultLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
Deprecated.
 
DefaultLoadBalancer(TableId) - Constructor for class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
Deprecated.
 
DEFAUT_GROUP_PROPERTY - Static variable in class org.apache.accumulo.server.master.balancer.RegexGroupBalancer
Deprecated.
 
DELEGATION_TOKEN_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
delete(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
delete(String) - Method in class org.apache.accumulo.server.manager.state.DeadServerList
 
delete(PropStoreKey<?>) - Method in interface org.apache.accumulo.server.conf.store.PropStore
Delete the store node from the underlying store.
delete(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
delete(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
DELETE - org.apache.accumulo.server.manager.state.MergeInfo.Operation
 
deleteBulkFile(TabletFile) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
deleteEvent(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
deleteEvent(PropStoreKey<?>) - Method in interface org.apache.accumulo.server.conf.store.PropChangeListener
Signal that the node had been deleted from ZooKeeper.
deleteEvent(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.util.PropSnapshot
 
deleteExternalCompaction(ExternalCompactionId) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
deleteExternalCompactionFinalStates(Collection<ExternalCompactionId>) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
deleteFile(StoredTabletFile) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
deleteGcCandidates(Ample.DataLevel, Collection<String>) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
deleteLocation(TServerInstance, TabletMetadata.LocationType) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
deleteNamespace(TCredentials, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
deleteProblemReport(TableId, ProblemType, String) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
deleteProblemReports(TableId) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
deleteRecursively(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
deleteRecursively(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
deleteScan(StoredTabletFile) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
deleteScanServerFileReferences(String, UUID) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
deleteScanServerFileReferences(Collection<ScanServerRefTabletFile>) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
deleteSuspension() - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
deleteTable(TableId, boolean, ServerContext, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
deleteTable(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
deleteWal(String) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
deleteWal(LogEntry) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
DeleteZooInstance - Class in org.apache.accumulo.server.util
 
DeleteZooInstance() - Constructor for class org.apache.accumulo.server.util.DeleteZooInstance
 
describeOptions() - Method in class org.apache.accumulo.server.replication.StatusCombiner
Deprecated.
 
description() - Method in class org.apache.accumulo.server.conf.CheckCompactionConfig
 
description() - Method in class org.apache.accumulo.server.conf.CheckServerConfig
 
description() - Method in class org.apache.accumulo.server.conf.util.ConfigPropertyUpgrader
 
description() - Method in class org.apache.accumulo.server.conf.util.ZooInfoViewer
 
description() - Method in class org.apache.accumulo.server.init.Initialize
 
description() - Method in class org.apache.accumulo.server.util.Admin
 
description() - Method in class org.apache.accumulo.server.util.ConvertConfig
 
description() - Method in class org.apache.accumulo.server.util.DumpZookeeper
 
description() - Method in class org.apache.accumulo.server.util.ECAdmin
 
description() - Method in class org.apache.accumulo.server.util.Info
 
description() - Method in class org.apache.accumulo.server.util.LoginProperties
 
description() - Method in class org.apache.accumulo.server.util.ZooKeeperMain
 
description() - Method in class org.apache.accumulo.server.util.ZooZap
 
detach() - Method in class org.apache.accumulo.server.fs.FileManager.ScanFileManager
 
dirName - Variable in class org.apache.accumulo.server.fs.VolumeUtil.TabletFiles
 
DistributedStoreException - Exception in org.apache.accumulo.server.manager.state
 
DistributedStoreException(Exception) - Constructor for exception org.apache.accumulo.server.manager.state.DistributedStoreException
 
DistributedStoreException(String) - Constructor for exception org.apache.accumulo.server.manager.state.DistributedStoreException
 
DistributedWorkQueue - Class in org.apache.accumulo.server.zookeeper
Provides a way to push work out to tablet servers via zookeeper and wait for that work to be done.
DistributedWorkQueue(String, AccumuloConfiguration, ServerContext) - Constructor for class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
DistributedWorkQueue(String, AccumuloConfiguration, ServerContext, long, long) - Constructor for class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
DistributedWorkQueue.Processor - Interface in org.apache.accumulo.server.zookeeper
 
DistributedWorkQueueWorkAssignerHelper - Class in org.apache.accumulo.server.replication
Deprecated.
DistributedWorkQueueWorkAssignerHelper() - Constructor for class org.apache.accumulo.server.replication.DistributedWorkQueueWorkAssignerHelper
Deprecated.
 
doUpgrade(InstanceId, ZooReaderWriter) - Method in class org.apache.accumulo.server.conf.util.ConfigPropertyUpgrader
 
DOWN - org.apache.accumulo.server.manager.state.TabletServerState
 
DROP_USER_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
dropLocalUser(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
droppingOldTimestamp(long) - Method in class org.apache.accumulo.server.data.ServerMutation
 
dropUser(String) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
dropUser(String) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Deletes a user
dropUser(String) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
dropUser(String) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthorizor
 
dropUser(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
dropUser(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
dropUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
dropUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
DumpZookeeper - Class in org.apache.accumulo.server.util
 
DumpZookeeper() - Constructor for class org.apache.accumulo.server.util.DumpZookeeper
 

E

ECAdmin - Class in org.apache.accumulo.server.util
Admin utility for external compactions
ECAdmin() - Constructor for class org.apache.accumulo.server.util.ECAdmin
 
EMPTY_TEXT - Static variable in class org.apache.accumulo.server.util.MetadataTableUtil
 
encode(DataOutputStream) - Method in class org.apache.accumulo.server.conf.codec.EncodingOptions
Write the values to a data stream.
encode(Replication.Status) - Method in class org.apache.accumulo.server.replication.StatusCombiner.StatusEncoder
Deprecated.
 
EncodingOptions - Class in org.apache.accumulo.server.conf.codec
Serialization metadata to allow for evolution of the encoding used for property storage.
EncodingVersion_1_0 - Static variable in class org.apache.accumulo.server.conf.codec.EncodingOptions
 
END_FIELD_NUMBER - Static variable in class org.apache.accumulo.server.replication.proto.Replication.Status
 
ensureDataVersionCompatible(int) - Static method in class org.apache.accumulo.server.ServerContext
Check to see if this version of Accumulo can run against or upgrade the passed in data version.
ensureSyncIsEnabled() - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
ensureZooKeeperInitialized(ZooReaderWriter, String) - Static method in class org.apache.accumulo.server.replication.ZooKeeperInitialization
Deprecated.
Ensure that the full path to ZooKeeper nodes that will be used exist
equals(Object) - Method in class org.apache.accumulo.server.conf.store.PropStoreKey
 
equals(Object) - Method in class org.apache.accumulo.server.conf.util.TransformToken
 
equals(Object) - Method in class org.apache.accumulo.server.data.ServerMutation
 
equals(Object) - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
equals(Object) - Method in class org.apache.accumulo.server.problems.ProblemReport
 
equals(Object) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
equals(Object) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
equals(Object) - Method in class org.apache.accumulo.server.util.fateCommand.FateTxnDetails
 
estimatedMemoryUsed() - Method in class org.apache.accumulo.server.data.ServerMutation
 
estimatePercentageLTE(ServerContext, TableConfiguration, String, Text, Text, Collection<String>, Text) - Static method in class org.apache.accumulo.server.util.FileUtil
 
execute() - Method in interface org.apache.accumulo.server.compaction.RetryableThriftFunction
 
execute(String[]) - Method in class org.apache.accumulo.server.conf.CheckCompactionConfig
 
execute(String[]) - Method in class org.apache.accumulo.server.conf.CheckServerConfig
 
execute(String[]) - Method in class org.apache.accumulo.server.conf.util.ConfigPropertyUpgrader
 
execute(String[]) - Method in class org.apache.accumulo.server.conf.util.ZooInfoViewer
 
execute(String[]) - Method in class org.apache.accumulo.server.init.Initialize
 
execute(String[]) - Method in class org.apache.accumulo.server.util.Admin
 
execute(String[]) - Method in class org.apache.accumulo.server.util.ConvertConfig
 
execute(String[]) - Method in class org.apache.accumulo.server.util.DumpZookeeper
 
execute(String[]) - Method in class org.apache.accumulo.server.util.ECAdmin
 
execute(String[]) - Method in class org.apache.accumulo.server.util.Info
 
execute(String[]) - Method in class org.apache.accumulo.server.util.LoginProperties
 
execute(String[]) - Method in class org.apache.accumulo.server.util.ZooKeeperMain
 
execute(String[]) - Method in class org.apache.accumulo.server.util.ZooZap
 
execute(Properties, boolean) - Static method in class org.apache.accumulo.server.util.VerifyTabletAssignments
 
execute(AccumuloConfiguration, String, boolean) - Static method in class org.apache.accumulo.server.util.RestoreZookeeper
 
execute(ServerContext, boolean, String, String) - Static method in class org.apache.accumulo.server.util.DeleteZooInstance
 
execute(ServerContext, String, String) - Static method in class org.apache.accumulo.server.util.TabletServerLocks
 
execute(ServerContext, AccumuloConfiguration) - Static method in class org.apache.accumulo.server.util.ChangeSecret
 
exists(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
exists(PropStoreKey<?>) - Method in interface org.apache.accumulo.server.conf.store.PropStore
Test that a node for properties exists without throwing a KeeperException.
exists(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
exists(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
expandAllVolumesUri(VolumeManager, Path) - Static method in class org.apache.accumulo.server.gc.GcVolumeUtil
 
EXPECTED_CONFIG_LEN - Static variable in class org.apache.accumulo.server.conf.store.PropStoreKey
 
EXPECTED_SYS_CONFIG_LEN - Static variable in class org.apache.accumulo.server.conf.store.PropStoreKey
 
EXPIRE_MIN - Static variable in class org.apache.accumulo.server.conf.store.impl.PropCacheCaffeineImpl
 
extent - Variable in class org.apache.accumulo.server.compaction.FileCompactor
 

F

FAILED - org.apache.accumulo.server.log.SortedLogState
 
fastHalt(ServiceLock) - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
FateSummaryReport - Class in org.apache.accumulo.server.util.fateCommand
 
FateSummaryReport(Map<String, String>, EnumSet<ReadOnlyTStore.TStatus>) - Constructor for class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
 
FateTxnDetails - Class in org.apache.accumulo.server.util.fateCommand
 
FateTxnDetails(long, AdminUtil.TransactionStatus, Map<String, String>) - Constructor for class org.apache.accumulo.server.util.fateCommand.FateTxnDetails
Create a detailed FaTE transaction that can be formatted for status reports.
FILE_READ - org.apache.accumulo.server.problems.ProblemType
 
FILE_WRITE - org.apache.accumulo.server.problems.ProblemType
 
fileClosed() - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
fileClosedValue() - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
FileCompactor - Class in org.apache.accumulo.server.compaction
 
FileCompactor(ServerContext, KeyExtent, Map<StoredTabletFile, DataFileValue>, TabletFile, boolean, FileCompactor.CompactionEnv, List<IteratorSetting>, AccumuloConfiguration, CryptoService) - Constructor for class org.apache.accumulo.server.compaction.FileCompactor
 
FileCompactor.CompactionCanceledException - Exception in org.apache.accumulo.server.compaction
 
FileCompactor.CompactionEnv - Interface in org.apache.accumulo.server.compaction
 
fileCreated(long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
fileCreatedValue(long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
FileInfo(Key, Key) - Constructor for class org.apache.accumulo.server.util.FileUtil.FileInfo
 
FileManager - Class in org.apache.accumulo.server.fs
 
FileManager(ServerContext, int, Cache<String, Long>) - Constructor for class org.apache.accumulo.server.fs.FileManager
 
FileManager.ScanFileManager - Class in org.apache.accumulo.server.fs
 
FileSystemMonitor - Class in org.apache.accumulo.server.util
 
FileSystemMonitor(String, long, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.util.FileSystemMonitor
 
FileUtil - Class in org.apache.accumulo.server.util
 
FileUtil() - Constructor for class org.apache.accumulo.server.util.FileUtil
 
FileUtil.FileInfo - Class in org.apache.accumulo.server.util
 
find(String) - Method in class org.apache.accumulo.server.manager.LiveTServerSet
 
findLastKey(ServerContext, TableConfiguration, Collection<TabletFile>) - Static method in class org.apache.accumulo.server.util.FileUtil
 
findMidPoint(ServerContext, TableConfiguration, String, Text, Text, Collection<String>, double, boolean) - Static method in class org.apache.accumulo.server.util.FileUtil
 
FindOfflineTablets - Class in org.apache.accumulo.server.util
 
FindOfflineTablets() - Constructor for class org.apache.accumulo.server.util.FindOfflineTablets
 
findOverlappingTablets(ServerContext, VolumeManager, TabletLocator, Path, KeyExtent, CryptoService) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
findOverlappingTablets(ServerContext, VolumeManager, TabletLocator, Path, CryptoService) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
findOverlappingTablets(ServerContext, VolumeManager, TabletLocator, Path, Text, Text, CryptoService) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
FINISHED - org.apache.accumulo.server.log.SortedLogState
 
finishSplit(KeyExtent, Map<StoredTabletFile, DataFileValue>, List<StoredTabletFile>, ServerContext, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
finishSplit(Text, Map<StoredTabletFile, DataFileValue>, List<StoredTabletFile>, ServerContext, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
fixSplit(ServerContext, TabletMetadata, ServiceLock) - Static method in class org.apache.accumulo.server.util.ManagerMetadataUtil
 
flush(ServiceLock, TableId, byte[], byte[]) - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
forget(TServerInstance) - Method in class org.apache.accumulo.server.log.WalStateManager
 
formatEntry(Key, Replication.Status, DateFormat) - Method in class org.apache.accumulo.server.replication.StatusFormatter
Deprecated.
 
formatLines() - Method in class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
Generate a summary report in a format suitable for pagination in fate commands that expects a list of lines.
forTests(Ticker) - Method in class org.apache.accumulo.server.conf.store.impl.PropCacheCaffeineImpl.Builder
 
fromBytes(int, byte[]) - Method in class org.apache.accumulo.server.conf.codec.VersionedPropCodec
 
fromDataStream(DataInputStream) - Static method in class org.apache.accumulo.server.conf.codec.EncodingOptions
Instantiate an instance of EncodingOptions reading the values from an input stream.
fromJson(String) - Static method in class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
 
fromPath(String) - Static method in class org.apache.accumulo.server.conf.store.PropStoreKey
Determine the prop cache id from a ZooKeeper path
fromQueueKey(String) - Static method in class org.apache.accumulo.server.replication.DistributedWorkQueueWorkAssignerHelper
Deprecated.
 
fromValue(Value) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 

G

GarbageCollectionLogger - Class in org.apache.accumulo.server
 
GarbageCollectionLogger() - Constructor for class org.apache.accumulo.server.GarbageCollectionLogger
 
gatherTxnStatus(AdminUtil.TransactionStatus) - Method in class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
 
GcVolumeUtil - Class in org.apache.accumulo.server.gc
 
GcVolumeUtil() - Constructor for class org.apache.accumulo.server.gc.GcVolumeUtil
 
generateSecret() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
 
generateToken(String, DelegationTokenConfig) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
Generates a delegation token for the user with the provided username.
get() - Static method in class org.apache.accumulo.server.AccumuloDataVersion
Get the current Accumulo Data Version.
get(String) - Static method in enum org.apache.accumulo.server.rpc.ThriftServerType
 
get(String) - Method in class org.apache.accumulo.server.security.UserImpersonation
 
get(AccumuloConfiguration, Configuration) - Static method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
get(Property) - Method in class org.apache.accumulo.server.conf.NamespaceConfiguration
 
get(Property) - Method in class org.apache.accumulo.server.conf.RuntimeFixedProperties
 
get(Property) - Method in class org.apache.accumulo.server.conf.SystemConfiguration
 
get(Property) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
get(Property) - Method in class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
get(InstanceId, SiteConfiguration) - Static method in class org.apache.accumulo.server.security.SystemCredentials
 
get(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.PropCacheCaffeineImpl
 
get(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
get or create properties from the store.
get(PropStoreKey<?>) - Method in interface org.apache.accumulo.server.conf.store.PropCache
 
get(PropStoreKey<?>) - Method in interface org.apache.accumulo.server.conf.store.PropStore
 
get(ServerContext, String) - Method in class org.apache.accumulo.server.replication.ReplicaSystemFactory
Deprecated.
 
getAccumuloPersistentVersion(Volume) - Method in class org.apache.accumulo.server.ServerDirs
 
getAccumuloPersistentVersion(FileSystem, Path) - Method in class org.apache.accumulo.server.ServerDirs
 
getAddress() - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
getAddress() - Method in class org.apache.accumulo.server.rpc.ServerAddress
 
getAddress() - Method in class org.apache.accumulo.server.ServerOpts
 
getAllMarkers() - Method in class org.apache.accumulo.server.log.WalStateManager
 
getAllState() - Method in class org.apache.accumulo.server.log.WalStateManager
 
getAmple() - Method in class org.apache.accumulo.server.ServerContext
 
getAndUpdateTime() - Method in class org.apache.accumulo.server.tablets.TabletTime
 
getArbitrator(ServerContext) - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
getArbitrator(ServerContext) - Method in class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
getAssignment(SortedMap<TServerInstance, TabletServerStatus>, TServerInstance) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
Deprecated.
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
Deprecated.
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
Deprecated.
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
Deprecated.
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
Assign tablets to tablet servers.
getAssignments(TabletBalancer.AssignmentParameters) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
 
getAuthenticationToken() - Method in class org.apache.accumulo.server.ServerInfo
 
getAuthenticator(ServerContext) - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
getAuthorizations() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
getAuthorizor(ServerContext) - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
getAuthString(List<ByteBuffer>) - Static method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
getBalancerForTable(TableId) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
Deprecated.
 
getBaseUris() - Method in class org.apache.accumulo.server.ServerContext
 
getBaseUris() - Method in class org.apache.accumulo.server.ServerDirs
 
getBegin() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
offset where replication should start
getBegin() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
offset where replication should start
getBegin() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
offset where replication should start
getBulkLoadStatus() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getBulkLoadStatus() - Method in class org.apache.accumulo.server.util.ServerBulkImportStatus
 
getCache() - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
getCache() - Method in interface org.apache.accumulo.server.conf.store.PropStore
 
getCachedUserAuthorizations(String) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Used to get the authorizations for the user
getCachedUserAuthorizations(String) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthorizor
 
getCachedUserAuthorizations(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
getChooserScope() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
getClosed() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
will more data be appended to the file
getClosed() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
will more data be appended to the file
getClosed() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
will more data be appended to the file
getCmdCounts() - Method in class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
 
getCompactionDispatcher() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
getCompactorID() - Method in class org.apache.accumulo.server.compaction.FileCompactor
 
getCompactorTProcessor(CompactorService.Iface, ServerContext) - Static method in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
getConfig() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
Deprecated.
getConfiguration() - Method in class org.apache.accumulo.server.AbstractServer
 
getConfiguration() - Method in class org.apache.accumulo.server.ServerContext
 
getConfiguration() - Method in class org.apache.accumulo.server.ServiceEnvironmentImpl
 
getConfiguration(TableId) - Method in class org.apache.accumulo.server.ServiceEnvironmentImpl
 
getConfiguration(TInfo, TCredentials, ConfigurationType) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getConnection(TServerInstance) - Method in class org.apache.accumulo.server.manager.LiveTServerSet
 
getContext() - Method in class org.apache.accumulo.server.AbstractServer
 
getContext() - Method in class org.apache.accumulo.server.ServiceEnvironmentImpl
 
getContext() - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
getCoordinatorTProcessor(CompactionCoordinatorService.Iface, ServerContext) - Static method in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
getCount() - Method in class org.apache.accumulo.server.compaction.CountingIterator
 
getCreatedTime() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
when, in ms, was the file created?
getCreatedTime() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
when, in ms, was the file created?
getCreatedTime() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
when, in ms, was the file created?
getCreationDate() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
getCredentials() - Method in class org.apache.accumulo.server.ServerInfo
 
getCryptoFactory() - Method in class org.apache.accumulo.server.ServerContext
 
getCryptoService() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
getCurrentKeys() - Method in class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyDistributor
Fetch all AuthenticationKeys currently stored in ZooKeeper beneath the configured baseNode.
getCurrentLocalityGroup() - Method in class org.apache.accumulo.server.compaction.FileCompactor
 
getCurrentServers() - Method in class org.apache.accumulo.server.manager.LiveTServerSet
 
getDataVersion() - Method in class org.apache.accumulo.server.conf.codec.VersionedProperties
Get the current data version.
getDataVersion() - Method in class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
getDataVersionLocation(Volume) - Method in class org.apache.accumulo.server.ServerDirs
 
getDefault() - Static method in class org.apache.accumulo.server.conf.codec.VersionedPropCodec
 
getDefault() - Static method in enum org.apache.accumulo.server.rpc.ThriftServerType
 
getDefaultConfiguration() - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
getDefaultConfiguration() - Method in class org.apache.accumulo.server.ServerContext
 
getDefaultInstance() - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
getDefaultInstanceForType() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
getDefaultInstanceForType() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
getDefaultReplication(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
getDefaultReplication(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getDescriptor() - Static method in class org.apache.accumulo.server.replication.proto.Replication
 
getDescriptor() - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
getDescriptor() - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
getDescriptorForType() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
getDirectory() - Method in enum org.apache.accumulo.server.fs.VolumeManager.FileType
 
getDiskUsage(Set<String>, TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getDiskUsage(Set<TableId>, AccumuloClient) - Static method in class org.apache.accumulo.server.util.TableDiskUsage
Compute the estimated disk usage for the given set of tables by scanning the Metadata table for file sizes.
getEncodingOpts() - Method in class org.apache.accumulo.server.conf.codec.VersionedPropCodec
The general encoding options that apply to all encodings.
getEncodingVersion() - Method in class org.apache.accumulo.server.conf.codec.EncodingOptions
get the encoding version of the instance,
getEncodingVersion(byte[]) - Static method in class org.apache.accumulo.server.conf.codec.VersionedPropCodec
Extracts the encoding version from the encoded byte array without fully decoding the payload.
getEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
offset where data is ready for replication
getEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
offset where data is ready for replication
getEnd() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
offset where data is ready for replication
getEndRow() - Method in interface org.apache.accumulo.server.fs.VolumeChooserEnvironment
Deprecated.
The end row of the tablet for which a volume is being chosen.
getEndRow() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
The end row of the tablet for which a volume is being chosen.
getEntriesRead() - Method in class org.apache.accumulo.server.compaction.CompactionInfo
 
getEntriesRead() - Method in class org.apache.accumulo.server.compaction.CompactionStats
 
getEntriesWritten() - Method in class org.apache.accumulo.server.compaction.CompactionInfo
 
getEntriesWritten() - Method in class org.apache.accumulo.server.compaction.CompactionStats
 
getException() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getExpirationDate() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
getExtent() - Method in class org.apache.accumulo.server.compaction.CompactionInfo
 
getExtent() - Method in class org.apache.accumulo.server.compaction.FileCompactor
 
getExtent() - Method in class org.apache.accumulo.server.manager.state.MergeInfo
 
getExternalCompactionFinalStates() - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
getFailedMarkerPath(String) - Static method in enum org.apache.accumulo.server.log.SortedLogState
 
getFateDetails() - Method in class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
 
getFileAndLogEntries(ServerContext, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
getFileSize() - Method in class org.apache.accumulo.server.compaction.CompactionStats
 
getFileStatus(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
getFileStatus(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getFileSystem(String) - Method in interface org.apache.accumulo.server.fs.VolumeChooserEnvironment
Deprecated.
 
getFileSystem(String) - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
getFileSystemByPath(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
getFileSystemByPath(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getFinishedMarkerPath(String) - Static method in enum org.apache.accumulo.server.log.SortedLogState
 
getFinishedMarkerPath(Path) - Static method in enum org.apache.accumulo.server.log.SortedLogState
 
getFirst() - Method in interface org.apache.accumulo.server.fs.VolumeManager
Fetch the first configured instance Volume
getFirstRow() - Method in class org.apache.accumulo.server.util.FileUtil.FileInfo
 
getGcCandidates(Ample.DataLevel) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
getGcTProcessor(GCMonitorService.Iface, ServerContext) - Static method in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
getHadoopConf() - Method in class org.apache.accumulo.server.ServerInfo
 
getHostAndPorts(String, IntStream) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
 
getHostname() - Method in class org.apache.accumulo.server.AbstractServer
 
getHosts() - Method in class org.apache.accumulo.server.security.UserImpersonation.UsersWithHosts
 
getId() - Method in class org.apache.accumulo.server.conf.store.PropStoreKey
 
getId() - Method in enum org.apache.accumulo.server.manager.state.TabletServerState
 
getID() - Method in class org.apache.accumulo.server.compaction.CompactionInfo
 
getIfCached(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.PropCacheCaffeineImpl
Retrieve the version properties if present in the cache, otherwise return null.
getIfCached(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
getIfCached(PropStoreKey<?>) - Method in interface org.apache.accumulo.server.conf.store.PropStore
 
getInfiniteEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
do we have a discrete 'end'
getInfiniteEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
do we have a discrete 'end'
getInfiniteEnd() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
do we have a discrete 'end'
getInitialRootTabletJson(String, String) - Static method in class org.apache.accumulo.server.init.ZooKeeperInitializer
Generate initial json for the root tablet metadata.
getInstance() - Static method in class org.apache.accumulo.server.util.time.RelativeTime
 
getInstance(MetadataTime) - Static method in class org.apache.accumulo.server.tablets.TabletTime
 
getInstance(ServerContext) - Static method in class org.apache.accumulo.server.problems.ProblemReports
 
getInstanceId() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getInstanceID() - Method in class org.apache.accumulo.server.ServerContext
 
getInstanceID() - Method in class org.apache.accumulo.server.ServerInfo
 
getInstanceIDFromHdfs(Path, Configuration) - Static method in interface org.apache.accumulo.server.fs.VolumeManager
 
getInstanceIdLocation(Volume) - Method in class org.apache.accumulo.server.ServerDirs
 
getInstanceName() - Method in class org.apache.accumulo.server.ServerInfo
 
getInvocationHandler(T, HighlyAvailableService) - Method in class org.apache.accumulo.server.rpc.HighlyAvailableServiceWrapper
 
getIteratorScope() - Method in interface org.apache.accumulo.server.compaction.FileCompactor.CompactionEnv
 
getIteratorScope() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
getIterInfo() - Method in class org.apache.accumulo.server.conf.TableConfiguration.ParsedIteratorConfig
 
getKeyId() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
getLastRow() - Method in class org.apache.accumulo.server.util.FileUtil.FileInfo
 
getList() - Method in class org.apache.accumulo.server.manager.state.DeadServerList
 
getLoadBalancerClassNameForTable(TableId) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
Deprecated.
 
getLocalForTesting(String) - Static method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getLocalityGroups(AccumuloConfiguration) - Method in class org.apache.accumulo.server.compaction.FileCompactor
 
getLocationProvider() - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
Deprecated.
 
getManagerState() - Method in interface org.apache.accumulo.server.manager.state.CurrentState
 
getManagerTProcessor(FateService.Iface, ManagerClientService.Iface, ServerContext) - Static method in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
getMarker() - Method in enum org.apache.accumulo.server.log.SortedLogState
 
getMaxMigrations() - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
Deprecated.
The maximum number of migrations to perform in a single pass.
getMaxMigrations() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
getMaxOutstandingMigrations() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
getMaxReplicationThreads(ManagerMonitorInfo) - Method in class org.apache.accumulo.server.replication.ReplicationUtil
Deprecated.
 
getMetadataEntry() - Method in class org.apache.accumulo.server.gc.AllVolumesDirectory
 
getMetadataTable(ServerContext) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
getMetadataTime() - Method in class org.apache.accumulo.server.tablets.TabletTime
 
getMetadataTime(long) - Method in class org.apache.accumulo.server.tablets.TabletTime
 
getMetrics() - Method in class org.apache.accumulo.server.conf.store.impl.PropCacheCaffeineImpl
 
getMetrics() - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
getMigrations(Map<TServerInstance, TabletServerStatus>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
Deprecated.
 
getMinCIterator() - Method in interface org.apache.accumulo.server.compaction.FileCompactor.CompactionEnv
 
getMutation() - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
getName() - Method in interface org.apache.accumulo.server.replication.WorkAssigner
Deprecated.
 
getNameFromIp(String) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
getNamespaceConfiguration(NamespaceId) - Method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getNamespaceConfiguration(NamespaceId) - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
getNamespaceConfiguration(NamespaceId) - Method in class org.apache.accumulo.server.ServerContext
 
getNamespaceConfiguration(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getNamespaceConfigurationForTable(TableId) - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
getNamespaceId() - Method in class org.apache.accumulo.server.conf.NamespaceConfiguration
 
getNamespaceProperties(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getNextName() - Method in class org.apache.accumulo.server.tablets.UniqueNameAllocator
 
getNumOpenFiles() - Method in class org.apache.accumulo.server.fs.FileManager.ScanFileManager
 
getOnlineTabletsForTable(TServerInstance, TableId) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
Fetch the tablets for the given table by asking the tablet server.
getOobCheckMillis() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
getOperation() - Method in class org.apache.accumulo.server.manager.state.MergeInfo
 
getOpts() - Method in class org.apache.accumulo.server.conf.TableConfiguration.ParsedIteratorConfig
 
getOutputFile() - Method in class org.apache.accumulo.server.compaction.CompactionInfo
 
getOutputFile() - Method in class org.apache.accumulo.server.compaction.FileCompactor
 
getParent() - Method in class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
getParsedIteratorConfig(IteratorUtil.IteratorScope) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
getParserForType() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
getPartitioner() - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
Deprecated.
 
getPartitioner() - Method in class org.apache.accumulo.server.master.balancer.RegexGroupBalancer
Deprecated.
 
getPath() - Method in class org.apache.accumulo.server.conf.store.PropStoreKey
 
getPeerConfigurationValue(Class<? extends ReplicaSystem>, String) - Static method in class org.apache.accumulo.server.replication.ReplicaSystemFactory
Deprecated.
Generate the configuration value for a ReplicaSystem in the instance properties
getPeers() - Method in class org.apache.accumulo.server.replication.ReplicationUtil
Deprecated.
Extract replication peers from system configuration
getPendingReplicationPaths() - Method in class org.apache.accumulo.server.replication.ReplicationUtil
Deprecated.
 
getPendingReplications() - Method in class org.apache.accumulo.server.replication.ReplicationUtil
Deprecated.
 
getPermHandler(ServerContext) - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
getPoolNameForTable(String) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
Matches table name against pool names, returns matching pool name or DEFAULT_POOL.
getPoolNamesForHost(String) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
Matches host against the regexes and returns the matching pool names
getPoolNameToRegexPattern() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
getPrincipal() - Method in class org.apache.accumulo.server.ServerInfo
 
getProblemType() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getProcessor(TTransport) - Method in class org.apache.accumulo.server.rpc.ClientInfoProcessorFactory
 
getProperties() - Method in class org.apache.accumulo.server.ServerInfo
 
getProperties(Map<String, String>, Predicate<String>) - Method in class org.apache.accumulo.server.conf.NamespaceConfiguration
exclude system iterators/constraints from the system namespace so that they don't affect the metadata or root tables.
getProperties(Map<String, String>, Predicate<String>) - Method in class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
getPropStore() - Method in class org.apache.accumulo.server.ServerContext
 
getPropStoreKey() - Method in class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
getQueueKey(String, ReplicationTarget) - Static method in class org.apache.accumulo.server.replication.DistributedWorkQueueWorkAssignerHelper
Deprecated.
Serialize a filename and a ReplicationTarget into the expected key format for use with the DistributedWorkQueue
getRandomFreePort() - Static method in class org.apache.accumulo.server.util.PortUtils
 
getReadLimiter() - Method in interface org.apache.accumulo.server.compaction.FileCompactor.CompactionEnv
 
getReason() - Method in interface org.apache.accumulo.server.compaction.FileCompactor.CompactionEnv
 
getReason() - Method in class org.apache.accumulo.server.compaction.FileCompactor
 
getRecoveryDirs() - Method in class org.apache.accumulo.server.ServerContext
 
getRecoveryDirs() - Method in class org.apache.accumulo.server.ServerDirs
 
getRecoveryPath(Path) - Static method in class org.apache.accumulo.server.manager.recovery.RecoveryPath
 
getReplicationClientTProcessor(ReplicationServicer.Iface, ServerContext) - Static method in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
getReplicationCoordinatorTProcessor(ReplicationCoordinator.Iface, ServerContext) - Static method in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
getReplicationTargets() - Method in class org.apache.accumulo.server.replication.ReplicationUtil
Deprecated.
 
getReportTime() - Method in class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
 
getReservedPorts(AccumuloConfiguration, Property) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
 
getResource() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getResource() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getRootTable(ServerContext) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
getRootTabletLocation() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getRpcPrincipalThreadLocal() - Static method in class org.apache.accumulo.server.rpc.UGIAssumingProcessor
 
getRunnable(AbstractNonblockingServer.FrameBuffer) - Method in class org.apache.accumulo.server.rpc.CustomThreadedSelectorServer
 
getRunningCompactions() - Static method in class org.apache.accumulo.server.compaction.FileCompactor
 
getSamplerConfiguration() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
getSaslParams() - Method in class org.apache.accumulo.server.ServerContext
 
getScanDispatcher() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
getScanServerFileReferences() - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
getScanServerTProcessor(TabletScanClientService.Iface, ServerContext) - Static method in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
getScheduledExecutor() - Method in class org.apache.accumulo.server.ServerContext
 
getScope() - Method in interface org.apache.accumulo.server.fs.VolumeChooserEnvironment
Deprecated.
 
getSecretManager() - Method in class org.apache.accumulo.server.rpc.SaslServerConnectionParams
 
getSecretManager() - Method in class org.apache.accumulo.server.ServerContext
 
getSecurityOperation() - Method in class org.apache.accumulo.server.ServerContext
 
getSerializedSize() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
getServer() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getServer() - Method in class org.apache.accumulo.server.rpc.ServerAddress
 
getServerContext() - Method in class org.apache.accumulo.server.cli.ServerUtilOpts
 
getServerContext() - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
getServerContext() - Method in interface org.apache.accumulo.server.constraints.SystemEnvironment
 
getServerContext() - Method in interface org.apache.accumulo.server.iterators.SystemIteratorEnvironment
 
getServerContext() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
getServerDirs() - Method in class org.apache.accumulo.server.ServerContext
 
getServerDirs() - Method in class org.apache.accumulo.server.ServerInfo
 
getServerPrincipal(String) - Static method in class org.apache.accumulo.server.security.SecurityUtil
SecurityUtil.getServerPrincipal(String, String)
getServerSslParams() - Method in class org.apache.accumulo.server.ServerContext
Retrieve the SSL/TLS configuration for starting up a listening service
getServiceEnv() - Method in class org.apache.accumulo.server.conf.TableConfiguration.ParsedIteratorConfig
 
getServiceEnv() - Method in interface org.apache.accumulo.server.fs.VolumeChooserEnvironment
Deprecated.
 
getServiceEnv() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
getServiceEnv() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
Deprecated.
getServiceName() - Method in interface org.apache.accumulo.server.HighlyAvailableService
Get the name of the service
getSiteConfiguration() - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
getSiteConfiguration() - Method in class org.apache.accumulo.server.ServerContext
 
getSiteConfiguration() - Method in class org.apache.accumulo.server.ServerInfo
 
getSnapshot() - Method in class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
getSslServerSocket(int, int, InetAddress, SslConnectionParams) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Create the Thrift server socket for RPC running over SSL.
getStartRowForExtent(KeyExtent) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
getState() - Method in class org.apache.accumulo.server.manager.state.MergeInfo
 
getStateById(byte) - Static method in enum org.apache.accumulo.server.manager.state.TabletServerState
 
getStatusCounts() - Method in class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
 
getStatusFilterNames() - Method in class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
 
getStepCounts() - Method in class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
 
getStoreForLevel(Ample.DataLevel, ClientContext) - Static method in interface org.apache.accumulo.server.manager.state.TabletStateStore
 
getStoreForLevel(Ample.DataLevel, ClientContext, CurrentState) - Static method in interface org.apache.accumulo.server.manager.state.TabletStateStore
 
getStoreForTablet(KeyExtent, ServerContext) - Static method in interface org.apache.accumulo.server.manager.state.TabletStateStore
 
getSupportedTokenTypes() - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
getSupportedTokenTypes() - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
getSupportedTokenTypes() - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
getSystemConfiguration() - Method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getSystemConfiguration() - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
getSystemProperties(TInfo, TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getSystemTimestamp() - Method in class org.apache.accumulo.server.data.ServerMutation
 
getTable() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
getTableConfiguration(TableId) - Method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getTableConfiguration(TableId) - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
getTableConfiguration(TableId) - Method in class org.apache.accumulo.server.ServerContext
 
getTableConfiguration(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getTableId() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
getTableId() - Method in interface org.apache.accumulo.server.fs.VolumeChooserEnvironment
Deprecated.
 
getTableId() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
getTableId() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
getTableId() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getTableIdMap() - Method in class org.apache.accumulo.server.manager.balancer.BalancerEnvironmentImpl
 
getTableManager() - Method in class org.apache.accumulo.server.ServerContext
 
getTableMap(boolean) - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
getTableName(TableId) - Method in class org.apache.accumulo.server.ServiceEnvironmentImpl
 
getTableOperations() - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
Deprecated.
 
getTableProperties(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getTablesDirs() - Method in class org.apache.accumulo.server.ServerContext
 
getTablesDirs() - Method in class org.apache.accumulo.server.ServerDirs
 
getTableState(TableId) - Method in class org.apache.accumulo.server.tables.TableManager
 
getTabletEntries(SortedMap<Key, Value>, List<ColumnFQ>) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
getTabletServerTProcessor(ClientServiceHandler, TabletClientService.Iface, TabletScanClientService.Iface, ServerContext) - Static method in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
getThread() - Method in class org.apache.accumulo.server.compaction.CompactionInfo
 
getThriftServerType() - Method in class org.apache.accumulo.server.ServerContext
Determine the type of Thrift server to instantiate given the server's configuration.
getTime() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getTime() - Method in class org.apache.accumulo.server.tablets.TabletTime
 
getTimestamp() - Method in class org.apache.accumulo.server.conf.codec.VersionedProperties
The timestamp of the instance when created or last modified.
getTimestamp() - Method in class org.apache.accumulo.server.data.ServerColumnUpdate
 
getTimestampISO() - Method in class org.apache.accumulo.server.conf.codec.VersionedProperties
The timestamp formatted as an ISO 8601 string with format of YYYY-MM-DDTHH:mm:ss.SSSSSSZ
getTokenCache() - Method in class org.apache.accumulo.server.rpc.TCredentialsUpdatingInvocationHandler
Visibile for testing
getTokenClassFromName(String) - Method in class org.apache.accumulo.server.rpc.TCredentialsUpdatingInvocationHandler
 
getTokenOwnership() - Method in class org.apache.accumulo.server.conf.util.TransformToken
Create and try to establish ownership (hold the token).
getTopKey() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getTopLevelIterator(SortedKeyValueIterator<Key, Value>) - Method in interface org.apache.accumulo.server.iterators.SystemIteratorEnvironment
 
getTopLevelIterator(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
getTopValue() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getTProcessor(Class<P>, Class<I>, H, ServerContext) - Method in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
getTransportPoolMaxAgeMillis() - Method in class org.apache.accumulo.server.ServerContext
 
getTxnId() - Method in class org.apache.accumulo.server.util.fateCommand.FateTxnDetails
 
getUniqueNameAllocator() - Method in class org.apache.accumulo.server.ServerContext
 
getUnknownFields() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
getUpdateCount() - Method in class org.apache.accumulo.server.conf.ZooBasedConfiguration
The update count is the sum of the change count of this configuration and the change counts of the parents.
getUserAuthorizations(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
getUserAuthorizations(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
getUserAuthorizations(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getUsers() - Method in class org.apache.accumulo.server.security.UserImpersonation.UsersWithHosts
 
getVersionedNamespaceProperties(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getVersionedProperties() - Method in class org.apache.accumulo.server.conf.util.PropSnapshot
Get the current snapshot - updating if necessary.
getVersionedSystemProperties(TInfo, TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getVersionedTableProperties(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getViolationDescription(short) - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
getVolume(Path) - Method in enum org.apache.accumulo.server.fs.VolumeManager.FileType
 
getVolumeManager() - Method in class org.apache.accumulo.server.compaction.FileCompactor
 
getVolumeManager() - Method in class org.apache.accumulo.server.ServerContext
 
getVolumeManager() - Method in class org.apache.accumulo.server.ServerInfo
 
getVolumeReplacements() - Method in class org.apache.accumulo.server.ServerContext
 
getVolumeReplacements() - Method in class org.apache.accumulo.server.ServerDirs
 
getVolumes() - Method in interface org.apache.accumulo.server.fs.VolumeManager
Fetch the configured instance Volumes
getVolumes() - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getWaitTime() - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
Deprecated.
The amount of time to wait between balancing.
getWaitTime() - Method in class org.apache.accumulo.server.master.balancer.RegexGroupBalancer
Deprecated.
 
getWalsInUse(TServerInstance) - Method in class org.apache.accumulo.server.log.WalStateManager
 
getWorkQueued() - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
getWriteLimiter() - Method in interface org.apache.accumulo.server.compaction.FileCompactor.CompactionEnv
 
getZooCache() - Method in class org.apache.accumulo.server.manager.LiveTServerSet
 
getZooKeepers() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getZooKeepers() - Method in class org.apache.accumulo.server.ServerInfo
 
getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.server.ServerInfo
 
getZooReader() - Method in class org.apache.accumulo.server.ServerContext
 
getZooReaderWriter() - Method in class org.apache.accumulo.server.ServerContext
 
globStatus(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
globStatus(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
gracefulStop() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenKeyManager
 
GRANT_SYSTEM_PERMISSION_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
GRANT_TABLE_PERMISSION_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
grantNamespacePermission(String, String, NamespacePermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
grantNamespacePermission(String, String, NamespacePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Gives the user the given namespace permission
grantNamespacePermission(String, String, NamespacePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
grantNamespacePermission(TCredentials, String, NamespaceId, NamespacePermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
grantNamespacePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
grantSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
grantSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Gives the user the given system permission
grantSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
grantSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
grantSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
grantSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
grantTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
grantTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Gives the user the given table permission
grantTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
grantTablePermission(TCredentials, String, TableId, TablePermission, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
grantTablePermission(TCredentials, String, TableId, TablePermission, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
grantTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
GroupBalancer - Class in org.apache.accumulo.server.master.balancer
Deprecated.
since 2.1.0. Use GroupBalancer instead.
GroupBalancer(TableId) - Constructor for class org.apache.accumulo.server.master.balancer.GroupBalancer
Deprecated.
 

H

HadoopLogCloser - Class in org.apache.accumulo.server.manager.recovery
 
HadoopLogCloser - Class in org.apache.accumulo.server.master.recovery
Deprecated.
since 2.1.0. Use HadoopLogCloser instead
HadoopLogCloser() - Constructor for class org.apache.accumulo.server.manager.recovery.HadoopLogCloser
 
HadoopLogCloser() - Constructor for class org.apache.accumulo.server.master.recovery.HadoopLogCloser
Deprecated.
 
halt(ServiceLock) - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
handle(Callback[]) - Method in class org.apache.accumulo.server.rpc.SaslServerDigestCallbackHandler
 
HAS_SYSTEM_PERMISSION_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
hasBegin() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
offset where replication should start
hasBegin() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
offset where replication should start
hasBegin() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
offset where replication should start
hasCachedNamespacePermission(String, String, NamespacePermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
hasCachedNamespacePermission(String, String, NamespacePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to get the namespace permission of a user for a namespace, with caching.
hasCachedNamespacePermission(String, String, NamespacePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
hasCachedSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
hasCachedSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to get the system permission for the user, with caching due to high frequency operation.
hasCachedSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
hasCachedTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
hasCachedTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to get the table permission of a user for a table, with caching.
hasCachedTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
hasClosed() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
will more data be appended to the file
hasClosed() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
will more data be appended to the file
hasClosed() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
will more data be appended to the file
hasCreatedTime() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
when, in ms, was the file created?
hasCreatedTime() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
when, in ms, was the file created?
hasCreatedTime() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
when, in ms, was the file created?
hasEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
offset where data is ready for replication
hasEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
offset where data is ready for replication
hasEnd() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
offset where data is ready for replication
hashCode() - Method in class org.apache.accumulo.server.conf.store.PropStoreKey
 
hashCode() - Method in class org.apache.accumulo.server.conf.util.TransformToken
 
hashCode() - Method in class org.apache.accumulo.server.data.ServerMutation
 
hashCode() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
hashCode() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
hashCode() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
hashCode() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
hashCode() - Method in class org.apache.accumulo.server.util.fateCommand.FateTxnDetails
 
hasInfiniteEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
do we have a discrete 'end'
hasInfiniteEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
do we have a discrete 'end'
hasInfiniteEnd() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
do we have a discrete 'end'
hasNamespacePermission(String, String, NamespacePermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
hasNamespacePermission(String, String, NamespacePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to get the namespace permission of a user for a namespace
hasNamespacePermission(String, String, NamespacePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
hasNamespacePermission(TCredentials, String, NamespaceId, NamespacePermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
hasNamespacePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
hasNext() - Method in class org.apache.accumulo.server.manager.state.MetaDataTableScanner
 
hasNext() - Method in class org.apache.accumulo.server.replication.StatusFormatter
Deprecated.
 
hasNext() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
hasOutdatedHashes() - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
Checks stored users and logs a warning containing the ones with outdated hashes.
hasSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
hasSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to get the system permission for the user
hasSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
hasSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
hasSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
hasSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
hasTableId() - Method in interface org.apache.accumulo.server.fs.VolumeChooserEnvironment
Deprecated.
 
hasTableId() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
hasTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
hasTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to get the table permission of a user for a table
hasTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
hasTablePermission(TCredentials, String, TableId, TablePermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
hasTablePermission(TCredentials, TableId, NamespaceId, TablePermission, boolean) - Method in class org.apache.accumulo.server.security.SecurityOperation
Checks if a user has a table permission
hasTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
hasTop() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
haveTokenOwnership() - Method in class org.apache.accumulo.server.conf.util.TransformToken
Return the token ownership status
HighlyAvailableService - Interface in org.apache.accumulo.server
This interface allows service implementations which support running multiple instances concurrently with only one active instance to report whether or not they are the active service.
HighlyAvailableServiceInvocationHandler<I> - Class in org.apache.accumulo.server.rpc
An InvocationHandler which checks to see if a HighlyAvailableService is the current active instance of that service, throwing ThriftNotActiveServiceException when it is not the current active instance.
HighlyAvailableServiceInvocationHandler(I, HighlyAvailableService) - Constructor for class org.apache.accumulo.server.rpc.HighlyAvailableServiceInvocationHandler
 
HighlyAvailableServiceWrapper - Class in org.apache.accumulo.server.rpc
A class to wrap invocations to the Thrift handler to prevent these invocations from succeeding when the Accumulo service that this Thrift service is for has not yet obtained its ZooKeeper lock.
HOST_BALANCER_OOB_CHECK_KEY - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
HOST_BALANCER_OUTSTANDING_MIGRATIONS_KEY - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
HOST_BALANCER_PREFIX - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
HOST_BALANCER_REGEX_MAX_MIGRATIONS_KEY - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
HOST_BALANCER_REGEX_USING_IPS_KEY - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
HostRegexTableLoadBalancer - Class in org.apache.accumulo.server.master.balancer
Deprecated.
since 2.1.0. Use HostRegexTableLoadBalancer instead
HostRegexTableLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 

I

id - Variable in class org.apache.accumulo.server.conf.store.PropStoreKey
 
ID_TOKEN_POSITION - Static variable in class org.apache.accumulo.server.conf.store.PropStoreKey
 
IID_TOKEN_POSITION - Static variable in class org.apache.accumulo.server.conf.store.PropStoreKey
 
IllegalTableTransitionException - Exception in org.apache.accumulo.server.tables
 
IllegalTableTransitionException(TableState, TableState) - Constructor for exception org.apache.accumulo.server.tables.IllegalTableTransitionException
 
importFiles(List<String>) - Method in class org.apache.accumulo.server.client.BulkImporter
 
incrEviction() - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreMetrics
 
incrRefresh() - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreMetrics
 
incrRefreshLoad() - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreMetrics
 
incrZkError() - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreMetrics
 
INFINITEEND_FIELD_NUMBER - Static variable in class org.apache.accumulo.server.replication.proto.Replication.Status
 
Info - Class in org.apache.accumulo.server.util
 
Info() - Constructor for class org.apache.accumulo.server.util.Info
 
ingestedUntil(long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
Creates a Replication.Status for newly-created data that must be replicated
ingestedUntil(Replication.Status.Builder, long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
init(String) - Method in class org.apache.accumulo.server.ServerContext
Wait for ZK and hdfs, check data version and some properties, and start thread to monitor swappiness.
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.compaction.CountingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.manager.state.TabletStateChangeIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.replication.StatusCombiner
Deprecated.
 
init(BalancerEnvironment) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
 
init(ServerConfigurationFactory) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
since 2.0.0; use TabletBalancer.init(ServerContext) instead.
init(ServerContext) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
init(ServerContext) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
Initialize the TabletBalancer.
INIT - org.apache.accumulo.server.fs.VolumeChooserEnvironment.ChooserScope
Deprecated.
 
initialize() - Method in class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyDistributor
Ensures that ZooKeeper is in a correct state to perform distribution of AuthenticationKeys.
initialize() - Method in interface org.apache.accumulo.server.tables.TableObserver
 
initialize(InstanceId, ZooReaderWriter) - Static method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
initialize(Iterable<Map.Entry<Key, Value>>, FormatterConfig) - Method in class org.apache.accumulo.server.replication.StatusFormatter
Deprecated.
 
initialize(SiteConfiguration, String, InstanceId) - Static method in class org.apache.accumulo.server.ServerContext
Used during initialization to set the instance name and ID.
initialize(ServerContext) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
initialize(ServerContext) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Sets up the authorizor for a new instance of Accumulo
initialize(ServerContext) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
initialize(ServerContext) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthorizor
 
initialize(ServerContext) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
initialize(ServerContext) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Sets up the permission handler for a new instance of Accumulo
initialize(ServerContext) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
initialize(ServerContext) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
initialize(ServerContext) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
Initialize - Class in org.apache.accumulo.server.init
This class is used to set up the directory structure and the root tablet to get an instance started
Initialize() - Constructor for class org.apache.accumulo.server.init.Initialize
 
initializeClone(String, TableId, TableId, AccumuloClient, BatchWriter) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
initializeSecurity(String, byte[]) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
initializeSecurity(String, byte[]) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
initializeSecurity(String, byte[]) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
initializeSecurity(TCredentials, String) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Used to initialize security for the root user
initializeSecurity(TCredentials, String) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthorizor
 
initializeSecurity(TCredentials, String) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
initializeSecurity(TCredentials, String) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to initialize security for the root user
initializeSecurity(TCredentials, String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
initializeSecurity(TCredentials, String) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
initializeSecurity(TCredentials, String, byte[]) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
initUser(String) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Initializes a new user
initUser(String) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthorizor
 
initUser(String) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
initUser(String) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Initializes a new user
initUser(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
initUser(String) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
initWalMarker(TServerInstance) - Method in class org.apache.accumulo.server.log.WalStateManager
 
instanceId - Variable in class org.apache.accumulo.server.conf.store.PropStoreKey
 
instantiate(String, Class<T>) - Method in class org.apache.accumulo.server.ServiceEnvironmentImpl
 
instantiate(TableId, String, Class<T>) - Method in class org.apache.accumulo.server.ServiceEnvironmentImpl
 
InterfaceEvolutionWarner - Class in org.apache.accumulo.server.fs
 
InterfaceEvolutionWarner() - Constructor for class org.apache.accumulo.server.fs.InterfaceEvolutionWarner
 
internalGetFieldAccessorTable() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
invalidateCache() - Method in class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
invoke(Object, Method, Object[]) - Method in class org.apache.accumulo.server.rpc.HighlyAvailableServiceInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.apache.accumulo.server.rpc.TCredentialsUpdatingInvocationHandler
 
isAccumuloOffline(ZooReader, String) - Static method in class org.apache.accumulo.server.util.AccumuloStatus
Determines if there could be an accumulo instance running via zookeeper lock checking
isActive(long) - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
isActive(long) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher
 
isActive(TInfo, long) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
isActiveService() - Method in interface org.apache.accumulo.server.HighlyAvailableService
Is this service instance currently the active instance for the Accumulo cluster.
isAllVolumesUri(Path) - Static method in class org.apache.accumulo.server.gc.GcVolumeUtil
 
isCompactionEnabled() - Method in interface org.apache.accumulo.server.compaction.FileCompactor.CompactionEnv
 
isCompressed() - Method in class org.apache.accumulo.server.conf.codec.EncodingOptions
get if the compress is set.
isDelete() - Method in class org.apache.accumulo.server.manager.state.MergeInfo
 
isDirectory() - Method in class org.apache.accumulo.server.gc.AllVolumesDirectory
 
isEmpty() - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
isFinished(String) - Static method in enum org.apache.accumulo.server.log.SortedLogState
 
isFullMajorCompaction() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
isFullyReplicated(Replication.Status) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
Is the given Status fully replicated but potentially not yet safe for deletion
isInitialized() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
isInitialized() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
isInitialized() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenKeyManager
 
isIpBasedRegex() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
isPropertySet(Property) - Method in class org.apache.accumulo.server.conf.SystemConfiguration
 
isPropertySet(Property) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
isPropertySet(Property) - Method in class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
isReady() - Method in class org.apache.accumulo.server.conf.store.impl.ReadyMonitor
Method blocks until the resource is ready.
isReady() - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
isReady() - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
isSafeForRemoval(Replication.Status) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
Is the given Status fully replicated and is its file ready for deletion on the source
isSamplingEnabled() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
isSystemUser(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
isTableOnline(TableId) - Method in class org.apache.accumulo.server.manager.balancer.BalancerEnvironmentImpl
 
isUpgrading() - Method in interface org.apache.accumulo.server.HighlyAvailableService
Is this service instance currently in the process of upgrading.
isUserCompaction() - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
isValidAuthorizations(String, List<ByteBuffer>) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Used to check if a user has valid auths.
isValidAuthorizations(String, List<ByteBuffer>) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthorizor
 
isValidAuthorizations(String, List<ByteBuffer>) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
isWorkRequired(Replication.Status) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
Given the Replication.Status, is there replication work to be done
iterator() - Method in interface org.apache.accumulo.server.manager.state.TabletStateStore
Scan the information about the tablets covered by this store
iterator() - Method in class org.apache.accumulo.server.problems.ProblemReports
 
iterator() - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
iterator() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
iterator(TableId) - Method in class org.apache.accumulo.server.problems.ProblemReports
 

K

KerberosAuthenticator - Class in org.apache.accumulo.server.security.handler
 
KerberosAuthenticator() - Constructor for class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
KerberosAuthorizor - Class in org.apache.accumulo.server.security.handler
Kerberos principals might contains identifiers that are not valid ZNodes ('/').
KerberosAuthorizor() - Constructor for class org.apache.accumulo.server.security.handler.KerberosAuthorizor
 
KerberosPermissionHandler - Class in org.apache.accumulo.server.security.handler
Kerberos principals might contains identifiers that are not valid ZNodes ('/').
KerberosPermissionHandler() - Constructor for class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
KEY_SEPARATOR - Static variable in class org.apache.accumulo.server.replication.DistributedWorkQueueWorkAssignerHelper
Deprecated.
 
keyword() - Method in class org.apache.accumulo.server.conf.CheckCompactionConfig
 
keyword() - Method in class org.apache.accumulo.server.conf.CheckServerConfig
 
keyword() - Method in class org.apache.accumulo.server.conf.util.ConfigPropertyUpgrader
 
keyword() - Method in class org.apache.accumulo.server.conf.util.ZooInfoViewer
 
keyword() - Method in class org.apache.accumulo.server.init.Initialize
 
keyword() - Method in class org.apache.accumulo.server.util.Admin
 
keyword() - Method in class org.apache.accumulo.server.util.ConvertConfig
 
keyword() - Method in class org.apache.accumulo.server.util.DumpZookeeper
 
keyword() - Method in class org.apache.accumulo.server.util.ECAdmin
 
keyword() - Method in class org.apache.accumulo.server.util.Info
 
keyword() - Method in class org.apache.accumulo.server.util.LoginProperties
 
keyword() - Method in class org.apache.accumulo.server.util.ZooKeeperMain
 
keyword() - Method in class org.apache.accumulo.server.util.ZooZap
 

L

listenerCleanup(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreWatcher
Clean-up the active listeners set when an entry is removed from the cache, remove it from the active listeners.
listFiles(Path, boolean) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
listFiles(Path, boolean) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
ListInstances - Class in org.apache.accumulo.server.util
 
ListInstances() - Constructor for class org.apache.accumulo.server.util.ListInstances
 
listLocalUsers(TInfo, TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
listOnlineTabletsForTable(TabletServerId, TableId) - Method in class org.apache.accumulo.server.manager.balancer.BalancerEnvironmentImpl
 
listStatus(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
listStatus(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
listTabletLocations(TableId) - Method in class org.apache.accumulo.server.manager.balancer.BalancerEnvironmentImpl
 
listUsers() - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
listUsers() - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
listUsers() - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
listUsers(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
listVolumes(ServerContext) - Static method in class org.apache.accumulo.server.util.ListVolumesUsed
 
ListVolumesUsed - Class in org.apache.accumulo.server.util
 
ListVolumesUsed() - Constructor for class org.apache.accumulo.server.util.ListVolumesUsed
 
LiveTServerSet - Class in org.apache.accumulo.server.manager
 
LiveTServerSet(ServerContext, LiveTServerSet.Listener) - Constructor for class org.apache.accumulo.server.manager.LiveTServerSet
 
LiveTServerSet.Listener - Interface in org.apache.accumulo.server.manager
 
LiveTServerSet.TServerConnection - Class in org.apache.accumulo.server.manager
 
load(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropLoader
 
log - Variable in class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
log - Static variable in interface org.apache.accumulo.server.fs.VolumeManager
 
LogCloser - Interface in org.apache.accumulo.server.manager.recovery
Object that is used by the RecoveryManager to properly close WALogs that were being written to and were not properly closed (TabletServer died, for example).
logEntries - Variable in class org.apache.accumulo.server.fs.VolumeUtil.TabletFiles
 
logGCInfo(AccumuloConfiguration) - Method in class org.apache.accumulo.server.GarbageCollectionLogger
 
LOGGER - org.apache.accumulo.server.fs.VolumeChooserEnvironment.ChooserScope
Deprecated.
 
LoginProperties - Class in org.apache.accumulo.server.util
 
LoginProperties() - Constructor for class org.apache.accumulo.server.util.LoginProperties
 

M

main(String[]) - Static method in class org.apache.accumulo.server.conf.CheckCompactionConfig
 
main(String[]) - Static method in class org.apache.accumulo.server.conf.CheckServerConfig
 
main(String[]) - Static method in class org.apache.accumulo.server.conf.util.ConfigPropertyUpgrader
 
main(String[]) - Static method in class org.apache.accumulo.server.conf.util.ZooInfoViewer
 
main(String[]) - Static method in class org.apache.accumulo.server.init.Initialize
 
main(String[]) - Static method in class org.apache.accumulo.server.problems.ProblemReports
 
main(String[]) - Static method in class org.apache.accumulo.server.util.Admin
 
main(String[]) - Static method in class org.apache.accumulo.server.util.CheckForMetadataProblems
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ConvertConfig
 
main(String[]) - Static method in class org.apache.accumulo.server.util.DumpZookeeper
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ECAdmin
 
main(String[]) - Static method in class org.apache.accumulo.server.util.FindOfflineTablets
 
main(String[]) - Static method in class org.apache.accumulo.server.util.Info
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ListInstances
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ListVolumesUsed
 
main(String[]) - Static method in class org.apache.accumulo.server.util.LoginProperties
 
main(String[]) - Static method in class org.apache.accumulo.server.util.RandomWriter
 
main(String[]) - Static method in class org.apache.accumulo.server.util.RemoveEntriesForMissingFiles
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ScanServerMetadataEntries
 
main(String[]) - Static method in class org.apache.accumulo.server.util.TableDiskUsage
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ZooKeeperMain
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ZooZap
 
ManagerMetadataUtil - Class in org.apache.accumulo.server.util
 
ManagerMetadataUtil() - Constructor for class org.apache.accumulo.server.util.ManagerMetadataUtil
 
matchingFileSystem(Path, Set<String>) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
matchingFileSystem(Path, Set<String>) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
MAX_WAIT_TIME - Static variable in class org.apache.accumulo.server.compaction.RetryableThriftCall
 
maxMetadataTime(MetadataTime, MetadataTime) - Static method in class org.apache.accumulo.server.tablets.TabletTime
 
MERGE - org.apache.accumulo.server.manager.state.MergeInfo.Operation
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
mergeFrom(Message) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
mergeFrom(Replication.Status) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
MergeInfo - Class in org.apache.accumulo.server.manager.state
Information about the current merge/rangeDelete.
MergeInfo() - Constructor for class org.apache.accumulo.server.manager.state.MergeInfo
 
MergeInfo(KeyExtent, MergeInfo.Operation) - Constructor for class org.apache.accumulo.server.manager.state.MergeInfo
 
MergeInfo.Operation - Enum in org.apache.accumulo.server.manager.state
 
merges() - Method in interface org.apache.accumulo.server.manager.state.CurrentState
 
MergeState - Enum in org.apache.accumulo.server.manager.state
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
MERGING - org.apache.accumulo.server.manager.state.MergeState
when the number of chopped, offline tablets equals the number of merge tablets, begin the metadata updates
META - org.apache.accumulo.server.TabletLevel
 
MetadataBulkLoadFilter - Class in org.apache.accumulo.server.iterators
A special iterator for the metadata table that removes inactive bulk load flags
MetadataBulkLoadFilter() - Constructor for class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
MetadataConstraints - Class in org.apache.accumulo.server.constraints
 
MetadataConstraints() - Constructor for class org.apache.accumulo.server.constraints.MetadataConstraints
 
MetaDataTableScanner - Class in org.apache.accumulo.server.manager.state
 
MetaDataTableScanner(ClientContext, Range, String) - Constructor for class org.apache.accumulo.server.manager.state.MetaDataTableScanner
 
MetadataTableUtil - Class in org.apache.accumulo.server.util
provides a reference to the metadata table for updates by tablet servers
migrations - Variable in class org.apache.accumulo.server.master.balancer.TabletBalancer.OutstandingMigrations
Deprecated.
 
migrationsSnapshot() - Method in interface org.apache.accumulo.server.manager.state.CurrentState
Provide an immutable snapshot view of migrating tablets.
mkdirs(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
mkdirs(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
mkdirs(Path, FsPermission) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
mkdirs(Path, FsPermission) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
modifyProperties(ServerContext, long, Map<String, String>) - Static method in class org.apache.accumulo.server.util.SystemPropUtil
 
moveToTrash(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
moveToTrash(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
mutate() - Method in class org.apache.accumulo.server.metadata.RootTabletMutatorImpl
 
mutateTablet(KeyExtent) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
mutateTablet(KeyExtent) - Method in class org.apache.accumulo.server.metadata.TabletsMutatorImpl
 
mutateTablets() - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 

N

name() - Method in interface org.apache.accumulo.server.manager.state.TabletStateStore
Identifying name for this tablet state store.
NAMESPACE_NODE_NAME - Static variable in class org.apache.accumulo.server.conf.store.PropStoreKey
 
NamespaceConfiguration - Class in org.apache.accumulo.server.conf
 
NamespaceConfiguration(ServerContext, NamespaceId, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.conf.NamespaceConfiguration
 
NamespacePropKey - Class in org.apache.accumulo.server.conf.store
 
needsToBeChopped(KeyExtent) - Method in class org.apache.accumulo.server.manager.state.MergeInfo
 
NEW - org.apache.accumulo.server.manager.state.TabletServerState
 
newBuilder() - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
newBuilder(Replication.Status) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
newBuilderForType() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
newColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[]) - Method in class org.apache.accumulo.server.data.ServerMutation
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
newProcessor() - Method in interface org.apache.accumulo.server.zookeeper.DistributedWorkQueue.Processor
 
newScanFileManager(KeyExtent, CacheProvider) - Method in class org.apache.accumulo.server.fs.FileManager
 
newServer - Variable in class org.apache.accumulo.server.master.state.TabletMigration
Deprecated.
 
next() - Method in class org.apache.accumulo.server.compaction.CountingIterator
 
next() - Method in class org.apache.accumulo.server.manager.state.MetaDataTableScanner
 
next() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
next() - Method in class org.apache.accumulo.server.replication.StatusFormatter
Deprecated.
 
next() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
NONE - org.apache.accumulo.server.manager.state.MergeState
Not merging
NoOpLogCloser - Class in org.apache.accumulo.server.manager.recovery
HadoopLogCloser recovers leases in DistributedFileSystem implementations and does nothing in local FileSystem implementations.
NoOpLogCloser() - Constructor for class org.apache.accumulo.server.manager.recovery.NoOpLogCloser
 
NORMAL - org.apache.accumulo.server.TabletLevel
 
NoTservers(Logger) - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer.NoTservers
Deprecated.
 

O

of(InstanceId) - Static method in class org.apache.accumulo.server.conf.store.SystemPropKey
 
of(InstanceId, NamespaceId) - Static method in class org.apache.accumulo.server.conf.store.NamespacePropKey
 
of(InstanceId, TableId) - Static method in class org.apache.accumulo.server.conf.store.TablePropKey
 
of(ServerContext) - Static method in class org.apache.accumulo.server.conf.store.SystemPropKey
 
of(ServerContext, NamespaceId) - Static method in class org.apache.accumulo.server.conf.store.NamespacePropKey
 
of(ServerContext, TableId) - Static method in class org.apache.accumulo.server.conf.store.TablePropKey
 
oldServer - Variable in class org.apache.accumulo.server.master.state.TabletMigration
Deprecated.
 
ONLINE - org.apache.accumulo.server.manager.state.TabletServerState
 
onlineTables() - Method in interface org.apache.accumulo.server.manager.state.CurrentState
 
onlineTabletServers() - Method in interface org.apache.accumulo.server.manager.state.CurrentState
 
open(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
open(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
OPEN - org.apache.accumulo.server.log.WalStateManager.WalState
 
openFiles(Map<TabletFile, DataFileValue>, boolean, SamplerConfigurationImpl) - Method in class org.apache.accumulo.server.fs.FileManager.ScanFileManager
 
openWithUnknownLength() - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
openWithUnknownLength(long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
openWithUnknownLengthValue() - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
org.apache.accumulo.server - package org.apache.accumulo.server
 
org.apache.accumulo.server.cli - package org.apache.accumulo.server.cli
 
org.apache.accumulo.server.client - package org.apache.accumulo.server.client
 
org.apache.accumulo.server.compaction - package org.apache.accumulo.server.compaction
 
org.apache.accumulo.server.conf - package org.apache.accumulo.server.conf
 
org.apache.accumulo.server.conf.codec - package org.apache.accumulo.server.conf.codec
 
org.apache.accumulo.server.conf.store - package org.apache.accumulo.server.conf.store
 
org.apache.accumulo.server.conf.store.impl - package org.apache.accumulo.server.conf.store.impl
 
org.apache.accumulo.server.conf.util - package org.apache.accumulo.server.conf.util
 
org.apache.accumulo.server.constraints - package org.apache.accumulo.server.constraints
 
org.apache.accumulo.server.data - package org.apache.accumulo.server.data
 
org.apache.accumulo.server.fs - package org.apache.accumulo.server.fs
 
org.apache.accumulo.server.gc - package org.apache.accumulo.server.gc
 
org.apache.accumulo.server.init - package org.apache.accumulo.server.init
 
org.apache.accumulo.server.iterators - package org.apache.accumulo.server.iterators
 
org.apache.accumulo.server.log - package org.apache.accumulo.server.log
 
org.apache.accumulo.server.manager - package org.apache.accumulo.server.manager
 
org.apache.accumulo.server.manager.balancer - package org.apache.accumulo.server.manager.balancer
 
org.apache.accumulo.server.manager.recovery - package org.apache.accumulo.server.manager.recovery
 
org.apache.accumulo.server.manager.state - package org.apache.accumulo.server.manager.state
 
org.apache.accumulo.server.master.balancer - package org.apache.accumulo.server.master.balancer
 
org.apache.accumulo.server.master.recovery - package org.apache.accumulo.server.master.recovery
 
org.apache.accumulo.server.master.state - package org.apache.accumulo.server.master.state
 
org.apache.accumulo.server.metadata - package org.apache.accumulo.server.metadata
 
org.apache.accumulo.server.metrics - package org.apache.accumulo.server.metrics
 
org.apache.accumulo.server.problems - package org.apache.accumulo.server.problems
 
org.apache.accumulo.server.replication - package org.apache.accumulo.server.replication
 
org.apache.accumulo.server.replication.proto - package org.apache.accumulo.server.replication.proto
 
org.apache.accumulo.server.rpc - package org.apache.accumulo.server.rpc
 
org.apache.accumulo.server.security - package org.apache.accumulo.server.security
 
org.apache.accumulo.server.security.delegation - package org.apache.accumulo.server.security.delegation
 
org.apache.accumulo.server.security.handler - package org.apache.accumulo.server.security.handler
 
org.apache.accumulo.server.tables - package org.apache.accumulo.server.tables
 
org.apache.accumulo.server.tablets - package org.apache.accumulo.server.tablets
 
org.apache.accumulo.server.util - package org.apache.accumulo.server.util
 
org.apache.accumulo.server.util.fateCommand - package org.apache.accumulo.server.util.fateCommand
 
org.apache.accumulo.server.util.time - package org.apache.accumulo.server.util.time
 
org.apache.accumulo.server.zookeeper - package org.apache.accumulo.server.zookeeper
 
outstandingMigrations - Variable in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
Deprecated.
 
OutstandingMigrations(Logger) - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer.OutstandingMigrations
Deprecated.
 
overlaps(KeyExtent) - Method in class org.apache.accumulo.server.manager.state.MergeInfo
 
override(SiteConfiguration, String, String, int) - Static method in class org.apache.accumulo.server.ServerContext
Override properties for testing
overwrite(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
overwrite(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 

P

parseDelimitedFrom(InputStream) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseFrom(byte[]) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseFrom(ByteString) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseFrom(CodedInputStream) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseFrom(InputStream) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseFrom(ByteBuffer) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parser() - Static method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
PARSER - Static variable in class org.apache.accumulo.server.replication.proto.Replication.Status
Deprecated.
parseReplicaSystemConfiguration(String) - Method in class org.apache.accumulo.server.replication.ReplicaSystemFactory
Deprecated.
Parse the configuration value for a peer into its components: ReplicaSystem class name and configuration string.
PermissionHandler - Interface in org.apache.accumulo.server.security.handler
This interface is used for the system which will be used for getting a users permissions.
PerTableVolumeChooser - Class in org.apache.accumulo.server.fs
Deprecated.
PerTableVolumeChooser() - Constructor for class org.apache.accumulo.server.fs.PerTableVolumeChooser
Deprecated.
 
ping(TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
PortUtils - Class in org.apache.accumulo.server.util
 
PortUtils() - Constructor for class org.apache.accumulo.server.util.PortUtils
 
post(String, String) - Method in class org.apache.accumulo.server.manager.state.DeadServerList
 
PreferredVolumeChooser - Class in org.apache.accumulo.server.fs
Deprecated.
PreferredVolumeChooser() - Constructor for class org.apache.accumulo.server.fs.PreferredVolumeChooser
Deprecated.
 
prepareNewNamespaceState(ZooReaderWriter, PropStore, InstanceId, NamespaceId, String, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.server.tables.TableManager
 
prepareNewNamespaceState(ServerContext, NamespaceId, String, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.server.tables.TableManager
 
prepareNewTableState(ZooReaderWriter, PropStore, InstanceId, TableId, NamespaceId, String, TableState, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.server.tables.TableManager
 
prepareNewTableState(ServerContext, TableId, NamespaceId, String, TableState, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.server.tables.TableManager
 
principalMismatch(String, String) - Method in class org.apache.accumulo.server.rpc.TCredentialsUpdatingInvocationHandler
 
print(boolean) - Method in class org.apache.accumulo.server.conf.codec.VersionedProperties
Generate a formatted string for debugging, either as a single line or human-friendly, multi-line format.
print(String) - Method in interface org.apache.accumulo.server.util.TableDiskUsage.Printer
 
printConfig(ClientContext, Admin.DumpConfigCommand) - Method in class org.apache.accumulo.server.util.Admin
 
printDiskUsage(Collection<String>, AccumuloClient, boolean) - Static method in class org.apache.accumulo.server.util.TableDiskUsage
 
printDiskUsage(Collection<String>, AccumuloClient, TableDiskUsage.Printer, boolean) - Static method in class org.apache.accumulo.server.util.TableDiskUsage
 
printProblems() - Method in class org.apache.accumulo.server.problems.ProblemReports
 
ProblemReport - Class in org.apache.accumulo.server.problems
 
ProblemReport(TableId, ProblemType, String, String, Throwable) - Constructor for class org.apache.accumulo.server.problems.ProblemReport
 
ProblemReport(TableId, ProblemType, String, String, Throwable, long) - Constructor for class org.apache.accumulo.server.problems.ProblemReport
 
ProblemReport(TableId, ProblemType, String, Throwable) - Constructor for class org.apache.accumulo.server.problems.ProblemReport
 
ProblemReportingIterator - Class in org.apache.accumulo.server.problems
 
ProblemReportingIterator(ServerContext, TableId, String, boolean, SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.server.problems.ProblemReportingIterator
 
ProblemReports - Class in org.apache.accumulo.server.problems
 
ProblemReports(ServerContext) - Constructor for class org.apache.accumulo.server.problems.ProblemReports
 
ProblemType - Enum in org.apache.accumulo.server.problems
 
process(String, byte[]) - Method in interface org.apache.accumulo.server.zookeeper.DistributedWorkQueue.Processor
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.server.rpc.TimedProcessor
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.server.rpc.UGIAssumingProcessor
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreWatcher
Process a ZooKeeper event.
process(WatchedEvent) - Method in class org.apache.accumulo.server.manager.LiveTServerSet
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyWatcher
 
PropCache - Interface in org.apache.accumulo.server.conf.store
 
PropCacheCaffeineImpl - Class in org.apache.accumulo.server.conf.store.impl
 
PropCacheCaffeineImpl.Builder - Class in org.apache.accumulo.server.conf.store.impl
 
PropChangeListener - Interface in org.apache.accumulo.server.conf.store
 
PropSnapshot - Class in org.apache.accumulo.server.conf.util
This class provides a secondary, local cache of properties and is intended to be used to optimize constructing a configuration hierarchy from the underlying properties stored in ZooKeeper.
PropStore - Interface in org.apache.accumulo.server.conf.store
 
PropStoreEventTask - Class in org.apache.accumulo.server.conf.store.impl
Provides a simple runnable base task for notifying listeners for PropStore event change notifications.
PropStoreEventTask.PropStoreCacheChangeEventTask - Class in org.apache.accumulo.server.conf.store.impl
 
PropStoreEventTask.PropStoreConnectionEventTask - Class in org.apache.accumulo.server.conf.store.impl
 
PropStoreEventTask.PropStoreDeleteEventTask - Class in org.apache.accumulo.server.conf.store.impl
 
PropStoreEventTask.PropStoreZkChangeEventTask - Class in org.apache.accumulo.server.conf.store.impl
 
PropStoreKey<ID_TYPE extends AbstractId<ID_TYPE>> - Class in org.apache.accumulo.server.conf.store
Provides a strongly-typed id for storing properties in ZooKeeper.
PropStoreKey(InstanceId, String, ID_TYPE) - Constructor for class org.apache.accumulo.server.conf.store.PropStoreKey
 
PropStoreMetrics - Class in org.apache.accumulo.server.conf.store.impl
 
PropStoreMetrics() - Constructor for class org.apache.accumulo.server.conf.store.impl.PropStoreMetrics
 
PropStoreWatcher - Class in org.apache.accumulo.server.conf.store.impl
This class serves as a translator between ZooKeeper events and converts them to PropStore events.
PropStoreWatcher(ReadyMonitor) - Constructor for class org.apache.accumulo.server.conf.store.impl.PropStoreWatcher
 
PropUtil - Class in org.apache.accumulo.server.util
 
ProvidesTime - Interface in org.apache.accumulo.server.util.time
An interface for anything that returns the time in the same format as System.currentTimeMillis().
putAll(PropStoreKey<?>, Map<String, String>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
Copies all mappings from the specified map and into the existing property values and stores them into the backend store.
putAll(PropStoreKey<?>, Map<String, String>) - Method in interface org.apache.accumulo.server.conf.store.PropStore
Adds or updates current properties.
putBulkFile(TabletFile, long) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putChopped() - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putCompactionId(long) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putDirName(String) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putExternalCompaction(ExternalCompactionId, ExternalCompactionMetadata) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putExternalCompactionFinalStates(Collection<ExternalCompactionFinalState>) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
putFile(TabletFile, DataFileValue) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putFlushId(long) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putGcCandidates(TableId, Collection<StoredTabletFile>) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
putGcFileAndDirCandidates(TableId, Collection<ReferenceFile>) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
putLocation(TServerInstance, TabletMetadata.LocationType) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putLockID(ServerContext, ServiceLock, Mutation) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
putPrevEndRow(Text) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putScan(TabletFile) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putScanServerFileReferences(Collection<ScanServerRefTabletFile>) - Method in class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
putSuspension(TServerInstance, long) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putTime(MetadataTime) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putWal(LogEntry) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
putZooLock(ServiceLock) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 

R

RandomMutationGenerator(long) - Constructor for class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
RandomVolumeChooser - Class in org.apache.accumulo.server.fs
Deprecated.
RandomVolumeChooser() - Constructor for class org.apache.accumulo.server.fs.RandomVolumeChooser
Deprecated.
 
RandomWriter - Class in org.apache.accumulo.server.util
 
RandomWriter() - Constructor for class org.apache.accumulo.server.util.RandomWriter
 
RandomWriter.RandomMutationGenerator - Class in org.apache.accumulo.server.util
 
readFields(DataInput) - Method in class org.apache.accumulo.server.data.ServerMutation
 
readFields(DataInput) - Method in class org.apache.accumulo.server.manager.state.MergeInfo
 
readFields(DataInput) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
readFromZk(PropStoreKey<?>, PropStoreWatcher, ZooReader) - Static method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
Convenience method for utilities that may not have a PropStore read the encoded properties directly from ZooKeeper.
readTimestamp(byte[]) - Static method in class org.apache.accumulo.server.conf.codec.VersionedPropCodec
Extracts the timestamp from the encoded byte array without fully decoding the payload.
ReadyMonitor - Class in org.apache.accumulo.server.conf.store.impl
Provides a barrier to block operations until a resource signals that it is ready.
ReadyMonitor(String, long) - Constructor for class org.apache.accumulo.server.conf.store.impl.ReadyMonitor
Create an instance of a ready monitor.
reattach(SamplerConfigurationImpl) - Method in class org.apache.accumulo.server.fs.FileManager.ScanFileManager
 
recordNewStatus(Path, Replication.Status, ReplicationTarget) - Method in class org.apache.accumulo.server.replication.ReplicaSystemHelper
Deprecated.
Record the updated Status for this file and target
RECOVERY - org.apache.accumulo.server.fs.VolumeManager.FileType
 
RecoveryPath - Class in org.apache.accumulo.server.manager.recovery
 
RecoveryPath() - Constructor for class org.apache.accumulo.server.manager.recovery.RecoveryPath
 
reduceFiles(ServerContext, TableConfiguration, Text, Text, Collection<String>, int, Path, int) - Static method in class org.apache.accumulo.server.util.FileUtil
 
REGEX_PROPERTY - Static variable in class org.apache.accumulo.server.master.balancer.RegexGroupBalancer
Deprecated.
 
RegexGroupBalancer - Class in org.apache.accumulo.server.master.balancer
Deprecated.
since 2.1.0. Use RegexGroupBalancer instead.
RegexGroupBalancer(TableId) - Constructor for class org.apache.accumulo.server.master.balancer.RegexGroupBalancer
Deprecated.
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.accumulo.server.replication.proto.Replication
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.accumulo.server.replication.proto.Replication
 
registerAsListener(PropStoreKey<?>, PropChangeListener) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
registerAsListener(PropStoreKey<?>, PropChangeListener) - Method in interface org.apache.accumulo.server.conf.store.PropStore
External processes can register for notifications if the properties change.
registerListener(PropStoreKey<?>, PropChangeListener) - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreWatcher
 
registerMetrics(MeterRegistry) - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreMetrics
 
registerMetrics(MeterRegistry) - Method in class org.apache.accumulo.server.metrics.ThriftMetrics
 
registerSideChannel(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
Deprecated.
RelativeTime - Class in org.apache.accumulo.server.util.time
Provide time from System time and hints from another time source.
releaseOpenFiles(boolean) - Method in class org.apache.accumulo.server.fs.FileManager.ScanFileManager
 
releaseToken() - Method in class org.apache.accumulo.server.conf.util.TransformToken
If the token was created by this instance, the uuid of this instance and the uuid stored in the ZooKeeper data will match.
reload(PropStoreKey<?>, VersionedProperties) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropLoader
 
remove() - Method in class org.apache.accumulo.server.replication.StatusFormatter
Deprecated.
 
remove() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
remove(Object) - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
remove(Collection<String>) - Method in class org.apache.accumulo.server.conf.codec.VersionedProperties
Delete multiple properties provided as a collection of keys.
remove(Stream<String>) - Method in class org.apache.accumulo.server.metadata.RootGcCandidates
 
remove(TServerInstance) - Method in class org.apache.accumulo.server.manager.LiveTServerSet
 
remove(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.PropCacheCaffeineImpl
 
remove(PropStoreKey<?>) - Method in interface org.apache.accumulo.server.conf.store.PropCache
 
remove(AuthenticationKey) - Method in class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyDistributor
Remove the given AuthenticationKey from ZooKeeper.
removeAll() - Method in class org.apache.accumulo.server.conf.store.impl.PropCacheCaffeineImpl
 
removeAll() - Method in interface org.apache.accumulo.server.conf.store.PropCache
 
removeAll(Collection<?>) - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
removeAllKeys() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
Atomic operation to remove all AuthenticationKeys
removeBulkImportStatus(List<String>) - Method in class org.apache.accumulo.server.util.ServerBulkImportStatus
 
removeBulkLoadEntries(AccumuloClient, TableId, long) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
removeBulkLoadInProgressFlag(ServerContext, String) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
RemoveEntriesForMissingFiles - Class in org.apache.accumulo.server.util
Remove file entries for map files that don't exist.
RemoveEntriesForMissingFiles() - Constructor for class org.apache.accumulo.server.util.RemoveEntriesForMissingFiles
 
removeNamespace(NamespaceId) - Method in class org.apache.accumulo.server.tables.TableManager
 
removeProperties(PropStoreKey<?>, Collection<String>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
removeProperties(PropStoreKey<?>, Collection<String>) - Method in interface org.apache.accumulo.server.conf.store.PropStore
Deletes individual properties specified by the set of keys.
removeProperties(ServerContext, PropStoreKey<?>, Collection<String>) - Static method in class org.apache.accumulo.server.util.PropUtil
 
removePropWithoutDeprecationWarning(ServerContext, String) - Static method in class org.apache.accumulo.server.util.SystemPropUtil
 
removeScanFiles(KeyExtent, Set<StoredTabletFile>, ServerContext, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
removeSystemProperty(ServerContext, String) - Static method in class org.apache.accumulo.server.util.SystemPropUtil
 
removeTable(TableId) - Method in class org.apache.accumulo.server.tables.TableManager
 
removeTrailingSlash(String) - Static method in class org.apache.accumulo.server.fs.VolumeUtil
 
removeTrailingSlash(Path) - Static method in class org.apache.accumulo.server.fs.VolumeUtil
 
removeUnusedWALEntries(ServerContext, KeyExtent, List<LogEntry>, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
removeVolume(Path) - Method in enum org.apache.accumulo.server.fs.VolumeManager.FileType
 
removeWalMarker(TServerInstance, UUID) - Method in class org.apache.accumulo.server.log.WalStateManager
 
rename(Path, Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
rename(Path, Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
replaceAll(PropStoreKey<?>, long, Map<String, String>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
replaceAll(Map<String, String>) - Method in class org.apache.accumulo.server.conf.codec.VersionedProperties
Replaces all current properties.
replaceAll(PropStoreKey<?>, long, Map<String, String>) - Method in interface org.apache.accumulo.server.conf.store.PropStore
Replaces all current properties with map provided.
replaceDatafiles(ServerContext, KeyExtent, Set<StoredTabletFile>, Set<StoredTabletFile>, Optional<StoredTabletFile>, Long, DataFileValue, String, TServerInstance, ServiceLock, Optional<ExternalCompactionId>) - Static method in class org.apache.accumulo.server.util.ManagerMetadataUtil
 
replaceProperties(ServerContext, PropStoreKey<?>, long, Map<String, String>) - Static method in class org.apache.accumulo.server.util.PropUtil
 
ReplicaSystem - Interface in org.apache.accumulo.server.replication
Deprecated.
ReplicaSystemFactory - Class in org.apache.accumulo.server.replication
Deprecated.
ReplicaSystemFactory() - Constructor for class org.apache.accumulo.server.replication.ReplicaSystemFactory
Deprecated.
 
ReplicaSystemHelper - Class in org.apache.accumulo.server.replication
Deprecated.
ReplicaSystemHelper(ClientContext) - Constructor for class org.apache.accumulo.server.replication.ReplicaSystemHelper
Deprecated.
 
replicate(Path, Replication.Status, ReplicationTarget, ReplicaSystemHelper) - Method in interface org.apache.accumulo.server.replication.ReplicaSystem
Deprecated.
Replicate the given status to the target peer
replicated(long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
replicated(Replication.Status.Builder, long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
replicatedAndIngested(long, long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
Creates a @{link Status} for a file which has new data and data which has been replicated
replicatedAndIngested(Replication.Status.Builder, long, long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
Replication - Class in org.apache.accumulo.server.replication.proto
 
Replication.Status - Class in org.apache.accumulo.server.replication.proto
Protobuf type Status
Replication.Status.Builder - Class in org.apache.accumulo.server.replication.proto
Protobuf type Status
Replication.StatusOrBuilder - Interface in org.apache.accumulo.server.replication.proto
 
ReplicationTableUtil - Class in org.apache.accumulo.server.util
provides a reference to the replication table for updates by tablet servers
ReplicationUtil - Class in org.apache.accumulo.server.replication
Deprecated.
ReplicationUtil(ServerContext) - Constructor for class org.apache.accumulo.server.replication.ReplicationUtil
Deprecated.
 
ReplicationUtil(ServerContext, ReplicaSystemFactory) - Constructor for class org.apache.accumulo.server.replication.ReplicationUtil
Deprecated.
 
report(ProblemReport) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
requireUpdate() - Method in class org.apache.accumulo.server.conf.util.PropSnapshot
Signal the current snapshot is invalid and needs to be updated on next access.
RESERVED - org.apache.accumulo.server.manager.state.TabletServerState
 
reserveMapFileReader(String) - Method in class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
Deprecated.
resetBalancerErrors() - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
Resets logging about problems meeting an external constraint on balancing.
RestoreZookeeper - Class in org.apache.accumulo.server.util
 
RestoreZookeeper() - Constructor for class org.apache.accumulo.server.util.RestoreZookeeper
 
retainAll(Collection<?>) - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
RetriesExceededException() - Constructor for exception org.apache.accumulo.server.compaction.RetryableThriftCall.RetriesExceededException
 
RetriesExceededException(String) - Constructor for exception org.apache.accumulo.server.compaction.RetryableThriftCall.RetriesExceededException
 
RetriesExceededException(String, Throwable) - Constructor for exception org.apache.accumulo.server.compaction.RetryableThriftCall.RetriesExceededException
 
RetriesExceededException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.accumulo.server.compaction.RetryableThriftCall.RetriesExceededException
 
RetriesExceededException(Throwable) - Constructor for exception org.apache.accumulo.server.compaction.RetryableThriftCall.RetriesExceededException
 
retrievePassword(AuthenticationTokenIdentifier) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
 
RetryableThriftCall<T> - Class in org.apache.accumulo.server.compaction
 
RetryableThriftCall(long, long, int, RetryableThriftFunction<T>) - Constructor for class org.apache.accumulo.server.compaction.RetryableThriftCall
RetryableThriftCall constructor
RetryableThriftCall.RetriesExceededException - Exception in org.apache.accumulo.server.compaction
 
RetryableThriftFunction<T> - Interface in org.apache.accumulo.server.compaction
 
REVOKE_SYSTEM_PERMISSION_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
REVOKE_TABLE_PERMISSION_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
revokeNamespacePermission(String, String, NamespacePermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
revokeNamespacePermission(String, String, NamespacePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Denies the user the given namespace permission.
revokeNamespacePermission(String, String, NamespacePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
revokeNamespacePermission(TCredentials, String, NamespaceId, NamespacePermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
revokeNamespacePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
revokeSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
revokeSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Denies the user the given system permission
revokeSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
revokeSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
revokeSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
revokeSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
revokeTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
revokeTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Denies the user the given table permission.
revokeTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
revokeTablePermission(TCredentials, String, TableId, TablePermission, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
revokeTablePermission(TCredentials, String, TableId, TablePermission, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
revokeTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
rollBackSplit(Text, Text, ServerContext, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
ROOT - org.apache.accumulo.server.TabletLevel
 
ROOT_TABLET_META_CHANGES - Static variable in class org.apache.accumulo.server.AccumuloDataVersion
version (10) reflects changes to how root tablet metadata is serialized in zookeeper starting with 2.1.
RootGcCandidates - Class in org.apache.accumulo.server.metadata
 
RootGcCandidates() - Constructor for class org.apache.accumulo.server.metadata.RootGcCandidates
 
RootGcCandidates(String) - Constructor for class org.apache.accumulo.server.metadata.RootGcCandidates
 
RootTabletMutatorImpl - Class in org.apache.accumulo.server.metadata
 
rpcMechanism - Static variable in class org.apache.accumulo.server.rpc.UGIAssumingProcessor
 
rpcMechanism() - Static method in class org.apache.accumulo.server.rpc.UGIAssumingProcessor
 
rpcPrincipal - Static variable in class org.apache.accumulo.server.rpc.UGIAssumingProcessor
 
rpcPrincipal() - Static method in class org.apache.accumulo.server.rpc.UGIAssumingProcessor
The principal of the user who authenticated over SASL.
run() - Method in class org.apache.accumulo.server.compaction.CompactionWatcher
 
run() - Method in class org.apache.accumulo.server.compaction.RetryableThriftCall
Attempts to call the function, waiting and retrying when TException is thrown.
run() - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreEventTask.PropStoreCacheChangeEventTask
 
run() - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreEventTask.PropStoreConnectionEventTask
 
run() - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreEventTask.PropStoreDeleteEventTask
 
run() - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreEventTask.PropStoreZkChangeEventTask
 
run() - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer.NoTservers
Deprecated.
 
run() - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer.OutstandingMigrations
Deprecated.
 
run() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenKeyManager
 
run(String, long, Callable<T>) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher
 
runningCompactions - Static variable in class org.apache.accumulo.server.compaction.FileCompactor
 
runQuietly(String, long, Runnable) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher
Run task only if transaction is still active in zookeeper.
runServer() - Method in class org.apache.accumulo.server.AbstractServer
Run this server in a main thread
RuntimeFixedProperties - Class in org.apache.accumulo.server.conf
Utility class to a manage a fixed set of defined properties (designated in Properties as fixed).
RuntimeFixedProperties(Map<String, String>, SiteConfiguration) - Constructor for class org.apache.accumulo.server.conf.RuntimeFixedProperties
 

S

SASL - org.apache.accumulo.server.rpc.ThriftServerType
 
saslEnabled() - Method in class org.apache.accumulo.server.ServerInfo
 
SaslServerConnectionParams - Class in org.apache.accumulo.server.rpc
Server-side SASL connection information
SaslServerConnectionParams(Properties, AuthenticationToken, AuthenticationTokenSecretManager) - Constructor for class org.apache.accumulo.server.rpc.SaslServerConnectionParams
 
SaslServerConnectionParams(AccumuloConfiguration, AuthenticationToken) - Constructor for class org.apache.accumulo.server.rpc.SaslServerConnectionParams
 
SaslServerConnectionParams(AccumuloConfiguration, AuthenticationToken, AuthenticationTokenSecretManager) - Constructor for class org.apache.accumulo.server.rpc.SaslServerConnectionParams
 
SaslServerDigestCallbackHandler - Class in org.apache.accumulo.server.rpc
CallbackHandler for SASL DIGEST-MD5 mechanism.
SaslServerDigestCallbackHandler(AuthenticationTokenSecretManager) - Constructor for class org.apache.accumulo.server.rpc.SaslServerDigestCallbackHandler
 
sawError() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
ScanServerMetadataEntries - Class in org.apache.accumulo.server.util
This utility will remove scan server file references from the metadata table where the scan server in the metadata entry is not currently running.
ScanServerMetadataEntries() - Constructor for class org.apache.accumulo.server.util.ScanServerMetadataEntries
 
scanServers() - Method in class org.apache.accumulo.server.manager.LiveTServerSet
 
security - Variable in class org.apache.accumulo.server.client.ClientServiceHandler
 
SecurityOperation - Class in org.apache.accumulo.server.security
Utility class for performing various security operations with the appropriate checks
SecurityOperation(ServerContext, Authorizor, Authenticator, PermissionHandler) - Constructor for class org.apache.accumulo.server.security.SecurityOperation
 
SecurityUtil - Class in org.apache.accumulo.server.security
 
SecurityUtil() - Constructor for class org.apache.accumulo.server.security.SecurityUtil
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
server - Variable in class org.apache.accumulo.server.manager.state.Assignment
 
server - Variable in class org.apache.accumulo.server.rpc.ServerAddress
 
ServerAddress - Class in org.apache.accumulo.server.rpc
Encapsulate a Thrift server and the address, host and port, to which it is bound.
ServerAddress(TServer, HostAndPort) - Constructor for class org.apache.accumulo.server.rpc.ServerAddress
 
ServerAmpleImpl - Class in org.apache.accumulo.server.metadata
 
ServerAmpleImpl(ServerContext) - Constructor for class org.apache.accumulo.server.metadata.ServerAmpleImpl
 
ServerBulkImportStatus - Class in org.apache.accumulo.server.util
 
ServerBulkImportStatus() - Constructor for class org.apache.accumulo.server.util.ServerBulkImportStatus
 
ServerColumnUpdate - Class in org.apache.accumulo.server.data
 
ServerColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[], ServerMutation) - Constructor for class org.apache.accumulo.server.data.ServerColumnUpdate
 
ServerConfiguration - Class in org.apache.accumulo.server.conf
 
ServerConfiguration() - Constructor for class org.apache.accumulo.server.conf.ServerConfiguration
 
ServerConfigurationFactory - Class in org.apache.accumulo.server.conf
A factory for configurations used by a server process.
ServerConfigurationFactory(ServerContext, SiteConfiguration) - Constructor for class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
ServerContext - Class in org.apache.accumulo.server
Provides a server context for Accumulo server components that operate with the system credentials and have access to the system files and configuration.
ServerContext(SiteConfiguration) - Constructor for class org.apache.accumulo.server.ServerContext
 
ServerDirs - Class in org.apache.accumulo.server
Class that holds important server Directories.
ServerDirs(AccumuloConfiguration, Configuration) - Constructor for class org.apache.accumulo.server.ServerDirs
 
ServerInfo - Class in org.apache.accumulo.server
 
serverLogin(AccumuloConfiguration) - Static method in class org.apache.accumulo.server.security.SecurityUtil
This method is for logging a server in kerberos.
serverLogin(AccumuloConfiguration, String, String) - Static method in class org.apache.accumulo.server.security.SecurityUtil
Performs a Kerberos login using the given Kerberos principal and keytab if they are non-null and positive length Strings.
ServerMutation - Class in org.apache.accumulo.server.data
Mutation that holds system time as computed by the tablet server when not provided by the user.
ServerMutation() - Constructor for class org.apache.accumulo.server.data.ServerMutation
 
ServerMutation(TMutation) - Constructor for class org.apache.accumulo.server.data.ServerMutation
 
ServerMutation(Text) - Constructor for class org.apache.accumulo.server.data.ServerMutation
 
ServerOpts - Class in org.apache.accumulo.server
 
ServerOpts() - Constructor for class org.apache.accumulo.server.ServerOpts
 
ServerUtilOpts - Class in org.apache.accumulo.server.cli
 
ServerUtilOpts() - Constructor for class org.apache.accumulo.server.cli.ServerUtilOpts
 
service(I, HighlyAvailableService) - Static method in class org.apache.accumulo.server.rpc.HighlyAvailableServiceWrapper
 
service(T, Class<? extends T>, AccumuloConfiguration) - Static method in class org.apache.accumulo.server.rpc.TCredentialsUpdatingWrapper
 
ServiceEnvironmentImpl - Class in org.apache.accumulo.server
 
ServiceEnvironmentImpl(ServerContext) - Constructor for class org.apache.accumulo.server.ServiceEnvironmentImpl
 
sessionExpired() - Method in interface org.apache.accumulo.server.tables.TableObserver
 
setAcceptAllHosts(boolean) - Method in class org.apache.accumulo.server.security.UserImpersonation.UsersWithHosts
 
setAcceptAllUsers(boolean) - Method in class org.apache.accumulo.server.security.UserImpersonation.UsersWithHosts
 
setBegin(long) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
offset where replication should start
setCloseAfterMutate(AutoCloseable) - Method in class org.apache.accumulo.server.metadata.TabletMutatorBase
 
setClosed() - Method in class org.apache.accumulo.server.conf.store.impl.ReadyMonitor
ZooKeeper has closed the connection.
setClosed(boolean) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
will more data be appended to the file
setCreatedTime(long) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
when, in ms, was the file created?
setCurrentServers(IteratorSetting, Set<TServerInstance>) - Static method in class org.apache.accumulo.server.manager.state.TabletStateChangeIterator
 
setEnd(long) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
offset where data is ready for replication
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
setFileSize(long) - Method in class org.apache.accumulo.server.compaction.CompactionStats
 
setFutureLocations(Collection<Assignment>) - Method in interface org.apache.accumulo.server.manager.state.TabletStateStore
Store the assigned locations in the data store.
setHosts(Set<String>) - Method in class org.apache.accumulo.server.security.UserImpersonation.UsersWithHosts
 
setInfiniteEnd(boolean) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
do we have a discrete 'end'
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
setLocation(ServerContext, Assignment) - Static method in interface org.apache.accumulo.server.manager.state.TabletStateStore
 
setLocations(Collection<Assignment>) - Method in interface org.apache.accumulo.server.manager.state.TabletStateStore
Tablet servers will update the data store with the location when they bring the tablet online
setManagerState(IteratorSetting, ManagerState) - Static method in class org.apache.accumulo.server.manager.state.TabletStateChangeIterator
 
setMerges(IteratorSetting, Collection<MergeInfo>) - Static method in class org.apache.accumulo.server.manager.state.TabletStateChangeIterator
 
setMigrations(IteratorSetting, Collection<KeyExtent>) - Static method in class org.apache.accumulo.server.manager.state.TabletStateChangeIterator
 
setOnlineTables(IteratorSetting, Set<TableId>) - Static method in class org.apache.accumulo.server.manager.state.TabletStateChangeIterator
 
setProperties(ServerContext, PropStoreKey<?>, Map<String, String>) - Static method in class org.apache.accumulo.server.util.PropUtil
Method to set provided properties for the provided AbstractId.
setReady() - Method in class org.apache.accumulo.server.conf.store.impl.ReadyMonitor
Indicate that the resource is ready.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
setSecretManager(AuthenticationTokenSecretManager) - Method in class org.apache.accumulo.server.rpc.SaslServerConnectionParams
 
setShuttingDown(IteratorSetting, Set<TServerInstance>) - Static method in class org.apache.accumulo.server.manager.state.TabletStateChangeIterator
 
setState(MergeState) - Method in class org.apache.accumulo.server.manager.state.MergeInfo
 
setSystemProperty(ServerContext, String, String) - Static method in class org.apache.accumulo.server.util.SystemPropUtil
 
setSystemTimes(Mutation, long) - Method in class org.apache.accumulo.server.tablets.TabletTime
 
setSystemTimestamp(long) - Method in class org.apache.accumulo.server.data.ServerMutation
 
setTimer(LongTaskTimer) - Static method in class org.apache.accumulo.server.compaction.CompactionWatcher
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
setUpdateTimes(List<Mutation>) - Method in class org.apache.accumulo.server.tablets.TabletTime
 
setUsers(Set<String>) - Method in class org.apache.accumulo.server.security.UserImpersonation.UsersWithHosts
 
SHORTEN_RFILE_KEYS - Static variable in class org.apache.accumulo.server.AccumuloDataVersion
version (8) reflects changes to RFile index (ACCUMULO-1124) AND the change to WAL tracking in ZK in version 1.8.0
shouldBalance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>) - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
Deprecated.
 
shutdownServers() - Method in interface org.apache.accumulo.server.manager.state.CurrentState
 
signalCacheChangeEvent(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreWatcher
Execute a task to notify registered listeners that the propStoreKey node change was detected should be updated.
signalZkChangeEvent(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.PropStoreWatcher
Execute a task to notify registered listeners that the propStoreKey node received an event notification from ZooKeeper and should be updated.
size() - Method in class org.apache.accumulo.server.manager.LiveTServerSet
 
size() - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
SortedLogState - Enum in org.apache.accumulo.server.log
A file is written in the destination directory for the sorting of write-ahead logs that need recovering.
sortedStream() - Method in class org.apache.accumulo.server.metadata.RootGcCandidates
 
SpaceAwareVolumeChooser - Class in org.apache.accumulo.server.fs
Deprecated.
SpaceAwareVolumeChooser() - Constructor for class org.apache.accumulo.server.fs.SpaceAwareVolumeChooser
Deprecated.
 
splitCurrentByRegex(SortedMap<TServerInstance, TabletServerStatus>) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
Group the set of current tservers by pool name.
splitDatafiles(Text, double, Map<TabletFile, FileUtil.FileInfo>, SortedMap<StoredTabletFile, DataFileValue>, SortedMap<StoredTabletFile, DataFileValue>, SortedMap<StoredTabletFile, DataFileValue>, List<StoredTabletFile>) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
splitTablet(KeyExtent, Text) - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
splitTablet(KeyExtent, Text, double, ServerContext, ServiceLock, Set<ExternalCompactionId>) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
SPLITTING - org.apache.accumulo.server.manager.state.MergeState
put all matching tablets online, split tablets if we are deleting
SSL - org.apache.accumulo.server.rpc.ThriftServerType
 
start(AccumuloConfiguration) - Static method in class org.apache.accumulo.server.util.FileSystemMonitor
 
start(ServerContext, String, long) - Static method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
STARTED - org.apache.accumulo.server.manager.state.MergeState
created, stored in zookeeper, other merges are prevented on the table
startListeningForTabletServerChanges() - Method in class org.apache.accumulo.server.manager.LiveTServerSet
 
startProcessing(DistributedWorkQueue.Processor, ThreadPoolExecutor) - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
startServer(ServerContext, String, Property, TProcessor, String, String, Property, Property, Property, Property, Property) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Start a server, at the given port, or higher, if that port is not available.
startThreads() - Method in class org.apache.accumulo.server.rpc.CustomNonBlockingServer
 
startTServer(AccumuloConfiguration, ThriftServerType, TProcessor, String, String, int, long, long, long, SslConnectionParams, SaslServerConnectionParams, long, HostAndPort...) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
 
startTServer(ThriftServerType, TimedProcessor, String, String, int, long, AccumuloConfiguration, long, long, SslConnectionParams, SaslServerConnectionParams, long, HostAndPort...) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
 
startTServer(ThriftServerType, TimedProcessor, TProtocolFactory, String, String, int, long, AccumuloConfiguration, long, long, SslConnectionParams, SaslServerConnectionParams, long, HostAndPort...) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Start the appropriate Thrift server (SSL or non-blocking server) for the given parameters.
startWatching(ServerContext) - Static method in class org.apache.accumulo.server.compaction.CompactionWatcher
 
state(TServerInstance, UUID) - Method in class org.apache.accumulo.server.log.WalStateManager
 
stateChanged(TableId, TableState) - Method in interface org.apache.accumulo.server.tables.TableObserver
 
STATUS_FORMATTER_CLASS_NAME - Static variable in class org.apache.accumulo.server.replication.ReplicationUtil
Deprecated.
 
STATUS_FORMATTER_CLASS_NAME - Static variable in class org.apache.accumulo.server.util.ReplicationTableUtil
 
StatusCombiner - Class in org.apache.accumulo.server.replication
Deprecated.
StatusCombiner() - Constructor for class org.apache.accumulo.server.replication.StatusCombiner
Deprecated.
 
StatusCombiner.StatusEncoder - Class in org.apache.accumulo.server.replication
Deprecated.
StatusEncoder() - Constructor for class org.apache.accumulo.server.replication.StatusCombiner.StatusEncoder
Deprecated.
 
StatusFormatter - Class in org.apache.accumulo.server.replication
Deprecated.
StatusFormatter() - Constructor for class org.apache.accumulo.server.replication.StatusFormatter
Deprecated.
 
StatusUtil - Class in org.apache.accumulo.server.replication
Deprecated.
StatusUtil() - Constructor for class org.apache.accumulo.server.replication.StatusUtil
Deprecated.
 
stop() - Method in class org.apache.accumulo.server.rpc.CustomNonBlockingServer
 
stop(ServerContext, String, long) - Static method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
summarize() - Method in class org.apache.accumulo.server.problems.ProblemReports
 
summarizeTableStats(ManagerMonitorInfo) - Static method in class org.apache.accumulo.server.util.TableInfoUtil
 
summarizeTableStats(TabletServerStatus) - Static method in class org.apache.accumulo.server.util.TableInfoUtil
 
suspend(Collection<TabletLocationState>, Map<TServerInstance, List<Path>>, long) - Method in interface org.apache.accumulo.server.manager.state.TabletStateStore
Mark tablets as having no known or future location, but desiring to be returned to their previous tserver.
suspend(ServerContext, TabletLocationState, Map<TServerInstance, List<Path>>, long) - Static method in interface org.apache.accumulo.server.manager.state.TabletStateStore
 
switchVolume(String, VolumeManager.FileType, List<Pair<Path, Path>>) - Static method in class org.apache.accumulo.server.fs.VolumeUtil
 
SystemConfiguration - Class in org.apache.accumulo.server.conf
 
SystemConfiguration(ServerContext, SystemPropKey, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.conf.SystemConfiguration
 
SystemCredentials - Class in org.apache.accumulo.server.security
Credentials for the system services.
SystemCredentials(InstanceId, String, AuthenticationToken) - Constructor for class org.apache.accumulo.server.security.SystemCredentials
 
SystemCredentials.SystemToken - Class in org.apache.accumulo.server.security
An AuthenticationToken type for Accumulo servers for inter-server communication.
SystemEnvironment - Interface in org.apache.accumulo.server.constraints
 
SystemIteratorEnvironment - Interface in org.apache.accumulo.server.iterators
 
SystemPropKey - Class in org.apache.accumulo.server.conf.store
 
SystemPropUtil - Class in org.apache.accumulo.server.util
 
SystemPropUtil() - Constructor for class org.apache.accumulo.server.util.SystemPropUtil
 
SystemTime - Class in org.apache.accumulo.server.util.time
The most obvious implementation of ProvidesTime.
SystemTime() - Constructor for class org.apache.accumulo.server.util.time.SystemTime
 
SystemToken() - Constructor for class org.apache.accumulo.server.security.SystemCredentials.SystemToken
A Constructor for Writable.

T

TABLE - org.apache.accumulo.server.fs.VolumeChooserEnvironment.ChooserScope
Deprecated.
 
TABLE - org.apache.accumulo.server.fs.VolumeManager.FileType
 
TableConfiguration - Class in org.apache.accumulo.server.conf
 
TableConfiguration(ServerContext, TableId, NamespaceConfiguration) - Constructor for class org.apache.accumulo.server.conf.TableConfiguration
 
TableConfiguration.ParsedIteratorConfig - Class in org.apache.accumulo.server.conf
 
tableContext(TableId) - Method in class org.apache.accumulo.server.manager.balancer.BalancerEnvironmentImpl
 
TableDiskUsage - Class in org.apache.accumulo.server.util
This utility class will scan the Accumulo Metadata table to compute the disk usage for a table or table(s) by using the size value stored in columns that contain the column family MetadataSchema.TabletsSection.DataFileColumnFamily.
TableDiskUsage() - Constructor for class org.apache.accumulo.server.util.TableDiskUsage
 
TableDiskUsage.Printer - Interface in org.apache.accumulo.server.util
 
TableInfoUtil - Class in org.apache.accumulo.server.util
 
TableInfoUtil() - Constructor for class org.apache.accumulo.server.util.TableInfoUtil
 
TableLoadBalancer - Class in org.apache.accumulo.server.master.balancer
Deprecated.
since 2.1.0. Use TableLoadBalancer instead.
TableLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.TableLoadBalancer
Deprecated.
 
TableManager - Class in org.apache.accumulo.server.tables
 
TableManager(ServerContext) - Constructor for class org.apache.accumulo.server.tables.TableManager
 
TableObserver - Interface in org.apache.accumulo.server.tables
 
TablePropKey - Class in org.apache.accumulo.server.conf.store
 
TABLES_NODE_NAME - Static variable in class org.apache.accumulo.server.conf.store.PropStoreKey
 
tablet - Variable in class org.apache.accumulo.server.manager.state.Assignment
 
tablet - Variable in class org.apache.accumulo.server.master.state.TabletMigration
Deprecated.
 
TABLET_LOAD - org.apache.accumulo.server.problems.ProblemType
 
TABLET_SERVER - Static variable in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
TABLET_SERVER_SCAN - Static variable in class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
TabletBalancer - Class in org.apache.accumulo.server.master.balancer
Deprecated.
since 2.1.0. Use TabletBalancer instead.
TabletBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
 
TabletBalancer.BalancerProblem - Class in org.apache.accumulo.server.master.balancer
Deprecated.
A deferred call descendent TabletBalancers use to log why they can't continue.
TabletBalancer.NoTservers - Class in org.apache.accumulo.server.master.balancer
Deprecated.
If a TabletBalancer requires active tservers, it should use this problem to indicate when there are none.
TabletBalancer.OutstandingMigrations - Class in org.apache.accumulo.server.master.balancer
Deprecated.
If a TabletBalancer only balances when there are no outstanding migrations, it should use this problem to indicate when they exist.
TabletFiles() - Constructor for class org.apache.accumulo.server.fs.VolumeUtil.TabletFiles
 
TabletFiles(String, List<LogEntry>, SortedMap<StoredTabletFile, DataFileValue>) - Constructor for class org.apache.accumulo.server.fs.VolumeUtil.TabletFiles
 
TabletIteratorEnvironment - Class in org.apache.accumulo.server.iterators
 
TabletIteratorEnvironment(ServerContext, IteratorUtil.IteratorScope, boolean, AccumuloConfiguration, TableId, CompactionKind) - Constructor for class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
TabletIteratorEnvironment(ServerContext, IteratorUtil.IteratorScope, AccumuloConfiguration, TableId) - Constructor for class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
TabletIteratorEnvironment(ServerContext, IteratorUtil.IteratorScope, AccumuloConfiguration, TableId, FileManager.ScanFileManager, Map<TabletFile, DataFileValue>, Authorizations, SamplerConfigurationImpl, ArrayList<SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.server.iterators.TabletIteratorEnvironment
 
TabletLevel - Enum in org.apache.accumulo.server
 
TabletMigration - Class in org.apache.accumulo.server.master.state
Deprecated.
since 2.1.0. Use balancers in org.apache.accumulo.core.spi.balancer instead.
TabletMigration(KeyExtent, TServerInstance, TServerInstance) - Constructor for class org.apache.accumulo.server.master.state.TabletMigration
Deprecated.
 
TabletMutatorBase - Class in org.apache.accumulo.server.metadata
 
TabletMutatorBase(ServerContext, KeyExtent) - Constructor for class org.apache.accumulo.server.metadata.TabletMutatorBase
 
TabletServerLocks - Class in org.apache.accumulo.server.util
 
TabletServerLocks() - Constructor for class org.apache.accumulo.server.util.TabletServerLocks
 
TabletServerState - Enum in org.apache.accumulo.server.manager.state
 
TabletsMutatorImpl - Class in org.apache.accumulo.server.metadata
 
TabletsMutatorImpl(ServerContext) - Constructor for class org.apache.accumulo.server.metadata.TabletsMutatorImpl
 
TabletStateChangeIterator - Class in org.apache.accumulo.server.manager.state
 
TabletStateChangeIterator() - Constructor for class org.apache.accumulo.server.manager.state.TabletStateChangeIterator
 
TabletStateStore - Interface in org.apache.accumulo.server.manager.state
Interface for storing information about tablet assignments.
TabletTime - Class in org.apache.accumulo.server.tablets
 
TabletTime() - Constructor for class org.apache.accumulo.server.tablets.TabletTime
 
TCredentialsUpdatingInvocationHandler<I> - Class in org.apache.accumulo.server.rpc
Extracts the TCredentials object from the RPC argument list and asserts that the Accumulo principal is equal to the Kerberos 'primary' component of the Kerberos principal (e.g.
TCredentialsUpdatingInvocationHandler(I, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.rpc.TCredentialsUpdatingInvocationHandler
 
TCredentialsUpdatingWrapper - Class in org.apache.accumulo.server.rpc
Utility method to ensure that the instance of TCredentials which is passed to the implementation of a Thrift service has the correct principal from SASL at the Thrift transport layer when SASL/GSSAPI (kerberos) is enabled.
TCredentialsUpdatingWrapper() - Constructor for class org.apache.accumulo.server.rpc.TCredentialsUpdatingWrapper
 
test() - Method in class org.apache.accumulo.server.conf.store.impl.ReadyMonitor
Non-blocking call to get ready state.
thread - Variable in class org.apache.accumulo.server.compaction.FileCompactor
 
THREADED_SELECTOR - org.apache.accumulo.server.rpc.ThriftServerType
 
THREADPOOL - org.apache.accumulo.server.rpc.ThriftServerType
 
ThriftMetrics - Class in org.apache.accumulo.server.metrics
 
ThriftMetrics(String, String) - Constructor for class org.apache.accumulo.server.metrics.ThriftMetrics
 
ThriftProcessorTypes<C extends org.apache.thrift.TServiceClient> - Class in org.apache.accumulo.server.rpc
 
ThriftProcessorTypes(ThriftClientTypes<C>) - Constructor for class org.apache.accumulo.server.rpc.ThriftProcessorTypes
 
ThriftServerType - Enum in org.apache.accumulo.server.rpc
The type of configured Thrift server to start.
TIME_BETWEEN_BALANCER_WARNINGS - Static variable in class org.apache.accumulo.server.master.balancer.TabletBalancer
Deprecated.
 
TimedProcessor - Class in org.apache.accumulo.server.rpc
A TProcessor which tracks the duration of an RPC and adds it to the metrics subsystem.
TimedProcessor(AccumuloConfiguration, TProcessor, String, String) - Constructor for class org.apache.accumulo.server.rpc.TimedProcessor
 
TimedProcessor(TProcessor, String, String) - Constructor for class org.apache.accumulo.server.rpc.TimedProcessor
 
TIMESTAMP_FORMATTER - Static variable in class org.apache.accumulo.server.conf.codec.VersionedProperties
 
toArray() - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
toArray(E[]) - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
toBuilder() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
toBytes(VersionedProperties) - Method in class org.apache.accumulo.server.conf.codec.VersionedPropCodec
Serialize the versioned properties.
toJson() - Method in class org.apache.accumulo.server.metadata.RootGcCandidates
 
toJson() - Method in class org.apache.accumulo.server.util.fateCommand.FateSummaryReport
 
TooManyFilesException - Exception in org.apache.accumulo.server.fs
 
TooManyFilesException(String) - Constructor for exception org.apache.accumulo.server.fs.TooManyFilesException
 
toPathStrings(Collection<TabletFile>) - Static method in class org.apache.accumulo.server.util.FileUtil
Convert TabletFiles to Strings in case we need to reduce number of files.
toString() - Method in class org.apache.accumulo.server.client.BulkImporter.AssignmentStats
 
toString() - Method in class org.apache.accumulo.server.conf.codec.EncodingOptions
 
toString() - Method in class org.apache.accumulo.server.conf.codec.VersionedProperties
 
toString() - Method in class org.apache.accumulo.server.conf.store.impl.ReadyMonitor
 
toString() - Method in class org.apache.accumulo.server.conf.store.PropStoreKey
 
toString() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
toString() - Method in class org.apache.accumulo.server.conf.util.TransformToken
 
toString() - Method in enum org.apache.accumulo.server.log.SortedLogState
 
toString() - Method in class org.apache.accumulo.server.manager.state.MergeInfo
 
toString() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Deprecated.
 
toString() - Method in class org.apache.accumulo.server.master.state.TabletMigration
Deprecated.
 
toString() - Method in class org.apache.accumulo.server.rpc.SaslServerDigestCallbackHandler
 
toString() - Method in enum org.apache.accumulo.server.rpc.ThriftServerType
 
toString() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
toString() - Method in class org.apache.accumulo.server.util.fateCommand.FateTxnDetails
 
toThrift() - Method in class org.apache.accumulo.server.compaction.CompactionInfo
 
toThrift(InstanceId) - Method in class org.apache.accumulo.server.security.SystemCredentials
 
transactionAlive(String, long) - Method in interface org.apache.accumulo.server.zookeeper.TransactionWatcher.Arbitrator
 
transactionAlive(String, long) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
transactionComplete(String, long) - Method in interface org.apache.accumulo.server.zookeeper.TransactionWatcher.Arbitrator
 
transactionComplete(String, long) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
transactionWatcher - Variable in class org.apache.accumulo.server.client.ClientServiceHandler
 
TransactionWatcher - Class in org.apache.accumulo.server.zookeeper
 
TransactionWatcher(ServerContext) - Constructor for class org.apache.accumulo.server.zookeeper.TransactionWatcher
 
TransactionWatcher(TransactionWatcher.Arbitrator) - Constructor for class org.apache.accumulo.server.zookeeper.TransactionWatcher
 
TransactionWatcher.Arbitrator - Interface in org.apache.accumulo.server.zookeeper
 
TransactionWatcher.ZooArbitrator - Class in org.apache.accumulo.server.zookeeper
 
transform(PropStoreKey<?>, String, boolean) - Method in class org.apache.accumulo.server.conf.util.ConfigTransformer
Transform the properties for the provided prop cache key.
TRANSFORM_TOKEN - Static variable in class org.apache.accumulo.server.conf.util.TransformToken
 
TransformToken - Class in org.apache.accumulo.server.conf.util
Provides a token used in property conversion.
transitionTableState(TableId, TableState) - Method in class org.apache.accumulo.server.tables.TableManager
 
tryToGetFirstAndLastRows(ServerContext, TableConfiguration, Set<TabletFile>) - Static method in class org.apache.accumulo.server.util.FileUtil
 
TServerConnection(HostAndPort) - Constructor for class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
TServerUtils - Class in org.apache.accumulo.server.rpc
Factory methods for creating Thrift server objects
TServerUtils() - Constructor for class org.apache.accumulo.server.rpc.TServerUtils
 
TYPE_TOKEN_POSITION - Static variable in class org.apache.accumulo.server.conf.store.PropStoreKey
 
typedReduce(Key, Iterator<Replication.Status>) - Method in class org.apache.accumulo.server.replication.StatusCombiner
Deprecated.
 

U

UGIAssumingProcessor - Class in org.apache.accumulo.server.rpc
Processor that pulls the SaslServer object out of the transport, and assumes the remote user's UGI before calling through to the original processor.
UGIAssumingProcessor(TProcessor) - Constructor for class org.apache.accumulo.server.rpc.UGIAssumingProcessor
 
unassign(Collection<TabletLocationState>, Map<TServerInstance, List<Path>>) - Method in interface org.apache.accumulo.server.manager.state.TabletStateStore
Mark the tablets as having no known or future location.
unassign(ServerContext, TabletLocationState, Map<TServerInstance, List<Path>>) - Static method in interface org.apache.accumulo.server.manager.state.TabletStateStore
 
UniqueNameAllocator - Class in org.apache.accumulo.server.tablets
Allocates unique names for an accumulo instance.
UniqueNameAllocator(ServerContext) - Constructor for class org.apache.accumulo.server.tablets.UniqueNameAllocator
 
unloadTablet(ServiceLock, KeyExtent, TUnloadTabletGoal, long) - Method in class org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
 
UNREFERENCED - org.apache.accumulo.server.log.WalStateManager.WalState
 
UNRESPONSIVE - org.apache.accumulo.server.manager.state.TabletServerState
 
unsuspend(Collection<TabletLocationState>) - Method in interface org.apache.accumulo.server.manager.state.TabletStateStore
Remove a suspension marker for a collection of tablets, moving them to being simply unassigned.
update(ActionStats, ActionStats) - Static method in class org.apache.accumulo.server.util.ActionStatsUpdator
 
update(LiveTServerSet, Set<TServerInstance>, Set<TServerInstance>) - Method in interface org.apache.accumulo.server.manager.LiveTServerSet.Listener
 
update(ServerContext, Writer, ServiceLock, Mutation, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
update(ServerContext, ServiceLock, Mutation, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateArgs(Object[]) - Method in class org.apache.accumulo.server.rpc.TCredentialsUpdatingInvocationHandler
Try to find a TCredentials object in the argument list, and, when the AuthenticationToken is a KerberosToken, set the principal from the SASL server as the TCredentials principal.
updateAuthKeys() - Method in class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyWatcher
Entry point to seed the local AuthenticationKey cache from ZooKeeper and set the first watcher for future updates in ZooKeeper.
updateBulkImportStatus(List<String>, BulkImportState) - Method in class org.apache.accumulo.server.util.ServerBulkImportStatus
 
updateFiles(ClientContext, KeyExtent, String, Replication.Status) - Static method in class org.apache.accumulo.server.util.ReplicationTableUtil
Write replication ingest entries for each provided file with the given Replication.Status.
updateFromToken(AuthenticationToken) - Method in class org.apache.accumulo.server.rpc.SaslServerConnectionParams
 
updateTableStateCache(TableId) - Method in class org.apache.accumulo.server.tables.TableManager
 
updateTabletCompactID(KeyExtent, long, ServerContext, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateTabletDataFile(long, KeyExtent, Map<TabletFile, DataFileValue>, MetadataTime, ServerContext, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateTabletDataFile(ServerContext, KeyExtent, TabletFile, DataFileValue, MetadataTime, String, ServiceLock, Set<String>, TServerInstance, long) - Static method in class org.apache.accumulo.server.util.ManagerMetadataUtil
Update tablet file data from flush.
updateTabletDir(KeyExtent, String, ServerContext, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateTabletFlushID(KeyExtent, long, ServerContext, ServiceLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateTabletVolumes(KeyExtent, List<LogEntry>, List<LogEntry>, List<StoredTabletFile>, SortedMap<TabletFile, DataFileValue>, ServiceLock, ServerContext) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateTabletVolumes(ServerContext, ServiceLock, KeyExtent, VolumeUtil.TabletFiles, boolean) - Static method in class org.apache.accumulo.server.fs.VolumeUtil
This method does two things.
updateTime(long) - Method in class org.apache.accumulo.server.util.time.BaseRelativeTime
 
usageGroup() - Method in class org.apache.accumulo.server.init.Initialize
 
usageGroup() - Method in class org.apache.accumulo.server.util.Admin
 
usageGroup() - Method in class org.apache.accumulo.server.util.ConvertConfig
 
usageGroup() - Method in class org.apache.accumulo.server.util.ECAdmin
 
usageGroup() - Method in class org.apache.accumulo.server.util.Info
 
usageGroup() - Method in class org.apache.accumulo.server.util.ZooKeeperMain
 
useMaxTimeFromWALog(long) - Method in class org.apache.accumulo.server.tablets.TabletTime
 
userExists(String) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
Checks if a user exists
userExists(String) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
userExists(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
UserImpersonation - Class in org.apache.accumulo.server.security
When SASL is enabled, this parses properties from the site configuration to build up a set of all users capable of impersonating another user, the users which may be impersonated and the hosts in which the impersonator may issue requests from.
UserImpersonation(AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.security.UserImpersonation
 
UserImpersonation.AlwaysTrueSet<T> - Class in org.apache.accumulo.server.security
 
UserImpersonation.UsersWithHosts - Class in org.apache.accumulo.server.security
 
UsersWithHosts() - Constructor for class org.apache.accumulo.server.security.UserImpersonation.UsersWithHosts
 

V

V1_0(boolean) - Static method in class org.apache.accumulo.server.conf.codec.EncodingOptions
Instantiate encoding options to use version 1.0 encoding settings.
validateDataVersion(PropStoreKey<?>, long) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
validateDataVersion(PropStoreKey<?>, long) - Method in interface org.apache.accumulo.server.conf.store.PropStore
Compare the stored data version with the expected version.
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.server.replication.StatusCombiner
Deprecated.
 
validateProperties(ServerContext, PropStoreKey<?>, Map<String, String>) - Static method in class org.apache.accumulo.server.util.PropUtil
 
validateStoredUserCreditentials() - Method in class org.apache.accumulo.server.security.SecurityOperation
 
validateToken() - Method in class org.apache.accumulo.server.conf.util.TransformToken
Verify ownership is still valid while holding the token.
validSecurityHandlers() - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
validSecurityHandlers() - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
validSecurityHandlers() - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
validSecurityHandlers(Authenticator, Authorizor) - Method in class org.apache.accumulo.server.security.handler.KerberosPermissionHandler
 
validSecurityHandlers(Authenticator, Authorizor) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to validate that the Authorizor, Authenticator, and permission handler can coexist
validSecurityHandlers(Authenticator, Authorizor) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
validSecurityHandlers(Authenticator, PermissionHandler) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Used to validate that the Authorizor, Authenticator, and permission handler can coexist
validSecurityHandlers(Authenticator, PermissionHandler) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthorizor
 
validSecurityHandlers(Authenticator, PermissionHandler) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
validTokenClass(String) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
Returns true if the given token is appropriate for this Authenticator
validTokenClass(String) - Method in class org.apache.accumulo.server.security.handler.KerberosAuthenticator
 
validTokenClass(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
valueOf(String) - Static method in enum org.apache.accumulo.server.fs.VolumeChooserEnvironment.ChooserScope
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.fs.VolumeManager.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.log.SortedLogState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.log.WalStateManager.WalState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.manager.state.MergeInfo.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.manager.state.MergeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.manager.state.TabletServerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.problems.ProblemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.rpc.ThriftServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.TabletLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.accumulo.server.fs.VolumeChooserEnvironment.ChooserScope
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.fs.VolumeManager.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.log.SortedLogState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.log.WalStateManager.WalState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.manager.state.MergeInfo.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.manager.state.MergeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.manager.state.TabletServerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.problems.ProblemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.rpc.ThriftServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.TabletLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VerifyTabletAssignments - Class in org.apache.accumulo.server.util
 
VerifyTabletAssignments() - Constructor for class org.apache.accumulo.server.util.VerifyTabletAssignments
 
VersionedPropCodec - Class in org.apache.accumulo.server.conf.codec
Abstract class to provide encoding / decoding of versioned properties.
VersionedPropCodec(EncodingOptions) - Constructor for class org.apache.accumulo.server.conf.codec.VersionedPropCodec
 
VersionedProperties - Class in org.apache.accumulo.server.conf.codec
Version properties maintain a Map<String,String>; of property k,v pairs along with versioning information metadata.
VersionedProperties() - Constructor for class org.apache.accumulo.server.conf.codec.VersionedProperties
Instantiate an initial instance with default version info and empty map.
VersionedProperties(long, Instant, Map<String, String>) - Constructor for class org.apache.accumulo.server.conf.codec.VersionedProperties
Instantiate an instance and set the initial properties to the provided values.
VersionedProperties(Map<String, String>) - Constructor for class org.apache.accumulo.server.conf.codec.VersionedProperties
Instantiate an initial instance with default version info and provided property map.
VersionedPropGzipCodec - Class in org.apache.accumulo.server.conf.codec
Initial property encoding that (optionally) uses gzip to compress the property map.
VolumeChooser - Interface in org.apache.accumulo.server.fs
Deprecated.
since 2.1.0; implement VolumeChooser instead.
VolumeChooser.VolumeChooserException - Exception in org.apache.accumulo.server.fs
Deprecated.
VolumeChooserEnvironment - Interface in org.apache.accumulo.server.fs
Deprecated.
VolumeChooserEnvironment.ChooserScope - Enum in org.apache.accumulo.server.fs
Deprecated.
A scope the volume chooser environment; a TABLE scope should be accompanied by a tableId.
VolumeChooserEnvironmentImpl - Class in org.apache.accumulo.server.fs
Volume chooser authors should avoid using this class when testing their volume chooser.
VolumeChooserEnvironmentImpl(TableId, Text, ServerContext) - Constructor for class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
VolumeChooserEnvironmentImpl(VolumeChooserEnvironment.Scope, TableId, Text, ServerContext) - Constructor for class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
VolumeChooserEnvironmentImpl(VolumeChooserEnvironment.Scope, ServerContext) - Constructor for class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
VolumeChooserException(String) - Constructor for exception org.apache.accumulo.server.fs.VolumeChooser.VolumeChooserException
Deprecated.
 
VolumeChooserException(String, Throwable) - Constructor for exception org.apache.accumulo.server.fs.VolumeChooser.VolumeChooserException
Deprecated.
 
VolumeManager - Interface in org.apache.accumulo.server.fs
A wrapper around multiple hadoop FileSystem objects, which are assumed to be different volumes.
VolumeManager.FileType - Enum in org.apache.accumulo.server.fs
 
VolumeManagerImpl - Class in org.apache.accumulo.server.fs
 
VolumeManagerImpl(Map<String, Volume>, AccumuloConfiguration, Configuration) - Constructor for class org.apache.accumulo.server.fs.VolumeManagerImpl
 
VolumeUtil - Class in org.apache.accumulo.server.fs
Utility methods for managing absolute URIs contained in Accumulo metadata.
VolumeUtil() - Constructor for class org.apache.accumulo.server.fs.VolumeUtil
 
VolumeUtil.TabletFiles - Class in org.apache.accumulo.server.fs
 

W

WAIT_TIME_PROPERTY - Static variable in class org.apache.accumulo.server.master.balancer.RegexGroupBalancer
Deprecated.
 
waitForZookeeperAndHdfs() - Method in class org.apache.accumulo.server.ServerContext
 
WAITING_FOR_CHOPPED - org.apache.accumulo.server.manager.state.MergeState
after the tablet server chops the file, it marks the metadata table with a chopped marker
WAITING_FOR_OFFLINE - org.apache.accumulo.server.manager.state.MergeState
when the number of chopped tablets in the range matches the number of online tablets in the range, take the tablets offline
waitUntilDone(Set<String>) - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
WAL - org.apache.accumulo.server.fs.VolumeManager.FileType
 
WalMarkerException(Exception) - Constructor for exception org.apache.accumulo.server.log.WalStateManager.WalMarkerException
 
WalStateManager - Class in org.apache.accumulo.server.log
This class governs the space in Zookeeper that advertises the status of Write-Ahead Logs in use by tablet servers and the replication machinery.
WalStateManager(ServerContext) - Constructor for class org.apache.accumulo.server.log.WalStateManager
 
WalStateManager.WalMarkerException - Exception in org.apache.accumulo.server.log
 
WalStateManager.WalState - Enum in org.apache.accumulo.server.log
 
walUnreferenced(TServerInstance, Path) - Method in class org.apache.accumulo.server.log.WalStateManager
 
WorkAssigner - Interface in org.apache.accumulo.server.replication
Deprecated.
write(DataOutput) - Method in class org.apache.accumulo.server.data.ServerMutation
 
write(DataOutput) - Method in class org.apache.accumulo.server.manager.state.MergeInfo
 
write(DataOutput) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
writeTo(CodedOutputStream) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 

Z

ZKAuthenticator - Class in org.apache.accumulo.server.security.handler
 
ZKAuthenticator() - Constructor for class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
ZKAuthorizor - Class in org.apache.accumulo.server.security.handler
 
ZKAuthorizor() - Constructor for class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
zkChangeEvent(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.store.impl.ZooPropStore
 
zkChangeEvent(PropStoreKey<?>) - Method in interface org.apache.accumulo.server.conf.store.PropChangeListener
Signal that a ZooKeeper data change event occurred and that the data has changed.
zkChangeEvent(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.util.PropSnapshot
 
zkChangeEvent(PropStoreKey<?>) - Method in class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
ZKPermHandler - Class in org.apache.accumulo.server.security.handler
 
ZKPermHandler() - Constructor for class org.apache.accumulo.server.security.handler.ZKPermHandler
 
ZooArbitrator(ServerContext) - Constructor for class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
ZooAuthenticationKeyDistributor - Class in org.apache.accumulo.server.security.delegation
Class that manages distribution of AuthenticationKeys, Accumulo's secret in the delegation token model, to other Accumulo nodes via ZooKeeper.
ZooAuthenticationKeyDistributor(ZooReaderWriter, String) - Constructor for class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyDistributor
 
ZooAuthenticationKeyWatcher - Class in org.apache.accumulo.server.security.delegation
Watch ZooKeeper to notice changes in the published keys so that authenticate can properly occur using delegation tokens.
ZooAuthenticationKeyWatcher(AuthenticationTokenSecretManager, ZooReader, String) - Constructor for class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyWatcher
 
ZooBasedConfiguration - Class in org.apache.accumulo.server.conf
Instances maintain a local cache of the AccumuloConfiguration hierarchy that will be consistent with stored properties.
ZooBasedConfiguration(Logger, ServerContext, PropStoreKey<?>, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.conf.ZooBasedConfiguration
 
ZooInfoViewer - Class in org.apache.accumulo.server.conf.util
 
ZooInfoViewer() - Constructor for class org.apache.accumulo.server.conf.util.ZooInfoViewer
No-op constructor - provided so ServiceLoader autoload does not consume resources.
ZooKeeperInitialization - Class in org.apache.accumulo.server.replication
Deprecated.
ZooKeeperInitialization() - Constructor for class org.apache.accumulo.server.replication.ZooKeeperInitialization
Deprecated.
 
ZooKeeperInitializer - Class in org.apache.accumulo.server.init
 
ZooKeeperInitializer() - Constructor for class org.apache.accumulo.server.init.ZooKeeperInitializer
 
ZooKeeperMain - Class in org.apache.accumulo.server.util
 
ZooKeeperMain() - Constructor for class org.apache.accumulo.server.util.ZooKeeperMain
 
ZooPropLoader - Class in org.apache.accumulo.server.conf.store.impl
 
ZooPropLoader(ZooReaderWriter, VersionedPropCodec, PropStoreWatcher, PropStoreMetrics) - Constructor for class org.apache.accumulo.server.conf.store.impl.ZooPropLoader
 
ZooPropStore - Class in org.apache.accumulo.server.conf.store.impl
 
ZooZap - Class in org.apache.accumulo.server.util
 
ZooZap() - Constructor for class org.apache.accumulo.server.util.ZooZap
 
ZWALS - Static variable in class org.apache.accumulo.server.log.WalStateManager
 
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes All Packages