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

abortIfFateTransactions(ServerContext) - Static method in class org.apache.accumulo.server.ServerUtil
Exit loudly if there are outstanding Fate operations.
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
 
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(TableInfo, TableInfo) - Static method in class org.apache.accumulo.server.util.TableInfoUtil
 
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
 
addDeleteEntries(KeyExtent, Set<FileRef>, ServerContext) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
addDeleteEntry(ServerContext, TableId, String) - 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.
addNewTablet(ServerContext, KeyExtent, String, TServerInstance, Map<FileRef, DataFileValue>, Map<Long, ? extends Collection<FileRef>>, String, long, long, ZooLock) - Static method in class org.apache.accumulo.server.util.MasterMetadataUtil
 
addNewWalMarker(TServerInstance, Path) - Method in class org.apache.accumulo.server.log.WalStateManager
 
addObserver(ConfigurationObserver) - Method in class org.apache.accumulo.server.conf.NamespaceConfiguration
 
addObserver(ConfigurationObserver) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
addObserver(TableObserver) - Method in class org.apache.accumulo.server.tables.TableManager
 
address - Variable in class org.apache.accumulo.server.rpc.ServerAddress
 
addTable(TableId, NamespaceId, String, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.server.tables.TableManager
 
addTablet(KeyExtent, String, ServerContext, char, ZooLock) - 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
 
AlwaysTrueSet() - Constructor for class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
append(LoggingEvent) - Method in class org.apache.accumulo.server.monitor.LogService
 
appendBytes(StringBuilder, byte[], int, int) - Method in class org.apache.accumulo.server.replication.StatusFormatter
 
appendText(StringBuilder, Text) - Method in class org.apache.accumulo.server.replication.StatusFormatter
 
ASSIGNED - org.apache.accumulo.server.master.state.TabletState
 
ASSIGNED_TO_DEAD_SERVER - org.apache.accumulo.server.master.state.TabletState
 
Assignment - Class in org.apache.accumulo.server.master.state
 
Assignment(KeyExtent, TServerInstance) - Constructor for class org.apache.accumulo.server.master.state.Assignment
 
assignTablet(ZooLock, KeyExtent) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
assignWork() - Method in interface org.apache.accumulo.server.replication.WorkAssigner
Assign work for replication
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(String, long) - Constructor for class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
Create a new secret manager instance for generating keys.
authenticator - Variable in class org.apache.accumulo.server.security.SecurityOperation
 
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 - Variable in class org.apache.accumulo.server.security.SecurityOperation
 
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.master.state.TabletServerState
 
BAD_INSTANCE - org.apache.accumulo.server.master.state.TabletServerState
 
BAD_INSTANCE_AND_CONFIG - org.apache.accumulo.server.master.state.TabletServerState
 
BAD_SYSTEM_PASSWORD - org.apache.accumulo.server.master.state.TabletServerState
 
BAD_VERSION - org.apache.accumulo.server.master.state.TabletServerState
 
BAD_VERSION_AND_CONFIG - org.apache.accumulo.server.master.state.TabletServerState
 
BAD_VERSION_AND_INSTANCE - org.apache.accumulo.server.master.state.TabletServerState
 
BAD_VERSION_AND_INSTANCE_AND_CONFIG - org.apache.accumulo.server.master.state.TabletServerState
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Ask the balancer if any migrations are necessary.
balancerLog - Variable in class org.apache.accumulo.server.master.balancer.TabletBalancer.BalancerProblem
 
BalancerProblem(Logger) - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer.BalancerProblem
 
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.replication.proto.Replication.Status.Builder
 
buildPartial() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
 
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
 

C

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.ServerConstants
 
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
 
canAskAboutUser(TCredentials, String) - 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, String, NamespaceId) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
canImport(TCredentials, String, 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
 
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
 
ChaoticLoadBalancer - Class in org.apache.accumulo.server.master.balancer
A chaotic load balancer used for testing.
ChaoticLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
 
ChaoticLoadBalancer(String) - Constructor for class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
checkBaseUris(AccumuloConfiguration, Configuration, String[], boolean) - Static method in class org.apache.accumulo.server.ServerConstants
 
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
 
CheckForMetadataProblems - Class in org.apache.accumulo.server.util
 
CheckForMetadataProblems() - Constructor for class org.apache.accumulo.server.util.CheckForMetadataProblems
 
checkMetadataAndRootTableEntries(String, ServerUtilOpts) - Static method in class org.apache.accumulo.server.util.CheckForMetadataProblems
 
checkMigrationSanity(Set<TServerInstance>, List<TabletMigration>) - Static method in class org.apache.accumulo.server.master.balancer.TabletBalancer
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
checkMounts(String) - 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
 
checkTable(String, TreeSet<KeyExtent>) - Static method in class org.apache.accumulo.server.util.CheckForMetadataProblems
 
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
 
choose(VolumeChooserEnvironment, String[]) - Method in class org.apache.accumulo.server.fs.PerTableVolumeChooser
 
choose(VolumeChooserEnvironment, String[]) - Method in class org.apache.accumulo.server.fs.PreferredVolumeChooser
 
choose(VolumeChooserEnvironment, String[]) - Method in class org.apache.accumulo.server.fs.RandomVolumeChooser
 
choose(VolumeChooserEnvironment, String[]) - Method in class org.apache.accumulo.server.fs.SpaceAwareVolumeChooser
 
choose(VolumeChooserEnvironment, String[]) - Method in interface org.apache.accumulo.server.fs.VolumeChooser
Choose a volume from the provided options.
choose(VolumeChooserEnvironment, String[]) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
choose(VolumeChooserEnvironment, String[]) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
chop(ZooLock, KeyExtent) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
chopped - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
chopped(ServerContext, KeyExtent, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
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
 
CleanZookeeper - Class in org.apache.accumulo.server.util
 
CleanZookeeper() - Constructor for class org.apache.accumulo.server.util.CleanZookeeper
 
clear() - Method in class org.apache.accumulo.server.monitor.LogService
 
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
optional int64 begin = 1 [default = 0];
clearClosed() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional bool closed = 4 [default = false];
clearCreatedTime() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional int64 createdTime = 5 [default = 0];
clearEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional int64 end = 2 [default = 0];
clearFutureLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
clearInfiniteEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional bool infiniteEnd = 3 [default = false];
clearLastLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
clearLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
clearSuspension(Mutation) - Static method in class org.apache.accumulo.server.master.state.SuspendingTServer
 
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, VolumeManager) - 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>, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.server.tables.TableManager
 
cloneTable(ServerContext, TableId, TableId, VolumeManager) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
ClosableIterator<T> - Interface in org.apache.accumulo.server.master.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.master.state.MetaDataTableScanner
 
close() - Method in class org.apache.accumulo.server.monitor.LogService
 
close(AccumuloConfiguration, Configuration, VolumeManager, Path) - Method in class org.apache.accumulo.server.master.recovery.HadoopLogCloser
 
close(AccumuloConfiguration, Configuration, VolumeManager, Path) - Method in interface org.apache.accumulo.server.master.recovery.LogCloser
 
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
 
combine(Replication.Status.Builder, Replication.Status) - Method in class org.apache.accumulo.server.replication.StatusCombiner
COMBINER_NAME - Static variable in class org.apache.accumulo.server.util.ReplicationTableUtil
 
compact(ZooLock, String, byte[], byte[]) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
compareTo(FileRef) - Method in class org.apache.accumulo.server.fs.FileRef
 
compareTo(TServerInstance) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
COMPLETE - org.apache.accumulo.server.master.state.MergeState
merge is complete, the resulting tablet can be brought online, remove the marker in zookeeper
ConfigSanityCheck - Class in org.apache.accumulo.server.conf
 
ConfigSanityCheck() - Constructor for class org.apache.accumulo.server.conf.ConfigSanityCheck
 
configure(AccumuloConfiguration, AccumuloClient) - Method in interface org.apache.accumulo.server.replication.WorkAssigner
Configure the WorkAssigner implementation
configure(ServerContext, String) - Method in interface org.apache.accumulo.server.replication.ReplicaSystem
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.master.state.MetaDataTableScanner
 
constraintNotMet(TabletBalancer.BalancerProblem) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Warn that a Balancer can't work because of some external restriction.
consume() - Method in class org.apache.accumulo.server.master.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.conf.NamespaceConfiguration
 
context - Variable in class org.apache.accumulo.server.master.balancer.TabletBalancer
 
context - Variable in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
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
 
count - Variable in class org.apache.accumulo.server.conf.TableConfiguration.TablesScanDispatcher
 
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) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
create(Path, boolean) - 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, int, long) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Creates a TThreadPoolServer for normal unsecure operation.
createDeleteMutation(ServerContext, TableId, String) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
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
 
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, int, 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, int, 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, int, long) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Creates a SimpleThreadPool which uses SimpleTimer 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, int, 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.master.state.MetaDataTableScanner
 
createThreadedSelectorServer(HostAndPort, TProcessor, TProtocolFactory, String, int, int, 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.
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.ServerConstants
version (9) reflects changes to crypto that resulted in RFiles and WALs being serialized differently in version 2.0.0.
current - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
CurrentState - Interface in org.apache.accumulo.server.master.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() - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
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

DATA_VERSION - Static variable in class org.apache.accumulo.server.ServerConstants
Historic data versions version (7) also reflects the addition of a replication table in 1.7.0 version (6) reflects the addition of a separate root table (ACCUMULO-1481) in 1.6.0 - version (5) moves delete file markers for the metadata table into the root tablet version (4) moves logging to HDFS in 1.5.0
datafiles - Variable in class org.apache.accumulo.server.fs.VolumeUtil.TabletFiles
 
DeadServerList - Class in org.apache.accumulo.server.master.state
 
DeadServerList(ServerContext, String) - Constructor for class org.apache.accumulo.server.master.state.DeadServerList
 
decode(byte[]) - Method in class org.apache.accumulo.server.replication.StatusCombiner.StatusEncoder
 
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
 
DedupedLogEvent - Class in org.apache.accumulo.server.monitor
 
DedupedLogEvent(LoggingEvent) - Constructor for class org.apache.accumulo.server.monitor.DedupedLogEvent
 
DedupedLogEvent(LoggingEvent, int) - Constructor for class org.apache.accumulo.server.monitor.DedupedLogEvent
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
DEFAULT - org.apache.accumulo.server.fs.VolumeChooserEnvironment.ChooserScope
 
DEFAULT_POOL - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
DefaultLoadBalancer - Class in org.apache.accumulo.server.master.balancer
 
DefaultLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
DefaultLoadBalancer(TableId) - Constructor for class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
DefaultMap<K,​V> - Class in org.apache.accumulo.server.util
A HashMap that returns a default value if the key is not stored in the map.
DefaultMap(V) - Constructor for class org.apache.accumulo.server.util.DefaultMap
 
DEFAUT_GROUP_PROPERTY - Static variable in class org.apache.accumulo.server.master.balancer.RegexGroupBalancer
 
DELEGATION_TOKEN_AUDIT_TEMPLATE - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
delete(String) - Method in class org.apache.accumulo.server.master.state.DeadServerList
 
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.master.state.MergeInfo.Operation
 
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
 
deleteTable(TableId, boolean, ServerContext, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
deleteTable(TCredentials, TableId, NamespaceId) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
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
 
description() - Method in class org.apache.accumulo.server.conf.ConfigSanityCheck
 
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.Info
 
description() - Method in class org.apache.accumulo.server.util.LoginProperties
 
description() - Method in class org.apache.accumulo.server.util.ZooKeeperMain
 
dir - Variable in class org.apache.accumulo.server.fs.VolumeUtil.TabletFiles
 
dispatcher - Variable in class org.apache.accumulo.server.conf.TableConfiguration.TablesScanDispatcher
 
DistributedStore - Interface in org.apache.accumulo.server.master.state
An abstract version of ZooKeeper that we can write tests against.
DistributedStoreException - Exception in org.apache.accumulo.server.master.state
 
DistributedStoreException(Exception) - Constructor for exception org.apache.accumulo.server.master.state.DistributedStoreException
 
DistributedStoreException(String) - Constructor for exception org.apache.accumulo.server.master.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) - Constructor for class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
DistributedWorkQueue(String, AccumuloConfiguration, 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
 
DistributedWorkQueueWorkAssignerHelper() - Constructor for class org.apache.accumulo.server.replication.DistributedWorkQueueWorkAssignerHelper
 
doAppend(LoggingEvent) - Method in class org.apache.accumulo.server.monitor.LogService
 
doInit(SiteConfiguration, Initialize.Opts, Configuration, VolumeManager) - Method in class org.apache.accumulo.server.init.Initialize
 
DOWN - org.apache.accumulo.server.master.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

encode(Replication.Status) - Method in class org.apache.accumulo.server.replication.StatusCombiner.StatusEncoder
 
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.ServerUtil
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
Ensure that the full path to ZooKeeper nodes that will be used exist
equals(Object) - Method in class org.apache.accumulo.server.data.ServerMutation
 
equals(Object) - Method in class org.apache.accumulo.server.fs.FileRef
 
equals(Object) - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
equals(Object) - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer.Location
 
equals(Object) - Method in class org.apache.accumulo.server.master.state.SuspendingTServer
 
equals(Object) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
equals(Object) - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
equals(Object) - Method in class org.apache.accumulo.server.problems.ProblemReport
 
equals(Object) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
estimatedMemoryUsed() - Method in class org.apache.accumulo.server.data.ServerMutation
 
estimatePercentageLTE(ServerContext, String, Text, Text, Collection<String>, Text) - Static method in class org.apache.accumulo.server.util.FileUtil
 
estimateSizes(ServerContext, Path, long, List<KeyExtent>) - Static method in class org.apache.accumulo.server.util.FileUtil
 
execute(String[]) - Method in class org.apache.accumulo.server.conf.ConfigSanityCheck
 
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.Info
 
execute(String[]) - Method in class org.apache.accumulo.server.util.LoginProperties
 
execute(String[]) - Method in class org.apache.accumulo.server.util.ZooKeeperMain
 
exists(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
exists(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
extent - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 

F

FAILED - org.apache.accumulo.server.log.SortedLogState
 
fastHalt(ZooLock) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
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
 
fileClosedValue() - Static method in class org.apache.accumulo.server.replication.StatusUtil
 
fileCreated(long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
 
fileCreatedValue(long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
 
FileInfo(Key, Key) - Constructor for class org.apache.accumulo.server.util.FileUtil.FileInfo
 
FileRef - Class in org.apache.accumulo.server.fs
This is a glue object, to convert short file references to long references.
FileRef(String) - Constructor for class org.apache.accumulo.server.fs.FileRef
 
FileRef(String, Path) - Constructor for class org.apache.accumulo.server.fs.FileRef
 
FileRef(VolumeManager, Key) - Constructor for class org.apache.accumulo.server.fs.FileRef
 
FileSystemMonitor - Class in org.apache.accumulo.server.util
 
FileSystemMonitor(String, long) - 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
 
finalize() - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
finalize() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
find(String) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
findLastKey(ServerContext, Collection<FileRef>) - Static method in class org.apache.accumulo.server.util.FileUtil
 
findMidPoint(ServerContext, String, Text, Text, Collection<String>, double) - Static method in class org.apache.accumulo.server.util.FileUtil
 
findMidPoint(ServerContext, 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) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
findOverlappingTablets(ServerContext, VolumeManager, TabletLocator, Path, KeyExtent) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
findOverlappingTablets(ServerContext, VolumeManager, TabletLocator, Path, Text, Text) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
FINISHED - org.apache.accumulo.server.log.SortedLogState
 
finishSplit(KeyExtent, Map<FileRef, DataFileValue>, List<FileRef>, ServerContext, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
finishSplit(Text, Map<FileRef, DataFileValue>, List<FileRef>, ServerContext, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
fixSplit(ServerContext, Text, SortedMap<ColumnFQ, Value>, ZooLock) - Static method in class org.apache.accumulo.server.util.MasterMetadataUtil
 
flush(ZooLock, TableId, byte[], byte[]) - Method in class org.apache.accumulo.server.master.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
 
fromQueueKey(String) - Static method in class org.apache.accumulo.server.replication.DistributedWorkQueueWorkAssignerHelper
 
fromValue(Value) - Static method in class org.apache.accumulo.server.master.state.SuspendingTServer
 
fromValue(Value) - Static method in class org.apache.accumulo.server.replication.StatusUtil
 
future - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
futureOrCurrent() - Method in class org.apache.accumulo.server.master.state.TabletLocationState
 

G

GarbageCollectionLogger - Class in org.apache.accumulo.server
 
GarbageCollectionLogger() - Constructor for class org.apache.accumulo.server.GarbageCollectionLogger
 
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(Object) - Method in class org.apache.accumulo.server.util.DefaultMap
 
get(String) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
get(String) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
get(String) - Static method in enum org.apache.accumulo.server.rpc.ThriftServerType
 
get(String) - Method in class org.apache.accumulo.server.security.UserImpersonation
 
get(String, SiteConfiguration) - Static method in class org.apache.accumulo.server.security.SystemCredentials
 
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.TableConfiguration
 
get(Property) - Method in class org.apache.accumulo.server.conf.ZooConfiguration
 
get(ServerContext, String) - Method in class org.apache.accumulo.server.replication.ReplicaSystemFactory
 
getAccumuloInstanceIdPath(VolumeManager) - Static method in class org.apache.accumulo.server.ServerUtil
 
getAccumuloPersistentVersion(Volume) - Static method in class org.apache.accumulo.server.ServerUtil
 
getAccumuloPersistentVersion(VolumeManager) - Static method in class org.apache.accumulo.server.ServerUtil
 
getAccumuloPersistentVersion(FileSystem, Path) - Static method in class org.apache.accumulo.server.ServerUtil
 
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
 
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
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Assign tablets to tablet servers.
getAuthenticationToken() - Method in class org.apache.accumulo.server.ServerInfo
 
getAuthenticator(ServerContext) - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
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
 
getBaseUris(AccumuloConfiguration, Configuration) - Static method in class org.apache.accumulo.server.ServerConstants
 
getBaseUris(ServerContext) - Static method in class org.apache.accumulo.server.ServerConstants
 
getBegin() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional int64 begin = 1 [default = 0];
getBegin() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
optional int64 begin = 1 [default = 0];
getBegin() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
optional int64 begin = 1 [default = 0];
getBulkFilesLoaded(ServerContext, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
getBulkLoadStatus() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getBulkLoadStatus() - Method in class org.apache.accumulo.server.util.ServerBulkImportStatus
 
getBulkLoadTid(Value) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
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
 
getChildren(String) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
getChildren(String) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
getClosed() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional bool closed = 4 [default = false];
getClosed() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
optional bool closed = 4 [default = false];
getClosed() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
optional bool closed = 4 [default = false];
getCompactionStrategy() - Method in class org.apache.accumulo.server.master.tableOps.UserCompactionConfig
 
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.master.LiveTServerSet
 
getContentSummary(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
getContentSummary(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getContext() - Method in class org.apache.accumulo.server.AbstractServer
 
getCount() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
getCreatedTime() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional int64 createdTime = 5 [default = 0];
getCreatedTime() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
optional int64 createdTime = 5 [default = 0];
getCreatedTime() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
optional int64 createdTime = 5 [default = 0];
getCreationDate() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
getCredentials() - Method in class org.apache.accumulo.server.ServerInfo
 
getCryptoService() - Method in class org.apache.accumulo.server.ServerContext
 
getCurrentKeys() - Method in class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyDistributor
Fetch all AuthenticationKeys currently stored in ZooKeeper beneath the configured baseNode.
getCurrentServers() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
getDataFileSizes(KeyExtent, ServerContext) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
getDataVersionLocation(Volume) - Static method in class org.apache.accumulo.server.ServerConstants
 
getDefault() - Static method in enum org.apache.accumulo.server.rpc.ThriftServerType
 
getDefaultConfiguration() - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
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
 
getDefaultVolume() - Method in interface org.apache.accumulo.server.fs.VolumeManager
Fetch the default Volume
getDefaultVolume() - 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>, VolumeManager, AccumuloClient) - Static method in class org.apache.accumulo.server.util.TableDiskUsage
 
getEncodedEndRow() - Method in exception org.apache.accumulo.server.master.state.TabletLocationState.BadLocationStateException
 
getEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional int64 end = 2 [default = 0];
getEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
optional int64 end = 2 [default = 0];
getEnd() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
optional int64 end = 2 [default = 0];
getEndRow() - Method in interface org.apache.accumulo.server.fs.VolumeChooserEnvironment
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.
getEndRow() - Method in class org.apache.accumulo.server.master.tableOps.UserCompactionConfig
 
getEvent() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
getEvents() - Method in class org.apache.accumulo.server.monitor.LogService
 
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.master.state.MergeInfo
 
getExtent() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getFailedMarkerPath(String) - Static method in enum org.apache.accumulo.server.log.SortedLogState
 
getFileAndLogEntries(ServerContext, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
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
 
getFileSystem(String) - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
getFinishedMarkerPath(String) - Static method in enum org.apache.accumulo.server.log.SortedLogState
 
getFinishedMarkerPath(Path) - Static method in enum org.apache.accumulo.server.log.SortedLogState
 
getFirstRow() - Method in class org.apache.accumulo.server.util.FileUtil.FileInfo
 
getFullPath(Key) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
getFullPath(Key) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getFullPath(TableId, String) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
getFullPath(TableId, String) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getFullPath(VolumeManager.FileType, String) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
getFullPath(VolumeManager.FileType, String) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getHadoopConf() - Method in class org.apache.accumulo.server.ServerInfo
 
getHostAndPorts(String, int[]) - 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 enum org.apache.accumulo.server.master.state.TabletServerState
 
getInfiniteEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional bool infiniteEnd = 3 [default = false];
getInfiniteEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
optional bool infiniteEnd = 3 [default = false];
getInfiniteEnd() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
optional bool infiniteEnd = 3 [default = false];
getInstance() - Static method in class org.apache.accumulo.server.monitor.LogService
 
getInstance() - Static method in class org.apache.accumulo.server.util.time.RelativeTime
 
getInstance(int) - Static method in class org.apache.accumulo.server.util.time.SimpleTimer
Gets the timer instance.
getInstance(String) - Static method in class org.apache.accumulo.server.tablets.TabletTime
 
getInstance(AccumuloConfiguration) - Static method in class org.apache.accumulo.server.util.time.SimpleTimer
Gets the timer instance.
getInstance(ServerContext) - Static method in class org.apache.accumulo.server.problems.ProblemReports
 
getInstance(ServerContext) - Static method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
getInstance(ServerContext) - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
getInstanceId() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getInstanceID() - Method in class org.apache.accumulo.server.ServerInfo
 
getInstanceIdLocation(Volume) - Static method in class org.apache.accumulo.server.ServerConstants
 
getInstanceName() - Method in class org.apache.accumulo.server.ServerInfo
 
getInvocationHandler(T, HighlyAvailableService) - Method in class org.apache.accumulo.server.rpc.HighlyAvailableServiceWrapper
 
getIterators() - Method in class org.apache.accumulo.server.master.tableOps.UserCompactionConfig
 
getIterInfo() - Method in class org.apache.accumulo.server.conf.TableConfiguration.ParsedIteratorConfig
 
getKeyId() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
getLastCommitTime() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getLastRow() - Method in class org.apache.accumulo.server.util.FileUtil.FileInfo
 
getList() - Method in class org.apache.accumulo.server.master.state.DeadServerList
 
getLoadBalancerClassNameForTable(TableId) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getLocal(String) - Static method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getLocation() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
getLocationProvider() - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
 
getLogEntries(ServerContext) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
getLogEntries(ServerContext, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
getMarker() - Method in enum org.apache.accumulo.server.log.SortedLogState
 
getMasterState() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
getMaxMigrations() - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
The maximum number of migrations to perform in a single pass.
getMaxMigrations() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
getMaxOutstandingMigrations() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
getMaxReplicationThreads(MasterMonitorInfo) - Method in class org.apache.accumulo.server.replication.ReplicationUtil
 
getMemoryManagementActions(List<TabletState>) - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
getMemoryManagementActions(List<TabletState>) - Method in interface org.apache.accumulo.server.tabletserver.MemoryManager
An implementation of this function will be called periodically by accumulo and should return a list of tablets to minor compact.
getMemTableSize() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getMessage() - Method in exception org.apache.accumulo.server.tables.TableManager.IllegalTableTransitionException
 
getMetadataTable(ServerContext) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
getMetadataValue() - Method in class org.apache.accumulo.server.tablets.TabletTime
 
getMetadataValue(long) - Method in class org.apache.accumulo.server.tablets.TabletTime
 
getMetrics(MetricsCollector, boolean) - Method in class org.apache.accumulo.server.metrics.Metrics
 
getMetricsSystem() - Method in class org.apache.accumulo.server.AbstractServer
 
getMigrations(Map<TServerInstance, TabletServerStatus>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
getMinCIdleThreshold(KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
getMinorCompactingMemTableSize() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getMoreMetrics(MetricsRecordBuilder, boolean) - Method in class org.apache.accumulo.server.metrics.Metrics
Append any additional metrics directly to the builder when Metrics.getMetrics(MetricsCollector, boolean) is called, after any metrics in the MetricsRegistry have already been added.
getName() - Method in interface org.apache.accumulo.server.replication.WorkAssigner
 
getNameFromIp(String) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
getNamespaceConfiguration() - Method in class org.apache.accumulo.server.conf.TableConfiguration
returns the actual NamespaceConfiguration that corresponds to the current parent namespace.
getNamespaceConfiguration(NamespaceId) - Method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getNamespaceConfiguration(NamespaceId) - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
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
 
getNextName() - Method in class org.apache.accumulo.server.tablets.UniqueNameAllocator
 
getOnlineTabletsForTable(TServerInstance, TableId) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Fetch the tablets for the given table by asking the tablet server.
getOobCheckMillis() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
getOperation() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
getOpts() - Method in class org.apache.accumulo.server.conf.TableConfiguration.ParsedIteratorConfig
 
getParentConfiguration() - Method in class org.apache.accumulo.server.conf.NamespaceConfiguration
Gets the parent configuration of this configuration.
getParentConfiguration() - Method in class org.apache.accumulo.server.conf.TableConfiguration
Gets the parent configuration of this configuration.
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
 
getPartitioner() - Method in class org.apache.accumulo.server.master.balancer.RegexGroupBalancer
 
getPeerConfigurationValue(Class<? extends ReplicaSystem>, String) - Static method in class org.apache.accumulo.server.replication.ReplicaSystemFactory
Generate the configuration value for a ReplicaSystem in the instance properties
getPeers() - Method in class org.apache.accumulo.server.replication.ReplicationUtil
Extract replication peers from system configuration
getPendingReplicationPaths() - Method in class org.apache.accumulo.server.replication.ReplicationUtil
 
getPendingReplications() - Method in class org.apache.accumulo.server.replication.ReplicationUtil
 
getPermHandler(ServerContext) - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
getPoolNameForTable(String) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
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
Matches host against the regexes and returns the matching pool names
getPoolNameToRegexPattern() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
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
 
getProperties(Map<String, String>, Predicate<String>) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
getProperties(Map<String, String>, Predicate<String>) - Method in class org.apache.accumulo.server.conf.ZooConfiguration
 
getQueueKey(String, ReplicationTarget) - Static method in class org.apache.accumulo.server.replication.DistributedWorkQueueWorkAssignerHelper
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
 
getRecoveryDirs(ServerContext) - Static method in class org.apache.accumulo.server.ServerConstants
 
getRecoveryPath(Path) - Static method in class org.apache.accumulo.server.master.recovery.RecoveryPath
 
getRegistry() - Method in class org.apache.accumulo.server.metrics.Metrics
 
getReplicationTargets() - Method in class org.apache.accumulo.server.replication.ReplicationUtil
 
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
 
getRootTabletDir(ServerContext) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
getRootTabletLocation() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getRootUsername() - Method in class org.apache.accumulo.server.security.SecurityOperation
 
getRpcPrincipalThreadLocal() - Static method in class org.apache.accumulo.server.rpc.UGIAssumingProcessor
 
getRunnable(AbstractNonblockingServer.FrameBuffer) - Method in class org.apache.accumulo.server.rpc.CustomThreadedSelectorServer
 
getSaslParams() - Method in class org.apache.accumulo.server.ServerContext
 
getScanDispatcher() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
getScope() - Method in interface org.apache.accumulo.server.fs.VolumeChooserEnvironment
 
getScope() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
getSecretManager() - Method in class org.apache.accumulo.server.rpc.SaslServerConnectionParams
 
getSecretManager() - 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.master.state.TabletLocationState
 
getServer() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getServer() - Method in class org.apache.accumulo.server.rpc.ServerAddress
 
getServerConfFactory() - Method in class org.apache.accumulo.server.ServerContext
 
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
 
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
 
getServiceEnv() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
getSession() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
getSiteConfiguration() - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
getSiteConfiguration() - Method in class org.apache.accumulo.server.ServerInfo
 
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.
getStartRow() - Method in class org.apache.accumulo.server.master.tableOps.UserCompactionConfig
 
getStartRowForExtent(KeyExtent) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
getState() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
getState(Set<TServerInstance>) - Method in class org.apache.accumulo.server.master.state.TabletLocationState
 
getStateById(byte) - Static method in enum org.apache.accumulo.server.master.state.TabletServerState
 
getStoreForTablet(KeyExtent, ServerContext) - Static method in class org.apache.accumulo.server.master.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
 
getSystemTimestamp() - Method in class org.apache.accumulo.server.data.ServerMutation
 
getTableConfiguration(TableId) - Method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getTableConfiguration(TableId) - Method in class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
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
 
getTableId() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
getTableId() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getTableIdToTableName() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
getTableManager() - Method in class org.apache.accumulo.server.ServerContext
 
getTableMap(boolean) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
getTableName(TableId) - Method in class org.apache.accumulo.server.ServiceEnvironmentImpl
 
getTableOperations() - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getTablesDirs(ServerContext) - Static method in class org.apache.accumulo.server.ServerConstants
 
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
 
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
 
getTimeID(TimeType) - Static method in class org.apache.accumulo.server.tablets.TabletTime
 
getTimestamp() - Method in class org.apache.accumulo.server.data.ServerColumnUpdate
 
getTokenCache() - Method in class org.apache.accumulo.server.rpc.TCredentialsUpdatingInvocationHandler
Visibile for testing
getTokenClassFromName(String) - Method in class org.apache.accumulo.server.rpc.TCredentialsUpdatingInvocationHandler
 
getTopKey() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getTopValue() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getTserverInstance() - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer.Location
 
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.NamespaceConfiguration
 
getUpdateCount() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
getUpdateCount() - Method in class org.apache.accumulo.server.conf.ZooConfiguration
 
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
 
getViolationDescription(short) - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
getVolume(Path) - Method in enum org.apache.accumulo.server.fs.VolumeManager.FileType
 
getVolumeByPath(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
getVolumeByPath(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getVolumeManager() - Method in class org.apache.accumulo.server.ServerContext
 
getVolumeManager() - Method in class org.apache.accumulo.server.ServerInfo
 
getVolumeReplacements(AccumuloConfiguration, Configuration) - Static method in class org.apache.accumulo.server.ServerConstants
 
getVolumes() - Method in interface org.apache.accumulo.server.fs.VolumeManager
Fetch the configured Volumes, excluding the default Volume
getVolumes() - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
getWaitTime() - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer
The amount of time to wait between balancing.
getWaitTime() - Method in class org.apache.accumulo.server.master.balancer.RegexGroupBalancer
 
getWalsInUse(TServerInstance) - Method in class org.apache.accumulo.server.log.WalStateManager
 
getWorkQueued() - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
getZooCache() - Method in class org.apache.accumulo.server.master.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
 
getZooReaderWriter() - Method in class org.apache.accumulo.server.ServerContext
 
getZooReaderWriter() - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
getZooReaderWriter(String, int, String) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriterFactory
Gets a new reader/writer.
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
A balancer that evenly spreads groups of tablets across all tablet server.
GroupBalancer(TableId) - Constructor for class org.apache.accumulo.server.master.balancer.GroupBalancer
 
GroupBalancer.Location - Class in org.apache.accumulo.server.master.balancer
 

H

HadoopLogCloser - Class in org.apache.accumulo.server.master.recovery
 
HadoopLogCloser() - Constructor for class org.apache.accumulo.server.master.recovery.HadoopLogCloser
 
halt(int, Runnable) - Static method in class org.apache.accumulo.server.util.Halt
 
halt(String) - Static method in class org.apache.accumulo.server.util.Halt
 
halt(String, int) - Static method in class org.apache.accumulo.server.util.Halt
 
halt(ZooLock) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
Halt - Class in org.apache.accumulo.server.util
 
Halt() - Constructor for class org.apache.accumulo.server.util.Halt
 
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
optional int64 begin = 1 [default = 0];
hasBegin() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
optional int64 begin = 1 [default = 0];
hasBegin() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
optional int64 begin = 1 [default = 0];
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
optional bool closed = 4 [default = false];
hasClosed() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
optional bool closed = 4 [default = false];
hasClosed() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
optional bool closed = 4 [default = false];
hasCreatedTime() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional int64 createdTime = 5 [default = 0];
hasCreatedTime() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
optional int64 createdTime = 5 [default = 0];
hasCreatedTime() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
optional int64 createdTime = 5 [default = 0];
hasEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional int64 end = 2 [default = 0];
hasEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
optional int64 end = 2 [default = 0];
hasEnd() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
optional int64 end = 2 [default = 0];
hashCode() - Method in class org.apache.accumulo.server.data.ServerMutation
 
hashCode() - Method in class org.apache.accumulo.server.fs.FileRef
 
hashCode() - Method in class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
hashCode() - Method in class org.apache.accumulo.server.master.balancer.GroupBalancer.Location
 
hashCode() - Method in class org.apache.accumulo.server.master.state.SuspendingTServer
 
hashCode() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
hashCode() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
hashCode() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
hashCode() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
hasInfiniteEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional bool infiniteEnd = 3 [default = false];
hasInfiniteEnd() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
optional bool infiniteEnd = 3 [default = false];
hasInfiniteEnd() - Method in interface org.apache.accumulo.server.replication.proto.Replication.StatusOrBuilder
optional bool infiniteEnd = 3 [default = false];
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.master.state.MetaDataTableScanner
 
hasNext() - Method in class org.apache.accumulo.server.replication.StatusFormatter
 
hasNext() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
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
 
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
 
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() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
HOST_BALANCER_OOB_CHECK_KEY - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
HOST_BALANCER_OUTSTANDING_MIGRATIONS_KEY - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
HOST_BALANCER_PREFIX - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
HOST_BALANCER_REGEX_MAX_MIGRATIONS_KEY - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
HOST_BALANCER_REGEX_USING_IPS_KEY - Static variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
HOSTED - org.apache.accumulo.server.master.state.TabletState
 
hostPort() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
HostRegexTableLoadBalancer - Class in org.apache.accumulo.server.master.balancer
This balancer creates groups of tablet servers using user-provided regular expressions over the tablet server hostnames.
HostRegexTableLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 

I

IllegalTableTransitionException(TableState, TableState) - Constructor for exception org.apache.accumulo.server.tables.TableManager.IllegalTableTransitionException
 
IllegalTableTransitionException(TableState, TableState, String) - Constructor for exception org.apache.accumulo.server.tables.TableManager.IllegalTableTransitionException
 
importFiles(List<String>) - Method in class org.apache.accumulo.server.client.BulkImporter
 
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
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
 
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.master.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
 
init(ServerConfiguration) - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
init(ServerConfiguration) - Method in interface org.apache.accumulo.server.tabletserver.MemoryManager
Initialize the memory manager.
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
 
init(ServerContext) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Initialize the TabletBalancer.
init(ServerContext, String) - Static method in class org.apache.accumulo.server.ServerUtil
 
INIT - org.apache.accumulo.server.fs.VolumeChooserEnvironment.ChooserScope
 
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(Iterable<Map.Entry<Key, Value>>, FormatterConfig) - Method in class org.apache.accumulo.server.replication.StatusFormatter
 
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 setup 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
 
initSystem(String) - Static method in class org.apache.accumulo.server.metrics.Metrics
 
initSystemTablesConfig(ZooReaderWriter, String, Configuration) - Static method in class org.apache.accumulo.server.init.Initialize
 
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
 
INSTANCE_ID_DIR - Static variable in class org.apache.accumulo.server.ServerConstants
 
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
 
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.NamespaceConfiguration
 
invalidateCache() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
invalidateCache() - Method in class org.apache.accumulo.server.conf.ZooConfiguration
 
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(IZooReader, 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.master.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.
isDelete() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
isEmpty() - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
isFinished(String) - Static method in enum org.apache.accumulo.server.log.SortedLogState
 
isFullyReplicated(Replication.Status) - Static method in class org.apache.accumulo.server.replication.StatusUtil
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
 
isInitialized(VolumeManager, SiteConfiguration, Configuration) - Static method in class org.apache.accumulo.server.init.Initialize
 
isIpBasedRegex() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
isKerberos - Variable in class org.apache.accumulo.server.security.SecurityOperation
 
isPropertySet(Property, boolean) - Method in class org.apache.accumulo.server.conf.NamespaceConfiguration
 
isPropertySet(Property, boolean) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
isPropertySet(Property, boolean) - Method in class org.apache.accumulo.server.conf.ZooConfiguration
 
isPropertyValid(String, String) - Static method in class org.apache.accumulo.server.util.NamespacePropUtil
 
isPropertyValid(String, String) - Static method in class org.apache.accumulo.server.util.TablePropUtil
 
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
Is the given Status fully replicated and is its file ready for deletion on the source
isSystemUser(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
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
 
isViewFS(FileSystem) - Static method in class org.apache.accumulo.server.fs.ViewFSUtils
 
isViewFS(Path, Configuration) - Static method in class org.apache.accumulo.server.fs.ViewFSUtils
 
isViewFSSupported() - Static method in class org.apache.accumulo.server.fs.ViewFSUtils
 
isWorkRequired(Replication.Status) - Static method in class org.apache.accumulo.server.replication.StatusUtil
Given the Replication.Status, is there replication work to be done
iterator() - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
iterator() - Method in class org.apache.accumulo.server.master.state.RootTabletStateStore
 
iterator() - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Scan the information about the tablets covered by this store
iterator() - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
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
 
keyword() - Method in class org.apache.accumulo.server.conf.ConfigSanityCheck
 
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.Info
 
keyword() - Method in class org.apache.accumulo.server.util.LoginProperties
 
keyword() - Method in class org.apache.accumulo.server.util.ZooKeeperMain
 

L

LargestFirstMemoryManager - Class in org.apache.accumulo.server.tabletserver
The LargestFirstMemoryManager attempts to keep memory between 80% and 90% full.
LargestFirstMemoryManager() - Constructor for class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
last - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
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
 
listStatus(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
listStatus(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
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.master
 
LiveTServerSet(ServerContext, LiveTServerSet.Listener) - Constructor for class org.apache.accumulo.server.master.LiveTServerSet
 
LiveTServerSet.Listener - Interface in org.apache.accumulo.server.master
 
LiveTServerSet.TServerConnection - Class in org.apache.accumulo.server.master
 
LocalityCheck - Class in org.apache.accumulo.server.util
 
LocalityCheck() - Constructor for class org.apache.accumulo.server.util.LocalityCheck
 
Location() - Constructor for class org.apache.accumulo.server.master.balancer.GroupBalancer.Location
 
Location(TServerInstance) - Constructor for class org.apache.accumulo.server.master.balancer.GroupBalancer.Location
 
LogCloser - Interface in org.apache.accumulo.server.master.recovery
 
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
 
LOGICAL_TIME_ID - Static variable in class org.apache.accumulo.server.tablets.TabletTime
 
LoginProperties - Class in org.apache.accumulo.server.util
 
LoginProperties() - Constructor for class org.apache.accumulo.server.util.LoginProperties
 
LogService - Class in org.apache.accumulo.server.monitor
Hijack log4j and capture log events for display.
LogService() - Constructor for class org.apache.accumulo.server.monitor.LogService
 

M

main(String[]) - Static method in class org.apache.accumulo.server.conf.ConfigSanityCheck
 
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.ChangeSecret
 
main(String[]) - Static method in class org.apache.accumulo.server.util.CheckForMetadataProblems
 
main(String[]) - Static method in class org.apache.accumulo.server.util.CleanZookeeper
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ConvertConfig
 
main(String[]) - Static method in class org.apache.accumulo.server.util.DeleteZooInstance
 
main(String[]) - Static method in class org.apache.accumulo.server.util.DumpZookeeper
 
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.LocalityCheck
 
main(String[]) - Static method in class org.apache.accumulo.server.util.LoginProperties
 
main(String[]) - Static method in class org.apache.accumulo.server.util.RandomizeVolumes
 
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.RestoreZookeeper
 
main(String[]) - Static method in class org.apache.accumulo.server.util.TableDiskUsage
 
main(String[]) - Static method in class org.apache.accumulo.server.util.TabletServerLocks
 
main(String[]) - Static method in class org.apache.accumulo.server.util.VerifyTabletAssignments
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ZooKeeperMain
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ZooZap
 
MasterMetadataUtil - Class in org.apache.accumulo.server.util
 
MasterMetadataUtil() - Constructor for class org.apache.accumulo.server.util.MasterMetadataUtil
 
matchingFileSystem(Path, String[]) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
matchingFileSystem(Path, String[]) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 
matchingFileSystem(Path, String[], Configuration) - Static method in class org.apache.accumulo.server.fs.ViewFSUtils
 
maxMetadataTime(String, String) - Static method in class org.apache.accumulo.server.tablets.TabletTime
 
MemoryManagementActions - Class in org.apache.accumulo.server.tabletserver
 
MemoryManagementActions() - Constructor for class org.apache.accumulo.server.tabletserver.MemoryManagementActions
 
MemoryManager - Interface in org.apache.accumulo.server.tabletserver
A MemoryManager in accumulo currently determines when minor compactions should occur and when ingest should be put on hold.
MERGE - org.apache.accumulo.server.master.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.master.state
Information about the current merge/rangeDelete.
MergeInfo() - Constructor for class org.apache.accumulo.server.master.state.MergeInfo
 
MergeInfo(KeyExtent, MergeInfo.Operation) - Constructor for class org.apache.accumulo.server.master.state.MergeInfo
 
MergeInfo.Operation - Enum in org.apache.accumulo.server.master.state
 
merges() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
MergeState - Enum in org.apache.accumulo.server.master.state
 
MERGING - org.apache.accumulo.server.master.state.MergeState
when the number of chopped, offline tablets equals the number of merge tablets, begin the metadata updates
meta() - Method in class org.apache.accumulo.server.fs.FileRef
 
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
 
MetaDataStateStore - Class in org.apache.accumulo.server.master.state
 
MetaDataStateStore(ClientContext, CurrentState) - Constructor for class org.apache.accumulo.server.master.state.MetaDataStateStore
 
MetaDataStateStore(ClientContext, CurrentState, String) - Constructor for class org.apache.accumulo.server.master.state.MetaDataStateStore
 
MetaDataStateStore(ServerContext) - Constructor for class org.apache.accumulo.server.master.state.MetaDataStateStore
 
MetaDataStateStore(ServerContext, String) - Constructor for class org.apache.accumulo.server.master.state.MetaDataStateStore
 
MetaDataTableScanner - Class in org.apache.accumulo.server.master.state
 
MetaDataTableScanner(ClientContext, Range) - Constructor for class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
MetaDataTableScanner(ClientContext, Range, String) - Constructor for class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
MetaDataTableScanner(ClientContext, Range, CurrentState) - Constructor for class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
MetadataTableUtil - Class in org.apache.accumulo.server.util
provides a reference to the metadata table for updates by tablet servers
Metrics - Class in org.apache.accumulo.server.metrics
 
Metrics(String, String, String, String) - Constructor for class org.apache.accumulo.server.metrics.Metrics
 
migrations - Variable in class org.apache.accumulo.server.master.balancer.TabletBalancer.OutstandingMigrations
 
migrationsSnapshot() - Method in interface org.apache.accumulo.server.master.state.CurrentState
Provide an immutable snapshot view of migrating tablets.
MILLIS_TIME_ID - Static variable in class org.apache.accumulo.server.tablets.TabletTime
 
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
 
monitorSwappiness(AccumuloConfiguration) - Static method in class org.apache.accumulo.server.ServerUtil
 
moveToTrash(Path) - Method in interface org.apache.accumulo.server.fs.VolumeManager
 
moveToTrash(Path) - Method in class org.apache.accumulo.server.fs.VolumeManagerImpl
 

N

name() - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
name() - Method in class org.apache.accumulo.server.master.state.RootTabletStateStore
 
name() - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Identifying name for this tablet state store.
name() - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
NamespaceConfiguration - Class in org.apache.accumulo.server.conf
 
NamespaceConfiguration(NamespaceId, ServerContext, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.conf.NamespaceConfiguration
 
namespaceId - Variable in class org.apache.accumulo.server.conf.NamespaceConfiguration
 
NamespacePropUtil - Class in org.apache.accumulo.server.util
 
NamespacePropUtil() - Constructor for class org.apache.accumulo.server.util.NamespacePropUtil
 
NEEDS_UPGRADE - Static variable in class org.apache.accumulo.server.ServerConstants
 
needsToBeChopped(KeyExtent) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
NEW - org.apache.accumulo.server.master.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(GeneratedMessage.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
 
newProcessor() - Method in interface org.apache.accumulo.server.zookeeper.DistributedWorkQueue.Processor
 
newServer - Variable in class org.apache.accumulo.server.master.state.TabletMigration
 
next() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
next() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
next() - Method in class org.apache.accumulo.server.replication.StatusFormatter
 
next() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
NONE - org.apache.accumulo.server.master.state.MergeState
Not merging
NONE - Static variable in class org.apache.accumulo.server.master.balancer.GroupBalancer.Location
 
NORMAL - org.apache.accumulo.server.TabletLevel
 
NoTservers(Logger) - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer.NoTservers
 

O

oldServer - Variable in class org.apache.accumulo.server.master.state.TabletMigration
 
ONLINE - org.apache.accumulo.server.master.state.TabletServerState
 
onlineTables() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
onlineTabletServers() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
oobCheckMillis - Variable in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
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
 
openWithUnknownLength() - Static method in class org.apache.accumulo.server.replication.StatusUtil
 
openWithUnknownLength(long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
 
openWithUnknownLengthValue() - Static method in class org.apache.accumulo.server.replication.StatusUtil
 
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.conf - package org.apache.accumulo.server.conf
 
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.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.master - package org.apache.accumulo.server.master
 
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.master.tableOps - package org.apache.accumulo.server.master.tableOps
 
org.apache.accumulo.server.metrics - package org.apache.accumulo.server.metrics
 
org.apache.accumulo.server.monitor - package org.apache.accumulo.server.monitor
 
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.tabletserver - package org.apache.accumulo.server.tabletserver
 
org.apache.accumulo.server.util - package org.apache.accumulo.server.util
 
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.ChaoticLoadBalancer
 
outstandingMigrations - Variable in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
OutstandingMigrations(Logger) - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer.OutstandingMigrations
 
overlaps(KeyExtent) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 

P

parse(byte[]) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
parseConfiguration(ServerConfiguration) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Parse configuration and extract properties
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
 
PARSER - Static variable in class org.apache.accumulo.server.replication.proto.Replication.Status
 
parseReplicaSystemConfiguration(String) - Method in class org.apache.accumulo.server.replication.ReplicaSystemFactory
Parse the configuration value for a peer into its components: ReplicaSystem class name and configuration string.
path() - Method in class org.apache.accumulo.server.fs.FileRef
 
permHandle - Variable in class org.apache.accumulo.server.security.SecurityOperation
 
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.
persistentVersionNeedsUpgrade(int) - Static method in class org.apache.accumulo.server.ServerUtil
Does the data version number stored in the backing Volumes indicate we need to upgrade something?
PerTableVolumeChooser - Class in org.apache.accumulo.server.fs
A VolumeChooser that delegates to another volume chooser based on other properties: table.custom.volume.chooser for tables, and general.custom.volume.chooser.scoped for scopes.
PerTableVolumeChooser() - Constructor for class org.apache.accumulo.server.fs.PerTableVolumeChooser
 
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.master.state.DeadServerList
 
PreferredVolumeChooser - Class in org.apache.accumulo.server.fs
A RandomVolumeChooser that limits its choices from a given set of options to the subset of those options preferred for a particular table.
PreferredVolumeChooser() - Constructor for class org.apache.accumulo.server.fs.PreferredVolumeChooser
 
prepareMetrics() - Method in class org.apache.accumulo.server.metrics.Metrics
Runs prior to Metrics.getMetrics(MetricsCollector, boolean) in order to prepare metrics in the MetricsRegistry to be published.
prepareNewNamespaceState(IZooReaderWriter, String, NamespaceId, String, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.server.tables.TableManager
 
prepareNewTableState(IZooReaderWriter, String, 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(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>, VolumeManager, AccumuloClient, boolean) - Static method in class org.apache.accumulo.server.util.TableDiskUsage
 
printDiskUsage(Collection<String>, VolumeManager, 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.master.LiveTServerSet
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyWatcher
 
propertiesChanged() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
propertyChanged(String) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
ProvidesTime - Interface in org.apache.accumulo.server.util.time
An interface for anything that returns the time in the same format as System.currentTimeMillis().
put(String, byte[]) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
put(String, byte[]) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
putFutureLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
putLastLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
putLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
putLockID(ServerContext, ZooLock, Mutation) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 

R

random - Variable in class org.apache.accumulo.server.fs.RandomVolumeChooser
 
randomize(ServerContext, String) - Static method in class org.apache.accumulo.server.util.RandomizeVolumes
 
RandomizeVolumes - Class in org.apache.accumulo.server.util
 
RandomizeVolumes() - Constructor for class org.apache.accumulo.server.util.RandomizeVolumes
 
RandomMutationGenerator(long) - Constructor for class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
RandomVolumeChooser - Class in org.apache.accumulo.server.fs
 
RandomVolumeChooser() - Constructor for class org.apache.accumulo.server.fs.RandomVolumeChooser
 
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.master.state.MergeInfo
 
readFields(DataInput) - Method in class org.apache.accumulo.server.master.tableOps.UserCompactionConfig
 
readFields(DataInput) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
RECOMPUTE_INTERVAL - Static variable in class org.apache.accumulo.server.fs.SpaceAwareVolumeChooser
 
recordNewStatus(Path, Replication.Status, ReplicationTarget) - Method in class org.apache.accumulo.server.replication.ReplicaSystemHelper
Record the updated Status for this file and target
RECOVERY - org.apache.accumulo.server.fs.VolumeManager.FileType
 
RECOVERY_DIR - Static variable in class org.apache.accumulo.server.ServerConstants
 
RecoveryPath - Class in org.apache.accumulo.server.master.recovery
 
RecoveryPath() - Constructor for class org.apache.accumulo.server.master.recovery.RecoveryPath
 
reduceFiles(ServerContext, Configuration, 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
 
RegexGroupBalancer - Class in org.apache.accumulo.server.master.balancer
A GroupBalancer that groups tablets using a configurable regex.
RegexGroupBalancer(TableId) - Constructor for class org.apache.accumulo.server.master.balancer.RegexGroupBalancer
 
register(MetricsSystem) - Method in class org.apache.accumulo.server.metrics.Metrics
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.accumulo.server.replication.proto.Replication
 
RelativeTime - Class in org.apache.accumulo.server.util.time
Provide time from System time and hints from another time source.
remove() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
remove() - Method in class org.apache.accumulo.server.replication.StatusFormatter
 
remove() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
remove(Object) - Method in class org.apache.accumulo.server.security.UserImpersonation.AlwaysTrueSet
 
remove(String) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
remove(String) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
remove(TServerInstance) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
remove(AuthenticationKey) - Method in class org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyDistributor
Remove the given AuthenticationKey from ZooKeeper.
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
 
removeNamespaceProperty(ServerContext, NamespaceId, String) - Static method in class org.apache.accumulo.server.util.NamespacePropUtil
 
removeObserver(ConfigurationObserver) - Method in class org.apache.accumulo.server.conf.NamespaceConfiguration
 
removeObserver(ConfigurationObserver) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
removeScanFiles(KeyExtent, Set<FileRef>, ServerContext, ZooLock) - 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
 
removeTableProperty(ServerContext, TableId, String) - Static method in class org.apache.accumulo.server.util.TablePropUtil
 
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>, ZooLock) - 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
 
replaceDatafiles(ServerContext, KeyExtent, Set<FileRef>, Set<FileRef>, FileRef, Long, DataFileValue, String, TServerInstance, ZooLock) - Static method in class org.apache.accumulo.server.util.MasterMetadataUtil
 
replaceDatafiles(ServerContext, KeyExtent, Set<FileRef>, Set<FileRef>, FileRef, Long, DataFileValue, String, TServerInstance, ZooLock, boolean) - Static method in class org.apache.accumulo.server.util.MasterMetadataUtil
 
ReplicaSystem - Interface in org.apache.accumulo.server.replication
Encapsulation of a remote system which Accumulo can replicate data to
ReplicaSystemFactory - Class in org.apache.accumulo.server.replication
 
ReplicaSystemFactory() - Constructor for class org.apache.accumulo.server.replication.ReplicaSystemFactory
 
ReplicaSystemHelper - Class in org.apache.accumulo.server.replication
 
ReplicaSystemHelper(ClientContext) - Constructor for class org.apache.accumulo.server.replication.ReplicaSystemHelper
 
replicate(Path, Replication.Status, ReplicationTarget, ReplicaSystemHelper) - Method in interface org.apache.accumulo.server.replication.ReplicaSystem
Replicate the given status to the target peer
replicated(long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
 
replicated(Replication.Status.Builder, long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
 
replicatedAndIngested(long, long) - Static method in class org.apache.accumulo.server.replication.StatusUtil
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
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
 
ReplicationUtil(ServerContext) - Constructor for class org.apache.accumulo.server.replication.ReplicationUtil
 
ReplicationUtil(ServerContext, ReplicaSystemFactory) - Constructor for class org.apache.accumulo.server.replication.ReplicationUtil
 
report(ProblemReport) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
requiresLayout() - Method in class org.apache.accumulo.server.monitor.LogService
 
RESERVED - org.apache.accumulo.server.master.state.TabletServerState
 
resetBalancerErrors() - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
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
 
retrievePassword(AuthenticationTokenIdentifier) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
 
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, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
ROOT - org.apache.accumulo.server.TabletLevel
 
RootTabletStateStore - Class in org.apache.accumulo.server.master.state
 
RootTabletStateStore(ClientContext, CurrentState) - Constructor for class org.apache.accumulo.server.master.state.RootTabletStateStore
 
RootTabletStateStore(ServerContext) - Constructor for class org.apache.accumulo.server.master.state.RootTabletStateStore
 
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.master.balancer.TabletBalancer.NoTservers
 
run() - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer.OutstandingMigrations
 
run() - Method in class org.apache.accumulo.server.security.delegation.AuthenticationTokenKeyManager
 
run(String[]) - Method in class org.apache.accumulo.server.util.LocalityCheck
 
run(String, long, Callable<T>) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher
 
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

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
 
scanServers() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
schedule(Runnable, long) - Method in class org.apache.accumulo.server.util.time.SimpleTimer
Schedules a task to run in the future.
schedule(Runnable, long, long) - Method in class org.apache.accumulo.server.util.time.SimpleTimer
Schedules a task to run in the future with a fixed delay between repeated executions.
SecurityOperation - Class in org.apache.accumulo.server.security
Utility class for performing various security operations with the appropriate checks
SecurityOperation(ServerContext) - Constructor for class org.apache.accumulo.server.security.SecurityOperation
 
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.master.state.Assignment
 
server - Variable in class org.apache.accumulo.server.master.state.SuspendingTServer
 
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
 
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 factor for configurations used by a server process.
ServerConfigurationFactory(ServerContext, SiteConfiguration) - Constructor for class org.apache.accumulo.server.conf.ServerConfigurationFactory
 
ServerConstants - Class in org.apache.accumulo.server
 
ServerConstants() - Constructor for class org.apache.accumulo.server.ServerConstants
 
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
 
ServerContext(SiteConfiguration, String, String, int) - Constructor for class org.apache.accumulo.server.ServerContext
 
ServerContext(SiteConfiguration, Properties) - Constructor for class org.apache.accumulo.server.ServerContext
 
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
 
ServerUtil - Class in org.apache.accumulo.server
 
ServerUtil() - Constructor for class org.apache.accumulo.server.ServerUtil
 
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 class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
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
optional int64 begin = 1 [default = 0];
setClosed(boolean) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional bool closed = 4 [default = false];
setCount(int) - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
setCreatedTime(long) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional int64 createdTime = 5 [default = 0];
setCurrentServers(IteratorSetting, Set<TServerInstance>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setEnd(long) - Method in class org.apache.accumulo.server.replication.proto.Replication.Status.Builder
optional int64 end = 2 [default = 0];
setFutureLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
setFutureLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Store the assigned locations in the data store.
setFutureLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
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
optional bool infiniteEnd = 3 [default = false];
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
setLocation(ServerContext, Assignment) - Static method in class org.apache.accumulo.server.master.state.TabletStateStore
 
setLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
setLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Tablet servers will update the data store with the location when they bring the tablet online
setLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
setMasterState(IteratorSetting, MasterState) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setMerges(IteratorSetting, Collection<MergeInfo>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setMigrations(IteratorSetting, Collection<KeyExtent>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setNamespaceProperty(ServerContext, NamespaceId, String, String) - Static method in class org.apache.accumulo.server.util.NamespacePropUtil
 
setOnlineTables(IteratorSetting, Set<TableId>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setRootTabletDir(ServerContext, String) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
setSecretManager(AuthenticationTokenSecretManager) - Method in class org.apache.accumulo.server.rpc.SaslServerConnectionParams
 
setSecretManager(AuthenticationTokenSecretManager) - Method in class org.apache.accumulo.server.ServerContext
 
setShuttingDown(IteratorSetting, Set<TServerInstance>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setState(MergeState) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
setSuspension(Mutation) - Method in class org.apache.accumulo.server.master.state.SuspendingTServer
 
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
 
setTableProperty(ZooReaderWriter, String, TableId, String, String) - Static method in class org.apache.accumulo.server.util.TablePropUtil
 
setTableProperty(ServerContext, TableId, String, String) - Static method in class org.apache.accumulo.server.util.TablePropUtil
 
setupCrypto() - Method in class org.apache.accumulo.server.ServerContext
Should only be called by the Tablet server
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.ServerConstants
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
 
shutdownServers() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
SimpleTimer - Class in org.apache.accumulo.server.util.time
Generic singleton timer.
size() - Method in class org.apache.accumulo.server.master.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.
SpaceAwareVolumeChooser - Class in org.apache.accumulo.server.fs
A PreferredVolumeChooser that takes remaining HDFS space into account when making a volume choice rather than a simpler round robin.
SpaceAwareVolumeChooser() - Constructor for class org.apache.accumulo.server.fs.SpaceAwareVolumeChooser
 
splitCurrentByRegex(SortedMap<TServerInstance, TabletServerStatus>) - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
Group the set of current tservers by pool name.
splitDatafiles(Text, double, Map<FileRef, FileUtil.FileInfo>, SortedMap<FileRef, DataFileValue>, SortedMap<FileRef, DataFileValue>, SortedMap<FileRef, DataFileValue>, List<FileRef>) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
splitTablet(KeyExtent, Text) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
splitTablet(KeyExtent, Text, double, ServerContext, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
SPLITTING - org.apache.accumulo.server.master.state.MergeState
put all matching tablets online, split tablets if we are deleting
SSL - org.apache.accumulo.server.rpc.ThriftServerType
 
start(AccumuloConfiguration, Property) - 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.master.state.MergeState
created, stored in zookeeper, other merges are prevented on the table
startListeningForTabletServerChanges() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
startLogListener(ServerContext, String) - Static method in class org.apache.accumulo.server.monitor.LogService
Place the host:port advertisement for the Monitor's Log4j listener in ZooKeeper
startProcessing(DistributedWorkQueue.Processor, ThreadPoolExecutor) - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
startServer(MetricsSystem, ServerContext, String, Property, TProcessor, String, String, 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(ThriftServerType, TimedProcessor, String, String, int, int, long, long, SslConnectionParams, SaslServerConnectionParams, long, HostAndPort...) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
 
startTServer(ThriftServerType, TimedProcessor, TProtocolFactory, String, String, int, int, 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.
startTServer(MetricsSystem, AccumuloConfiguration, ThriftServerType, TProcessor, String, String, int, int, long, long, SslConnectionParams, SaslServerConnectionParams, long, HostAndPort...) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
 
state - Variable in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
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
 
STATUS_FORMATTER_CLASS_NAME - Static variable in class org.apache.accumulo.server.util.ReplicationTableUtil
 
StatusCombiner - Class in org.apache.accumulo.server.replication
Defines the rules for combining multiple Replication.Status messages Messages that are "closed", stay closed.
StatusCombiner() - Constructor for class org.apache.accumulo.server.replication.StatusCombiner
 
StatusCombiner.StatusEncoder - Class in org.apache.accumulo.server.replication
 
StatusEncoder() - Constructor for class org.apache.accumulo.server.replication.StatusCombiner.StatusEncoder
 
StatusFormatter - Class in org.apache.accumulo.server.replication
Parse and print the serialized protocol buffers used to track replication data
StatusFormatter() - Constructor for class org.apache.accumulo.server.replication.StatusFormatter
 
StatusUtil - Class in org.apache.accumulo.server.replication
Helper methods to create Status protobuf messages
StatusUtil() - Constructor for class org.apache.accumulo.server.replication.StatusUtil
 
stop(ServerContext, String, long) - Static method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
stopTServer(TServer) - Static method in class org.apache.accumulo.server.rpc.TServerUtils
Stop a Thrift TServer.
summarize() - Method in class org.apache.accumulo.server.problems.ProblemReports
 
summarizeTableStats(MasterMonitorInfo) - Static method in class org.apache.accumulo.server.util.TableInfoUtil
 
summarizeTableStats(TabletServerStatus) - Static method in class org.apache.accumulo.server.util.TableInfoUtil
 
suspend - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
suspend(Collection<TabletLocationState>, Map<TServerInstance, List<Path>>, long) - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
suspend(Collection<TabletLocationState>, Map<TServerInstance, List<Path>>, long) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Mark tablets as having no known or future location, but desiring to be returned to their previous tserver.
suspend(Collection<TabletLocationState>, Map<TServerInstance, List<Path>>, long) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
suspend(ServerContext, TabletLocationState, Map<TServerInstance, List<Path>>, long) - Static method in class org.apache.accumulo.server.master.state.TabletStateStore
 
SUSPENDED - org.apache.accumulo.server.master.state.TabletState
 
SuspendingTServer - Class in org.apache.accumulo.server.master.state
For a suspended tablet, the time of suspension and the server it was suspended from.
suspensionTime - Variable in class org.apache.accumulo.server.master.state.SuspendingTServer
 
switchRootTableVolume(ServerContext, String) - Static method in class org.apache.accumulo.server.fs.VolumeUtil
 
switchVolume(String, VolumeManager.FileType, List<Pair<Path, Path>>) - Static method in class org.apache.accumulo.server.fs.VolumeUtil
 
SystemCredentials - Class in org.apache.accumulo.server.security
Credentials for the system services.
SystemCredentials(String, 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
 
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
 
TABLE - org.apache.accumulo.server.fs.VolumeManager.FileType
 
TABLE_DIR - Static variable in class org.apache.accumulo.server.ServerConstants
 
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
 
TableConfiguration.TablesScanDispatcher - Class in org.apache.accumulo.server.conf
 
TableDiskUsage - Class in org.apache.accumulo.server.util
 
TableDiskUsage() - Constructor for class org.apache.accumulo.server.util.TableDiskUsage
 
TableDiskUsage.Printer - Interface in org.apache.accumulo.server.util
 
tableExists(TableId) - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
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
 
TableLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
TableManager - Class in org.apache.accumulo.server.tables
 
TableManager(ServerContext) - Constructor for class org.apache.accumulo.server.tables.TableManager
 
TableManager.IllegalTableTransitionException - Exception in org.apache.accumulo.server.tables
 
TableObserver - Interface in org.apache.accumulo.server.tables
 
TablePropUtil - Class in org.apache.accumulo.server.util
 
TablePropUtil() - Constructor for class org.apache.accumulo.server.util.TablePropUtil
 
TablesScanDispatcher(ScanDispatcher, long) - Constructor for class org.apache.accumulo.server.conf.TableConfiguration.TablesScanDispatcher
 
tablet - Variable in class org.apache.accumulo.server.master.state.Assignment
 
tablet - Variable in class org.apache.accumulo.server.master.state.TabletMigration
 
TABLET_LOAD - org.apache.accumulo.server.problems.ProblemType
 
TabletBalancer - Class in org.apache.accumulo.server.master.balancer
This class is responsible for managing the distribution of tablets throughout an Accumulo cluster.
TabletBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer
 
TabletBalancer.BalancerProblem - Class in org.apache.accumulo.server.master.balancer
A deferred call descendent TabletBalancers use to log why they can't continue.
TabletBalancer.NoTservers - Class in org.apache.accumulo.server.master.balancer
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
If a TabletBalancer only balances when there are no outstanding migrations, it should use this problem to indicate when they exist.
tabletClosed(KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
tabletClosed(KeyExtent) - Method in interface org.apache.accumulo.server.tabletserver.MemoryManager
This method is called when a tablet is closed.
TabletFiles() - Constructor for class org.apache.accumulo.server.fs.VolumeUtil.TabletFiles
 
TabletFiles(String, List<LogEntry>, SortedMap<FileRef, DataFileValue>) - Constructor for class org.apache.accumulo.server.fs.VolumeUtil.TabletFiles
 
TabletLevel - Enum in org.apache.accumulo.server
 
TabletLocationState - Class in org.apache.accumulo.server.master.state
When a tablet is assigned, we mark its future location.
TabletLocationState(KeyExtent, TServerInstance, TServerInstance, TServerInstance, SuspendingTServer, Collection<Collection<String>>, boolean) - Constructor for class org.apache.accumulo.server.master.state.TabletLocationState
 
TabletLocationState.BadLocationStateException - Exception in org.apache.accumulo.server.master.state
 
TabletMigration - Class in org.apache.accumulo.server.master.state
 
TabletMigration(KeyExtent, TServerInstance, TServerInstance) - Constructor for class org.apache.accumulo.server.master.state.TabletMigration
 
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.master.state
 
TabletState - Enum in org.apache.accumulo.server.master.state
 
TabletState - Interface in org.apache.accumulo.server.tabletserver
 
TabletStateChangeIterator - Class in org.apache.accumulo.server.master.state
 
TabletStateChangeIterator() - Constructor for class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
TabletStateStore - Class in org.apache.accumulo.server.master.state
Interface for storing information about tablet assignments.
TabletStateStore() - Constructor for class org.apache.accumulo.server.master.state.TabletStateStore
 
tabletsToMinorCompact - Variable in class org.apache.accumulo.server.tabletserver.MemoryManagementActions
 
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
 
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
 
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
 
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(MetricsSystem, AccumuloConfiguration, TProcessor, String, String) - Constructor for class org.apache.accumulo.server.rpc.TimedProcessor
 
TimedProcessor(MetricsSystem, TProcessor, String, String) - Constructor for class org.apache.accumulo.server.rpc.TimedProcessor
 
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
 
toPathStrings(Collection<FileRef>) - Static method in class org.apache.accumulo.server.util.FileUtil
 
toString() - Method in class org.apache.accumulo.server.client.BulkImporter.AssignmentStats
 
toString() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
toString() - Method in class org.apache.accumulo.server.fs.FileRef
 
toString() - Method in enum org.apache.accumulo.server.log.SortedLogState
 
toString() - Method in class org.apache.accumulo.server.master.balancer.HostRegexTableLoadBalancer
 
toString() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
toString() - Method in class org.apache.accumulo.server.master.state.SuspendingTServer
 
toString() - Method in class org.apache.accumulo.server.master.state.TabletLocationState
 
toString() - Method in class org.apache.accumulo.server.master.state.TabletMigration
 
toString() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
toString() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
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
 
toThrift(String) - Method in class org.apache.accumulo.server.security.SystemCredentials
 
toValue() - Method in class org.apache.accumulo.server.master.state.SuspendingTServer
 
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
 
transitionTableState(TableId, TableState) - Method in class org.apache.accumulo.server.tables.TableManager
 
tryToGetFirstAndLastRows(ServerContext, Set<FileRef>) - Static method in class org.apache.accumulo.server.util.FileUtil
 
TServerConnection(HostAndPort) - Constructor for class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
TServerInstance - Class in org.apache.accumulo.server.master.state
A tablet is assigned to a tablet server at the given address as long as it is alive and well.
TServerInstance(String) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(String, long) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(Value, Text) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(TabletMetadata.Location) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(HostAndPort, long) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(HostAndPort, String) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
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
 
typedReduce(Key, Iterator<Replication.Status>) - Method in class org.apache.accumulo.server.replication.StatusCombiner
 

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 class org.apache.accumulo.server.master.state.MetaDataStateStore
 
unassign(Collection<TabletLocationState>, Map<TServerInstance, List<Path>>) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Mark the tablets as having no known or future location.
unassign(Collection<TabletLocationState>, Map<TServerInstance, List<Path>>) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
unassign(ServerContext, TabletLocationState, Map<TServerInstance, List<Path>>) - Static method in class org.apache.accumulo.server.master.state.TabletStateStore
 
UNASSIGNED - org.apache.accumulo.server.master.state.TabletState
 
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(ZooLock, KeyExtent, TUnloadTabletGoal, long) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
UNREFERENCED - org.apache.accumulo.server.log.WalStateManager.WalState
 
UNRESPONSIVE - org.apache.accumulo.server.master.state.TabletServerState
 
unsuspend(Collection<TabletLocationState>) - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
unsuspend(Collection<TabletLocationState>) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Remove a suspension marker for a collection of tablets, moving them to being simply unassigned.
unsuspend(Collection<TabletLocationState>) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
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.master.LiveTServerSet.Listener
 
update(ServerContext, Writer, ZooLock, Mutation) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
update(ServerContext, ZooLock, Mutation, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateAccumuloVersion(VolumeManager, int) - Static method in class org.apache.accumulo.server.ServerUtil
 
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, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateTabletDataFile(long, KeyExtent, Map<FileRef, DataFileValue>, String, ServerContext, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateTabletDataFile(ServerContext, KeyExtent, FileRef, FileRef, DataFileValue, String, Set<FileRef>, String, ZooLock, Set<String>, TServerInstance, long) - Static method in class org.apache.accumulo.server.util.MasterMetadataUtil
new data file update function adds one data file to a tablet's list
updateTabletDir(KeyExtent, String, ServerContext, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateTabletFlushID(KeyExtent, long, ServerContext, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateTabletVolumes(KeyExtent, List<LogEntry>, List<LogEntry>, List<FileRef>, SortedMap<FileRef, DataFileValue>, String, ZooLock, ServerContext) - Static method in class org.apache.accumulo.server.util.MetadataTableUtil
 
updateTabletVolumes(ServerContext, ZooLock, VolumeManager, 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.Info
 
usageGroup() - Method in class org.apache.accumulo.server.util.ZooKeeperMain
 
useMaxTimeFromWALog(long) - Method in class org.apache.accumulo.server.tablets.TabletTime
 
UserCompactionConfig - Class in org.apache.accumulo.server.master.tableOps
 
UserCompactionConfig() - Constructor for class org.apache.accumulo.server.master.tableOps.UserCompactionConfig
 
UserCompactionConfig(byte[], byte[], List<IteratorSetting>, CompactionStrategyConfig) - Constructor for class org.apache.accumulo.server.master.tableOps.UserCompactionConfig
 
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

validateOptions(Map<String, String>) - Method in class org.apache.accumulo.server.replication.StatusCombiner
 
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
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.master.state.MergeInfo.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.MergeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.TabletServerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.TabletState
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
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.master.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.master.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.master.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.master.state.TabletState
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
 
VERSION_DIR - Static variable in class org.apache.accumulo.server.ServerConstants
 
VIEWFS_CLASSNAME - Static variable in class org.apache.accumulo.server.fs.ViewFSUtils
 
ViewFSUtils - Class in org.apache.accumulo.server.fs
 
ViewFSUtils() - Constructor for class org.apache.accumulo.server.fs.ViewFSUtils
 
VolumeChooser - Interface in org.apache.accumulo.server.fs
Helper used by VolumeManagers to select from a set of Volume URIs.
VolumeChooser.VolumeChooserException - Exception in org.apache.accumulo.server.fs
 
VolumeChooserEnvironment - Interface in org.apache.accumulo.server.fs
 
VolumeChooserEnvironment.ChooserScope - Enum in org.apache.accumulo.server.fs
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.ChooserScope, ServerContext) - Constructor for class org.apache.accumulo.server.fs.VolumeChooserEnvironmentImpl
 
VolumeChooserException(String) - Constructor for exception org.apache.accumulo.server.fs.VolumeChooser.VolumeChooserException
 
VolumeChooserException(String, Throwable) - Constructor for exception org.apache.accumulo.server.fs.VolumeChooser.VolumeChooserException
 
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>, 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
 
waitForZookeeperAndHdfs(ServerContext) - Static method in class org.apache.accumulo.server.ServerUtil
 
WAITING_FOR_CHOPPED - org.apache.accumulo.server.master.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.master.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
 
WAL_DIR - Static variable in class org.apache.accumulo.server.ServerConstants
 
WalMarkerException(Exception) - Constructor for exception org.apache.accumulo.server.log.WalStateManager.WalMarkerException
 
walogs - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
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
Interface to allow for multiple implementations that assign replication work
write(DataOutput) - Method in class org.apache.accumulo.server.data.ServerMutation
 
write(DataOutput) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
write(DataOutput) - Method in class org.apache.accumulo.server.master.tableOps.UserCompactionConfig
 
write(DataOutput) - Method in class org.apache.accumulo.server.security.delegation.AuthenticationKey
 
writeReplace() - Method in class org.apache.accumulo.server.replication.proto.Replication.Status
 
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
 
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
 
ZooCachePropertyAccessor - Class in org.apache.accumulo.server.conf
A helper object for accessing properties in a ZooCache.
ZooConfiguration - Class in org.apache.accumulo.server.conf
 
ZooConfiguration(ServerContext, ZooCache, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.conf.ZooConfiguration
 
ZooKeeperInitialization - Class in org.apache.accumulo.server.replication
We don't want to introduce an upgrade path to 1.7 only for some new nodes within ZooKeeper
ZooKeeperInitialization() - Constructor for class org.apache.accumulo.server.replication.ZooKeeperInitialization
 
ZooKeeperMain - Class in org.apache.accumulo.server.util
 
ZooKeeperMain() - Constructor for class org.apache.accumulo.server.util.ZooKeeperMain
 
ZooReaderWriterFactory - Class in org.apache.accumulo.server.zookeeper
A factory for ZooReaderWriter objects.
ZooReaderWriterFactory() - Constructor for class org.apache.accumulo.server.zookeeper.ZooReaderWriterFactory
 
ZooStore - Class in org.apache.accumulo.server.master.state
 
ZooStore(ServerContext) - Constructor for class org.apache.accumulo.server.master.state.ZooStore
 
ZooTabletStateStore - Class in org.apache.accumulo.server.master.state
 
ZooTabletStateStore(DistributedStore) - Constructor for class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
ZooTabletStateStore(ServerContext) - Constructor for class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
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
 

_

_createUser(TCredentials, Credentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
_hasNamespacePermission(String, NamespaceId, NamespacePermission, boolean) - Method in class org.apache.accumulo.server.security.SecurityOperation
Checks if a user has a namespace permission
This cannot check if a system user has permission.
_hasTablePermission(String, TableId, TablePermission, boolean) - Method in class org.apache.accumulo.server.security.SecurityOperation
Checks if a user has a table permission
This cannot check if a system user has permission.
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