- CachableBlockFile - Class in org.apache.accumulo.core.file.blockfile.impl
-
This is a wrapper class for BCFile that includes a cache for independent caches for datablocks and metadatablocks
- CachableBlockFile.BlockRead - Class in org.apache.accumulo.core.file.blockfile.impl
-
Class provides functionality to read one block from the underlying BCFile Since We are caching blocks in the Reader class as bytearrays, this class will
wrap a DataInputStream(ByteArrayStream(cachedBlock)).
- CachableBlockFile.BlockRead(InputStream, long) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead
-
- CachableBlockFile.BlockWrite - Class in org.apache.accumulo.core.file.blockfile.impl
-
- CachableBlockFile.BlockWrite(BCFile.Writer.BlockAppender) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockWrite
-
- CachableBlockFile.CachedBlockRead - Class in org.apache.accumulo.core.file.blockfile.impl
-
- CachableBlockFile.CachedBlockRead(CacheEntry, byte[]) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.CachedBlockRead
-
- CachableBlockFile.Reader - Class in org.apache.accumulo.core.file.blockfile.impl
-
Class wraps the BCFile reader.
- CachableBlockFile.Reader(FileSystem, Path, Configuration, BlockCache, BlockCache, AccumuloConfiguration) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
-
- CachableBlockFile.Reader(FSDataInputStream, long, Configuration, BlockCache, BlockCache, AccumuloConfiguration) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
-
- CachableBlockFile.Reader(FSDataInputStream, long, Configuration, AccumuloConfiguration) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
-
- CachableBlockFile.Writer - Class in org.apache.accumulo.core.file.blockfile.impl
-
- CachableBlockFile.Writer(FileSystem, Path, String, Configuration, AccumuloConfiguration) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
-
- CachableBlockFile.Writer(FSDataOutputStream, String, Configuration, AccumuloConfiguration) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
-
- cache - Variable in class org.apache.accumulo.core.iterators.system.VisibilityFilter
-
- CACHE_FIXED_OVERHEAD - Static variable in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
-
- cacheBlock(String, byte[], boolean) - Method in interface org.apache.accumulo.core.file.blockfile.cache.BlockCache
-
Add block to cache.
- cacheBlock(String, byte[]) - Method in interface org.apache.accumulo.core.file.blockfile.cache.BlockCache
-
Add block to cache (defaults to not in-memory).
- cacheBlock(String, byte[], boolean) - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
-
Cache the block with the specified name and buffer.
- cacheBlock(String, byte[]) - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
-
Cache the block with the specified name and buffer.
- cacheBlock(String, byte[]) - Method in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
-
- cacheBlock(String, byte[], boolean) - Method in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
-
- CachedBlock - Class in org.apache.accumulo.core.file.blockfile.cache
-
- CachedBlock(String, byte[], long) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
-
- CachedBlock(String, byte[], long, boolean) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
-
- CachedBlockQueue - Class in org.apache.accumulo.core.file.blockfile.cache
-
A memory-bound queue that will grow until an element brings total size >= maxSize.
- CachedBlockQueue(long, long) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.CachedBlockQueue
-
- cachedClientConfig - Variable in class org.apache.accumulo.core.cli.ClientOpts
-
- CachedConfiguration - Class in org.apache.accumulo.core.util
-
- CachedConfiguration() - Constructor for class org.apache.accumulo.core.util.CachedConfiguration
-
- cachedInstance - Variable in class org.apache.accumulo.core.cli.ClientOpts
-
- CacheEntry - Interface in org.apache.accumulo.core.file.blockfile.cache
-
- cacheMetaBlock(String, BCFile.Reader.BlockReader) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
-
- cacheMetaBlock(String, byte[]) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
-
- CachingHDFSSecretKeyEncryptionStrategy - Class in org.apache.accumulo.core.security.crypto
-
- CachingHDFSSecretKeyEncryptionStrategy() - Constructor for class org.apache.accumulo.core.security.crypto.CachingHDFSSecretKeyEncryptionStrategy
-
- calculateOverhead(long, long, int) - Static method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
-
- cancelCompaction(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
- cancelCompaction(String) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
- canCreateTables(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Determines whether tables are permitted to be created as needed.
- canCreateTables(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Determines whether tables are permitted to be created as needed.
- canCreateTables(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator
-
Determines whether tables are permitted to be created as needed.
- canCreateTables(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- candidates - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
- canSee(Key) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Indicates whether or not the user is able to see key
.
- canSeeColumnFamily(Key) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Indicates whether or not key
can be seen, according to the fetched column families for this iterator.
- cf - Variable in class org.apache.accumulo.core.data.thrift.TCondition
-
- changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>, AsyncMethodCallback) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
-
- changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
-
- changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
-
- changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
-
- changeLocalUserPassword(String, PasswordToken) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Set the user's password
- changeLocalUserPassword(String, PasswordToken) - Method in class org.apache.accumulo.core.client.impl.SecurityOperationsImpl
-
- changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
-
- changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
-
- changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
-
- changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
-
- changeUserAuthorizations(String, Authorizations) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Set the user's record-level authorizations
- changeUserAuthorizations(String, Authorizations) - Method in class org.apache.accumulo.core.client.impl.SecurityOperationsImpl
-
- changeUserPassword(String, byte[]) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
- changeUserPassword(String, byte[]) - Method in class org.apache.accumulo.core.client.impl.SecurityOperationsImpl
-
Deprecated.
- charAt(int) - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
-
- CHARSET - Static variable in class org.apache.accumulo.core.util.shell.Shell
-
- check(Constraint.Environment, Mutation) - Method in interface org.apache.accumulo.core.constraints.Constraint
-
Checks a mutation for constrain violations.
- check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.core.constraints.DefaultKeySizeConstraint
-
- check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.core.security.VisibilityConstraint
-
- checkClass(TInfo, TCredentials, String, String, AsyncMethodCallback) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
-
- checkClass(TInfo, TCredentials, String, String, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
-
- checkClass(TInfo, TCredentials, String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
-
- checkClass(TInfo, TCredentials, String, String) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
-
- checkIteratorConflicts(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for
the specified scopes.
- checkIteratorConflicts(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for
the specified scopes.
- checkIteratorConflicts(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in class org.apache.accumulo.core.client.impl.NamespaceOperationsHelper
-
- checkIteratorConflicts(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in class org.apache.accumulo.core.client.impl.TableOperationsHelper
-
- checkNamespaceClass(TInfo, TCredentials, String, String, String, AsyncMethodCallback) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
-
- checkNamespaceClass(TInfo, TCredentials, String, String, String, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
-
- checkNamespaceClass(TInfo, TCredentials, String, String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
-
- checkNamespaceClass(TInfo, TCredentials, String, String, String) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
-
- checkOutputSpecs(FileSystem, JobConf) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
- checkOutputSpecs(JobContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
- checkState(boolean) - Method in class org.apache.accumulo.core.util.format.DefaultFormatter
-
- checkTableClass(TInfo, TCredentials, String, String, String, AsyncMethodCallback) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
-
- checkTableClass(TInfo, TCredentials, String, String, String, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
-
- checkTableClass(TInfo, TCredentials, String, String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
-
- checkTableClass(TInfo, TCredentials, String, String, String) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
-
- checkTableState() - Method in class org.apache.accumulo.core.util.shell.Shell
-
- chop(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- chop(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- chop(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- chop(TInfo, TCredentials, String, TKeyExtent) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- CHOPPED_COLUMN - Static variable in class org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection.ChoppedColumnFamily
-
- CLASS - Static variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
- CLASS - Static variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
- CLASS_PREFIX - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
-
- className - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
- className - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
- className - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
- className - Variable in class org.apache.accumulo.core.data.thrift.IterInfo
-
- ClasspathCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- ClasspathCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ClasspathCommand
-
- ClassSize - Class in org.apache.accumulo.core.file.blockfile.cache
-
Class for determining the "size" of a class, an attempt to calculate the actual bytes that an object of this class will occupy in memory
The core of this class is taken from the Derby project
- ClassSize() - Constructor for class org.apache.accumulo.core.file.blockfile.cache.ClassSize
-
- CleanUp - Class in org.apache.accumulo.core.util
-
- CleanUp() - Constructor for class org.apache.accumulo.core.util.CleanUp
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.TDiskUsage
-
- clear() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
-
- clear() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
-
- clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
-
- clear() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
-
- clear() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- clear() - Method in class org.apache.accumulo.core.conf.SiteConfiguration
-
method here to support testing, do not call
- clear() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TCMResult
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TColumn
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TConditionalMutation
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TConditionalSession
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TKey
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TMutation
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
- clear() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
-
- clear() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
- clear() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
-
- clear() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
-
- clear() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
-
- clear() - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.Compacting
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
- clear() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
- clear() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
-
- clear() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
- clear() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
- clear() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
-
- clear() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
- clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
- clear() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
-
- clear() - Method in class org.apache.accumulo.core.util.Stat
-
- clearAndNull() - Method in class org.apache.accumulo.core.conf.SiteConfiguration
-
method here to support testing, do not call
- clearCache(Instance) - Static method in class org.apache.accumulo.core.client.impl.Tables
-
- clearColumns() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
-
- clearColumns() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears the columns to be fetched (useful for resetting the scanner for reuse).
- ClearCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- ClearCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ClearCommand
-
- clearInstance() - Static method in class org.apache.accumulo.core.conf.SiteConfiguration
-
method here to support testing, do not call
- clearLocatorCache(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clears the tablet locator cache for a specified table
- clearLocatorCache(String) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
Clears the tablet locator cache for a specified table
- clearLocators() - Static method in class org.apache.accumulo.core.client.impl.TabletLocator
-
- clearOptions() - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Remove all options from the iterator.
- clearScanIterators() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
-
Clears scan iterators prior to returning a scanner to the pool.
- clearScanIterators() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears scan iterators prior to returning a scanner to the pool.
- client - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
- clientConfigFile - Variable in class org.apache.accumulo.core.cli.ClientOpts
-
- ClientConfiguration - Class in org.apache.accumulo.core.client
-
Contains a list of property keys recognized by the Accumulo client and convenience methods for setting them.
- ClientConfiguration(List<? extends Configuration>) - Constructor for class org.apache.accumulo.core.client.ClientConfiguration
-
- ClientConfiguration(Configuration...) - Constructor for class org.apache.accumulo.core.client.ClientConfiguration
-
Iterates through the Configuration objects, populating this object.
- ClientConfiguration.ClientProperty - Enum in org.apache.accumulo.core.client
-
- ClientExec<T> - Interface in org.apache.accumulo.core.client.impl
-
- ClientExecReturn<T,C> - Interface in org.apache.accumulo.core.client.impl
-
- ClientOnDefaultTable - Class in org.apache.accumulo.core.cli
-
- ClientOnDefaultTable(String) - Constructor for class org.apache.accumulo.core.cli.ClientOnDefaultTable
-
- ClientOnRequiredTable - Class in org.apache.accumulo.core.cli
-
- ClientOnRequiredTable() - Constructor for class org.apache.accumulo.core.cli.ClientOnRequiredTable
-
- ClientOpts - Class in org.apache.accumulo.core.cli
-
- ClientOpts() - Constructor for class org.apache.accumulo.core.cli.ClientOpts
-
- ClientOpts.AuthConverter - Class in org.apache.accumulo.core.cli
-
- ClientOpts.AuthConverter() - Constructor for class org.apache.accumulo.core.cli.ClientOpts.AuthConverter
-
- ClientOpts.MemoryConverter - Class in org.apache.accumulo.core.cli
-
- ClientOpts.MemoryConverter() - Constructor for class org.apache.accumulo.core.cli.ClientOpts.MemoryConverter
-
- ClientOpts.Password - Class in org.apache.accumulo.core.cli
-
- ClientOpts.Password(String) - Constructor for class org.apache.accumulo.core.cli.ClientOpts.Password
-
- ClientOpts.PasswordConverter - Class in org.apache.accumulo.core.cli
-
- ClientOpts.PasswordConverter() - Constructor for class org.apache.accumulo.core.cli.ClientOpts.PasswordConverter
-
- ClientOpts.TimeConverter - Class in org.apache.accumulo.core.cli
-
- ClientOpts.TimeConverter() - Constructor for class org.apache.accumulo.core.cli.ClientOpts.TimeConverter
-
- ClientOpts.VisibilityConverter - Class in org.apache.accumulo.core.cli
-
- ClientOpts.VisibilityConverter() - Constructor for class org.apache.accumulo.core.cli.ClientOpts.VisibilityConverter
-
- ClientService - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService
-
- ClientService.AsyncClient - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
-
- ClientService.AsyncClient.authenticate_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.authenticate_call(TInfo, TCredentials, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.authenticate_call
-
- ClientService.AsyncClient.authenticateUser_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.authenticateUser_call(TInfo, TCredentials, TCredentials, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.authenticateUser_call
-
- ClientService.AsyncClient.bulkImportFiles_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.bulkImportFiles_call(TInfo, TCredentials, long, String, List<String>, String, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.bulkImportFiles_call
-
- ClientService.AsyncClient.changeAuthorizations_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.changeAuthorizations_call(TInfo, TCredentials, String, List<ByteBuffer>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changeAuthorizations_call
-
- ClientService.AsyncClient.changeLocalUserPassword_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.changeLocalUserPassword_call(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changeLocalUserPassword_call
-
- ClientService.AsyncClient.checkClass_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.checkClass_call(TInfo, TCredentials, String, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.checkClass_call
-
- ClientService.AsyncClient.checkNamespaceClass_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.checkNamespaceClass_call(TInfo, TCredentials, String, String, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.checkNamespaceClass_call
-
- ClientService.AsyncClient.checkTableClass_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.checkTableClass_call(TInfo, TCredentials, String, String, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.checkTableClass_call
-
- ClientService.AsyncClient.createLocalUser_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.createLocalUser_call(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.createLocalUser_call
-
- ClientService.AsyncClient.dropLocalUser_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.dropLocalUser_call(TInfo, TCredentials, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.dropLocalUser_call
-
- ClientService.AsyncClient.Factory - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.Factory
-
- ClientService.AsyncClient.getConfiguration_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.getConfiguration_call(TInfo, TCredentials, ConfigurationType, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getConfiguration_call
-
- ClientService.AsyncClient.getDiskUsage_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.getDiskUsage_call(Set<String>, TCredentials, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getDiskUsage_call
-
- ClientService.AsyncClient.getInstanceId_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.getInstanceId_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getInstanceId_call
-
- ClientService.AsyncClient.getNamespaceConfiguration_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.getNamespaceConfiguration_call(TInfo, TCredentials, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getNamespaceConfiguration_call
-
- ClientService.AsyncClient.getRootTabletLocation_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.getRootTabletLocation_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getRootTabletLocation_call
-
- ClientService.AsyncClient.getTableConfiguration_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.getTableConfiguration_call(TInfo, TCredentials, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getTableConfiguration_call
-
- ClientService.AsyncClient.getUserAuthorizations_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.getUserAuthorizations_call(TInfo, TCredentials, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getUserAuthorizations_call
-
- ClientService.AsyncClient.getZooKeepers_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.getZooKeepers_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getZooKeepers_call
-
- ClientService.AsyncClient.grantNamespacePermission_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.grantNamespacePermission_call(TInfo, TCredentials, String, String, byte, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.grantNamespacePermission_call
-
- ClientService.AsyncClient.grantSystemPermission_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.grantSystemPermission_call(TInfo, TCredentials, String, byte, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.grantSystemPermission_call
-
- ClientService.AsyncClient.grantTablePermission_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.grantTablePermission_call(TInfo, TCredentials, String, String, byte, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.grantTablePermission_call
-
- ClientService.AsyncClient.hasNamespacePermission_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.hasNamespacePermission_call(TInfo, TCredentials, String, String, byte, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.hasNamespacePermission_call
-
- ClientService.AsyncClient.hasSystemPermission_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.hasSystemPermission_call(TInfo, TCredentials, String, byte, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.hasSystemPermission_call
-
- ClientService.AsyncClient.hasTablePermission_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.hasTablePermission_call(TInfo, TCredentials, String, String, byte, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.hasTablePermission_call
-
- ClientService.AsyncClient.isActive_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.isActive_call(TInfo, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.isActive_call
-
- ClientService.AsyncClient.listLocalUsers_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.listLocalUsers_call(TInfo, TCredentials, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.listLocalUsers_call
-
- ClientService.AsyncClient.ping_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.ping_call(TCredentials, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.ping_call
-
- ClientService.AsyncClient.revokeNamespacePermission_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.revokeNamespacePermission_call(TInfo, TCredentials, String, String, byte, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.revokeNamespacePermission_call
-
- ClientService.AsyncClient.revokeSystemPermission_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.revokeSystemPermission_call(TInfo, TCredentials, String, byte, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.revokeSystemPermission_call
-
- ClientService.AsyncClient.revokeTablePermission_call - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncClient.revokeTablePermission_call(TInfo, TCredentials, String, String, byte, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.revokeTablePermission_call
-
- ClientService.AsyncIface - Interface in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor(I) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor
-
- ClientService.AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor
-
- ClientService.AsyncProcessor.authenticate<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.authenticate() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.authenticate
-
- ClientService.AsyncProcessor.authenticateUser<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.authenticateUser() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.authenticateUser
-
- ClientService.AsyncProcessor.bulkImportFiles<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.bulkImportFiles() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.bulkImportFiles
-
- ClientService.AsyncProcessor.changeAuthorizations<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.changeAuthorizations() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.changeAuthorizations
-
- ClientService.AsyncProcessor.changeLocalUserPassword<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.changeLocalUserPassword() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.changeLocalUserPassword
-
- ClientService.AsyncProcessor.checkClass<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.checkClass() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.checkClass
-
- ClientService.AsyncProcessor.checkNamespaceClass<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.checkNamespaceClass() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.checkNamespaceClass
-
- ClientService.AsyncProcessor.checkTableClass<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.checkTableClass() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.checkTableClass
-
- ClientService.AsyncProcessor.createLocalUser<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.createLocalUser() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.createLocalUser
-
- ClientService.AsyncProcessor.dropLocalUser<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.dropLocalUser() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.dropLocalUser
-
- ClientService.AsyncProcessor.getConfiguration<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.getConfiguration() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getConfiguration
-
- ClientService.AsyncProcessor.getDiskUsage<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.getDiskUsage() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getDiskUsage
-
- ClientService.AsyncProcessor.getInstanceId<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.getInstanceId() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getInstanceId
-
- ClientService.AsyncProcessor.getNamespaceConfiguration<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.getNamespaceConfiguration() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getNamespaceConfiguration
-
- ClientService.AsyncProcessor.getRootTabletLocation<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.getRootTabletLocation() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getRootTabletLocation
-
- ClientService.AsyncProcessor.getTableConfiguration<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.getTableConfiguration() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getTableConfiguration
-
- ClientService.AsyncProcessor.getUserAuthorizations<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.getUserAuthorizations() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getUserAuthorizations
-
- ClientService.AsyncProcessor.getZooKeepers<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.getZooKeepers() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getZooKeepers
-
- ClientService.AsyncProcessor.grantNamespacePermission<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.grantNamespacePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.grantNamespacePermission
-
- ClientService.AsyncProcessor.grantSystemPermission<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.grantSystemPermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.grantSystemPermission
-
- ClientService.AsyncProcessor.grantTablePermission<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.grantTablePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.grantTablePermission
-
- ClientService.AsyncProcessor.hasNamespacePermission<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.hasNamespacePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.hasNamespacePermission
-
- ClientService.AsyncProcessor.hasSystemPermission<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.hasSystemPermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.hasSystemPermission
-
- ClientService.AsyncProcessor.hasTablePermission<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.hasTablePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.hasTablePermission
-
- ClientService.AsyncProcessor.isActive<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.isActive() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.isActive
-
- ClientService.AsyncProcessor.listLocalUsers<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.listLocalUsers() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.listLocalUsers
-
- ClientService.AsyncProcessor.ping<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.ping() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.ping
-
- ClientService.AsyncProcessor.revokeNamespacePermission<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.revokeNamespacePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.revokeNamespacePermission
-
- ClientService.AsyncProcessor.revokeSystemPermission<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.revokeSystemPermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.revokeSystemPermission
-
- ClientService.AsyncProcessor.revokeTablePermission<I extends ClientService.AsyncIface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.AsyncProcessor.revokeTablePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.revokeTablePermission
-
- ClientService.authenticate_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.authenticate_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
- ClientService.authenticate_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
- ClientService.authenticate_args(ClientService.authenticate_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
Performs a deep copy on other.
- ClientService.authenticate_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.authenticate_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.authenticate_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
- ClientService.authenticate_result(boolean, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
- ClientService.authenticate_result(ClientService.authenticate_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
Performs a deep copy on other.
- ClientService.authenticate_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.authenticateUser_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.authenticateUser_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
- ClientService.authenticateUser_args(TInfo, TCredentials, TCredentials) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
- ClientService.authenticateUser_args(ClientService.authenticateUser_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
Performs a deep copy on other.
- ClientService.authenticateUser_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.authenticateUser_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.authenticateUser_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
- ClientService.authenticateUser_result(boolean, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
- ClientService.authenticateUser_result(ClientService.authenticateUser_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
Performs a deep copy on other.
- ClientService.authenticateUser_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.bulkImportFiles_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.bulkImportFiles_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
- ClientService.bulkImportFiles_args(TInfo, TCredentials, long, String, List<String>, String, boolean) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
- ClientService.bulkImportFiles_args(ClientService.bulkImportFiles_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
Performs a deep copy on other.
- ClientService.bulkImportFiles_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.bulkImportFiles_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.bulkImportFiles_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
- ClientService.bulkImportFiles_result(List<String>, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
- ClientService.bulkImportFiles_result(ClientService.bulkImportFiles_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
Performs a deep copy on other.
- ClientService.bulkImportFiles_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.changeAuthorizations_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.changeAuthorizations_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
- ClientService.changeAuthorizations_args(TInfo, TCredentials, String, List<ByteBuffer>) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
- ClientService.changeAuthorizations_args(ClientService.changeAuthorizations_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
Performs a deep copy on other.
- ClientService.changeAuthorizations_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.changeAuthorizations_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.changeAuthorizations_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
-
- ClientService.changeAuthorizations_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
-
- ClientService.changeAuthorizations_result(ClientService.changeAuthorizations_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
-
Performs a deep copy on other.
- ClientService.changeAuthorizations_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.changeLocalUserPassword_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.changeLocalUserPassword_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
- ClientService.changeLocalUserPassword_args(TInfo, TCredentials, String, ByteBuffer) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
- ClientService.changeLocalUserPassword_args(ClientService.changeLocalUserPassword_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
Performs a deep copy on other.
- ClientService.changeLocalUserPassword_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.changeLocalUserPassword_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.changeLocalUserPassword_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
-
- ClientService.changeLocalUserPassword_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
-
- ClientService.changeLocalUserPassword_result(ClientService.changeLocalUserPassword_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
-
Performs a deep copy on other.
- ClientService.changeLocalUserPassword_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.checkClass_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.checkClass_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
- ClientService.checkClass_args(TInfo, TCredentials, String, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
- ClientService.checkClass_args(ClientService.checkClass_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
Performs a deep copy on other.
- ClientService.checkClass_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.checkClass_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.checkClass_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
-
- ClientService.checkClass_result(boolean) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
-
- ClientService.checkClass_result(ClientService.checkClass_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
-
Performs a deep copy on other.
- ClientService.checkClass_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.checkNamespaceClass_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.checkNamespaceClass_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
- ClientService.checkNamespaceClass_args(TInfo, TCredentials, String, String, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
- ClientService.checkNamespaceClass_args(ClientService.checkNamespaceClass_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
Performs a deep copy on other.
- ClientService.checkNamespaceClass_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.checkNamespaceClass_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.checkNamespaceClass_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
- ClientService.checkNamespaceClass_result(boolean, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
- ClientService.checkNamespaceClass_result(ClientService.checkNamespaceClass_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
Performs a deep copy on other.
- ClientService.checkNamespaceClass_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.checkTableClass_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.checkTableClass_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
- ClientService.checkTableClass_args(TInfo, TCredentials, String, String, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
- ClientService.checkTableClass_args(ClientService.checkTableClass_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
Performs a deep copy on other.
- ClientService.checkTableClass_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.checkTableClass_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.checkTableClass_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
- ClientService.checkTableClass_result(boolean, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
- ClientService.checkTableClass_result(ClientService.checkTableClass_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
Performs a deep copy on other.
- ClientService.checkTableClass_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.Client - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Client(TProtocol) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
-
- ClientService.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
-
- ClientService.Client.Factory - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Client.Factory() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Client.Factory
-
- ClientService.createLocalUser_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.createLocalUser_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
- ClientService.createLocalUser_args(TInfo, TCredentials, String, ByteBuffer) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
- ClientService.createLocalUser_args(ClientService.createLocalUser_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
Performs a deep copy on other.
- ClientService.createLocalUser_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.createLocalUser_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.createLocalUser_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
-
- ClientService.createLocalUser_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
-
- ClientService.createLocalUser_result(ClientService.createLocalUser_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
-
Performs a deep copy on other.
- ClientService.createLocalUser_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.dropLocalUser_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.dropLocalUser_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
- ClientService.dropLocalUser_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
- ClientService.dropLocalUser_args(ClientService.dropLocalUser_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
Performs a deep copy on other.
- ClientService.dropLocalUser_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.dropLocalUser_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.dropLocalUser_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
-
- ClientService.dropLocalUser_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
-
- ClientService.dropLocalUser_result(ClientService.dropLocalUser_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
-
Performs a deep copy on other.
- ClientService.dropLocalUser_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getConfiguration_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getConfiguration_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
- ClientService.getConfiguration_args(TInfo, TCredentials, ConfigurationType) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
- ClientService.getConfiguration_args(ClientService.getConfiguration_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
Performs a deep copy on other.
- ClientService.getConfiguration_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getConfiguration_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getConfiguration_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
-
- ClientService.getConfiguration_result(Map<String, String>) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
-
- ClientService.getConfiguration_result(ClientService.getConfiguration_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
-
Performs a deep copy on other.
- ClientService.getConfiguration_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getDiskUsage_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getDiskUsage_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
- ClientService.getDiskUsage_args(Set<String>, TCredentials) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
- ClientService.getDiskUsage_args(ClientService.getDiskUsage_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
Performs a deep copy on other.
- ClientService.getDiskUsage_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getDiskUsage_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getDiskUsage_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
- ClientService.getDiskUsage_result(List<TDiskUsage>, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
- ClientService.getDiskUsage_result(ClientService.getDiskUsage_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
Performs a deep copy on other.
- ClientService.getDiskUsage_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getInstanceId_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getInstanceId_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
-
- ClientService.getInstanceId_args(ClientService.getInstanceId_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
-
Performs a deep copy on other.
- ClientService.getInstanceId_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getInstanceId_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getInstanceId_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
-
- ClientService.getInstanceId_result(String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
-
- ClientService.getInstanceId_result(ClientService.getInstanceId_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
-
Performs a deep copy on other.
- ClientService.getInstanceId_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getNamespaceConfiguration_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getNamespaceConfiguration_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
- ClientService.getNamespaceConfiguration_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
- ClientService.getNamespaceConfiguration_args(ClientService.getNamespaceConfiguration_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
Performs a deep copy on other.
- ClientService.getNamespaceConfiguration_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getNamespaceConfiguration_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getNamespaceConfiguration_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result
-
- ClientService.getNamespaceConfiguration_result(Map<String, String>, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result
-
- ClientService.getNamespaceConfiguration_result(ClientService.getNamespaceConfiguration_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result
-
Performs a deep copy on other.
- ClientService.getNamespaceConfiguration_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getRootTabletLocation_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getRootTabletLocation_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
-
- ClientService.getRootTabletLocation_args(ClientService.getRootTabletLocation_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
-
Performs a deep copy on other.
- ClientService.getRootTabletLocation_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getRootTabletLocation_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getRootTabletLocation_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
-
- ClientService.getRootTabletLocation_result(String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
-
- ClientService.getRootTabletLocation_result(ClientService.getRootTabletLocation_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
-
Performs a deep copy on other.
- ClientService.getRootTabletLocation_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getTableConfiguration_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getTableConfiguration_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
- ClientService.getTableConfiguration_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
- ClientService.getTableConfiguration_args(ClientService.getTableConfiguration_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
Performs a deep copy on other.
- ClientService.getTableConfiguration_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getTableConfiguration_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getTableConfiguration_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
-
- ClientService.getTableConfiguration_result(Map<String, String>, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
-
- ClientService.getTableConfiguration_result(ClientService.getTableConfiguration_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
-
Performs a deep copy on other.
- ClientService.getTableConfiguration_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getUserAuthorizations_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getUserAuthorizations_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
- ClientService.getUserAuthorizations_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
- ClientService.getUserAuthorizations_args(ClientService.getUserAuthorizations_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
Performs a deep copy on other.
- ClientService.getUserAuthorizations_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getUserAuthorizations_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getUserAuthorizations_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
-
- ClientService.getUserAuthorizations_result(List<ByteBuffer>, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
-
- ClientService.getUserAuthorizations_result(ClientService.getUserAuthorizations_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
-
Performs a deep copy on other.
- ClientService.getUserAuthorizations_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getZooKeepers_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getZooKeepers_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
-
- ClientService.getZooKeepers_args(ClientService.getZooKeepers_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
-
Performs a deep copy on other.
- ClientService.getZooKeepers_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.getZooKeepers_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.getZooKeepers_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
-
- ClientService.getZooKeepers_result(String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
-
- ClientService.getZooKeepers_result(ClientService.getZooKeepers_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
-
Performs a deep copy on other.
- ClientService.getZooKeepers_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.grantNamespacePermission_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.grantNamespacePermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
- ClientService.grantNamespacePermission_args(TInfo, TCredentials, String, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
- ClientService.grantNamespacePermission_args(ClientService.grantNamespacePermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
Performs a deep copy on other.
- ClientService.grantNamespacePermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.grantNamespacePermission_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.grantNamespacePermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result
-
- ClientService.grantNamespacePermission_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result
-
- ClientService.grantNamespacePermission_result(ClientService.grantNamespacePermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result
-
Performs a deep copy on other.
- ClientService.grantNamespacePermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.grantSystemPermission_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.grantSystemPermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
- ClientService.grantSystemPermission_args(TInfo, TCredentials, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
- ClientService.grantSystemPermission_args(ClientService.grantSystemPermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
Performs a deep copy on other.
- ClientService.grantSystemPermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.grantSystemPermission_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.grantSystemPermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
-
- ClientService.grantSystemPermission_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
-
- ClientService.grantSystemPermission_result(ClientService.grantSystemPermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
-
Performs a deep copy on other.
- ClientService.grantSystemPermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.grantTablePermission_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.grantTablePermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
- ClientService.grantTablePermission_args(TInfo, TCredentials, String, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
- ClientService.grantTablePermission_args(ClientService.grantTablePermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
Performs a deep copy on other.
- ClientService.grantTablePermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.grantTablePermission_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.grantTablePermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
-
- ClientService.grantTablePermission_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
-
- ClientService.grantTablePermission_result(ClientService.grantTablePermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
-
Performs a deep copy on other.
- ClientService.grantTablePermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.hasNamespacePermission_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.hasNamespacePermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
- ClientService.hasNamespacePermission_args(TInfo, TCredentials, String, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
- ClientService.hasNamespacePermission_args(ClientService.hasNamespacePermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
Performs a deep copy on other.
- ClientService.hasNamespacePermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.hasNamespacePermission_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.hasNamespacePermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
- ClientService.hasNamespacePermission_result(boolean, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
- ClientService.hasNamespacePermission_result(ClientService.hasNamespacePermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
Performs a deep copy on other.
- ClientService.hasNamespacePermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.hasSystemPermission_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.hasSystemPermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
- ClientService.hasSystemPermission_args(TInfo, TCredentials, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
- ClientService.hasSystemPermission_args(ClientService.hasSystemPermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
Performs a deep copy on other.
- ClientService.hasSystemPermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.hasSystemPermission_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.hasSystemPermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
- ClientService.hasSystemPermission_result(boolean, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
- ClientService.hasSystemPermission_result(ClientService.hasSystemPermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
Performs a deep copy on other.
- ClientService.hasSystemPermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.hasTablePermission_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.hasTablePermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
- ClientService.hasTablePermission_args(TInfo, TCredentials, String, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
- ClientService.hasTablePermission_args(ClientService.hasTablePermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
Performs a deep copy on other.
- ClientService.hasTablePermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.hasTablePermission_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.hasTablePermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
- ClientService.hasTablePermission_result(boolean, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
- ClientService.hasTablePermission_result(ClientService.hasTablePermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
Performs a deep copy on other.
- ClientService.hasTablePermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.Iface - Interface in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.isActive_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.isActive_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
-
- ClientService.isActive_args(TInfo, long) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
-
- ClientService.isActive_args(ClientService.isActive_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
-
Performs a deep copy on other.
- ClientService.isActive_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.isActive_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.isActive_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
-
- ClientService.isActive_result(boolean) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
-
- ClientService.isActive_result(ClientService.isActive_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
-
Performs a deep copy on other.
- ClientService.isActive_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.listLocalUsers_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.listLocalUsers_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
- ClientService.listLocalUsers_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
- ClientService.listLocalUsers_args(ClientService.listLocalUsers_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
Performs a deep copy on other.
- ClientService.listLocalUsers_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.listLocalUsers_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.listLocalUsers_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
-
- ClientService.listLocalUsers_result(Set<String>, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
-
- ClientService.listLocalUsers_result(ClientService.listLocalUsers_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
-
Performs a deep copy on other.
- ClientService.listLocalUsers_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.ping_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.ping_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
-
- ClientService.ping_args(TCredentials) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
-
- ClientService.ping_args(ClientService.ping_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
-
Performs a deep copy on other.
- ClientService.ping_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.ping_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.ping_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
-
- ClientService.ping_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
-
- ClientService.ping_result(ClientService.ping_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
-
Performs a deep copy on other.
- ClientService.ping_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.Processor<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor(I) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor
-
- ClientService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor
-
- ClientService.Processor.authenticate<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.authenticate() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticate
-
- ClientService.Processor.authenticateUser<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.authenticateUser() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticateUser
-
- ClientService.Processor.bulkImportFiles<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.bulkImportFiles() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.bulkImportFiles
-
- ClientService.Processor.changeAuthorizations<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.changeAuthorizations() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeAuthorizations
-
- ClientService.Processor.changeLocalUserPassword<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.changeLocalUserPassword() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeLocalUserPassword
-
- ClientService.Processor.checkClass<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.checkClass() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkClass
-
- ClientService.Processor.checkNamespaceClass<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.checkNamespaceClass() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkNamespaceClass
-
- ClientService.Processor.checkTableClass<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.checkTableClass() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkTableClass
-
- ClientService.Processor.createLocalUser<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.createLocalUser() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.createLocalUser
-
- ClientService.Processor.dropLocalUser<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.dropLocalUser() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.dropLocalUser
-
- ClientService.Processor.getConfiguration<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.getConfiguration() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getConfiguration
-
- ClientService.Processor.getDiskUsage<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.getDiskUsage() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getDiskUsage
-
- ClientService.Processor.getInstanceId<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.getInstanceId() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getInstanceId
-
- ClientService.Processor.getNamespaceConfiguration<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.getNamespaceConfiguration() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getNamespaceConfiguration
-
- ClientService.Processor.getRootTabletLocation<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.getRootTabletLocation() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getRootTabletLocation
-
- ClientService.Processor.getTableConfiguration<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.getTableConfiguration() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getTableConfiguration
-
- ClientService.Processor.getUserAuthorizations<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.getUserAuthorizations() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getUserAuthorizations
-
- ClientService.Processor.getZooKeepers<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.getZooKeepers() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getZooKeepers
-
- ClientService.Processor.grantNamespacePermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.grantNamespacePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantNamespacePermission
-
- ClientService.Processor.grantSystemPermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.grantSystemPermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantSystemPermission
-
- ClientService.Processor.grantTablePermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.grantTablePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantTablePermission
-
- ClientService.Processor.hasNamespacePermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.hasNamespacePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasNamespacePermission
-
- ClientService.Processor.hasSystemPermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.hasSystemPermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasSystemPermission
-
- ClientService.Processor.hasTablePermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.hasTablePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasTablePermission
-
- ClientService.Processor.isActive<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.isActive() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.isActive
-
- ClientService.Processor.listLocalUsers<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.listLocalUsers() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.listLocalUsers
-
- ClientService.Processor.ping<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.ping() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.ping
-
- ClientService.Processor.revokeNamespacePermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.revokeNamespacePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeNamespacePermission
-
- ClientService.Processor.revokeSystemPermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.revokeSystemPermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeSystemPermission
-
- ClientService.Processor.revokeTablePermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.Processor.revokeTablePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeTablePermission
-
- ClientService.revokeNamespacePermission_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.revokeNamespacePermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
- ClientService.revokeNamespacePermission_args(TInfo, TCredentials, String, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
- ClientService.revokeNamespacePermission_args(ClientService.revokeNamespacePermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
Performs a deep copy on other.
- ClientService.revokeNamespacePermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.revokeNamespacePermission_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.revokeNamespacePermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result
-
- ClientService.revokeNamespacePermission_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result
-
- ClientService.revokeNamespacePermission_result(ClientService.revokeNamespacePermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result
-
Performs a deep copy on other.
- ClientService.revokeNamespacePermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.revokeSystemPermission_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.revokeSystemPermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
- ClientService.revokeSystemPermission_args(TInfo, TCredentials, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
- ClientService.revokeSystemPermission_args(ClientService.revokeSystemPermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
Performs a deep copy on other.
- ClientService.revokeSystemPermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.revokeSystemPermission_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.revokeSystemPermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
-
- ClientService.revokeSystemPermission_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
-
- ClientService.revokeSystemPermission_result(ClientService.revokeSystemPermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
-
Performs a deep copy on other.
- ClientService.revokeSystemPermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.revokeTablePermission_args - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.revokeTablePermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
- ClientService.revokeTablePermission_args(TInfo, TCredentials, String, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
- ClientService.revokeTablePermission_args(ClientService.revokeTablePermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
Performs a deep copy on other.
- ClientService.revokeTablePermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientService.revokeTablePermission_result - Class in org.apache.accumulo.core.client.impl.thrift
-
- ClientService.revokeTablePermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
-
- ClientService.revokeTablePermission_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
-
- ClientService.revokeTablePermission_result(ClientService.revokeTablePermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
-
Performs a deep copy on other.
- ClientService.revokeTablePermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ClientSideIteratorScanner - Class in org.apache.accumulo.core.client
-
A scanner that instantiates iterators on the client side instead of on the tablet server.
- ClientSideIteratorScanner(Scanner) - Constructor for class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
Constructs a scanner that can execute client-side iterators.
- ClientSideIteratorScanner.ScannerTranslator - Class in org.apache.accumulo.core.client
-
A class that wraps a Scanner in a SortedKeyValueIterator so that other accumulo iterators can use it as a source.
- ClientSideIteratorScanner.ScannerTranslator(Scanner) - Constructor for class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
-
Constructs an accumulo iterator from a scanner.
- clip(Range) - Method in class org.apache.accumulo.core.data.Range
-
Creates a range which represents the intersection of this range and the passed in range.
- clip(Range, boolean) - Method in class org.apache.accumulo.core.data.Range
-
Same as other clip function except if gives the option to return null of the ranges do not overlap instead of throwing an exception.
- clone(String, String, boolean, Map<String, String>, Set<String>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clone a table from an existing table.
- clone(String, String, boolean, Map<String, String>, Set<String>) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
- clone() - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
-
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
-
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
-
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
- clone() - Method in class org.apache.accumulo.core.data.Key
-
- CLONE_EXCLUDE_PREFIX - Static variable in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
- CLONE_PREFIX - Static variable in class org.apache.accumulo.core.Constants
-
- CLONE_PREFIX_BYTES - Static variable in class org.apache.accumulo.core.Constants
-
- CloneTableCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- CloneTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CloneTableCommand
-
- close() - Method in interface org.apache.accumulo.core.client.BatchDeleter
-
Releases any resources.
- close() - Method in interface org.apache.accumulo.core.client.BatchScanner
-
Cleans up and finalizes the scanner
- close() - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Flush and release any resources.
- close() - Method in interface org.apache.accumulo.core.client.ConditionalWriter
-
release any resources (like threads pools) used by conditional writer
- close() - Method in class org.apache.accumulo.core.client.impl.BatchWriterImpl
-
- close(MasterClientService.Iface) - Static method in class org.apache.accumulo.core.client.impl.MasterClient
-
- close() - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
-
- close() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
-
- close(ClientService.Client) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
-
- close() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReader
-
- close() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
-
- close() - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
- close(Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
-
- close() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
- close(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
-
- close() - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
-
- close() - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
-
- close() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
- close() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Flush and release all resources.
- close() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Closes any underlying connections on the scanner
- close() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockReader
-
- close() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockWriter
-
- close() - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileReader
-
- close() - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileWriter
-
- close() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockWrite
-
- close() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
-
- close() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
-
- close() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
-
- close() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
-
- close() - Method in interface org.apache.accumulo.core.file.FileSKVIterator
-
- close() - Method in interface org.apache.accumulo.core.file.FileSKVWriter
-
- close() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
-
- close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader.BlockReader
-
Finishing reading the block.
- close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
-
Finishing reading the BCFile.
- close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer.BlockAppender
-
Signaling the end of write to the block.
- close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer
-
Close the BCFile Writer.
- close(DataOutput) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.BufferedWriter
-
- close(DataOutput) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Writer
-
- close() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
-
- close() - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
-
- close() - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
-
- close() - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
-
- close() - Method in class org.apache.accumulo.core.security.crypto.BlockedInputStream
-
- close() - Method in class org.apache.accumulo.core.security.crypto.BlockedOutputStream
-
- close() - Method in class org.apache.accumulo.core.security.crypto.DiscardCloseOutputStream
-
- close() - Method in class org.apache.accumulo.core.util.shell.Shell.PrintFile
-
- close() - Method in interface org.apache.accumulo.core.util.shell.Shell.PrintLine
-
- close() - Method in class org.apache.accumulo.core.util.shell.Shell.PrintShell
-
- closeConditionalUpdate(TInfo, long, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- closeConditionalUpdate(TInfo, long, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- closeConditionalUpdate(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- closeConditionalUpdate(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- closeDeepCopies() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
-
- closeDeepCopies() - Method in interface org.apache.accumulo.core.file.FileSKVIterator
-
- closeDeepCopies() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
-
- closeDeepCopies() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
-
- closeDeepCopies() - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
-
- closeDeepCopies() - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
-
- closeMultiScan(TInfo, long, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- closeMultiScan(TInfo, long, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- closeMultiScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- closeMultiScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- closeScan(TInfo, long, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- closeScan(TInfo, long, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- closeScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- closeScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- closeUpdate(TInfo, long, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- closeUpdate(TInfo, long, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- closeUpdate(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- closeUpdate(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- ClsCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- ClsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ClsCommand
-
- cmid - Variable in class org.apache.accumulo.core.data.thrift.TCMResult
-
- code - Variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
-
- COLF_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
-
- colFamily - Variable in class org.apache.accumulo.core.data.Key
-
- colFamily - Variable in class org.apache.accumulo.core.data.thrift.TKey
-
- colFamSet - Variable in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
-
- collect(Value) - Method in interface org.apache.accumulo.core.iterators.aggregation.Aggregator
-
Deprecated.
- collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.LongSummation
-
Deprecated.
- collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.NumArraySummation
-
Deprecated.
- collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.NumSummation
-
Deprecated.
- collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.StringMax
-
Deprecated.
- collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.StringMin
-
Deprecated.
- collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.StringSummation
-
Deprecated.
- COLQ_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
-
- colQualifier - Variable in class org.apache.accumulo.core.data.Key
-
- colQualifier - Variable in class org.apache.accumulo.core.data.thrift.TKey
-
- Column - Class in org.apache.accumulo.core.data
-
- Column() - Constructor for class org.apache.accumulo.core.data.Column
-
- Column(byte[], byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Column
-
- Column(TColumn) - Constructor for class org.apache.accumulo.core.data.Column
-
- ColumnAgeOffFilter - Class in org.apache.accumulo.core.iterators.user
-
A filter that ages off key/value pairs based on the Key's column and timestamp.
- ColumnAgeOffFilter() - Constructor for class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
-
- ColumnAgeOffFilter.TTLSet - Class in org.apache.accumulo.core.iterators.user
-
- ColumnAgeOffFilter.TTLSet(Map<String, String>) - Constructor for class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter.TTLSet
-
- columnFamilies - Variable in class org.apache.accumulo.core.iterators.system.LocalityGroupIterator.LocalityGroup
-
- columnFamily - Variable in class org.apache.accumulo.core.data.Column
-
- columnFamily - Variable in class org.apache.accumulo.core.data.thrift.TColumn
-
- ColumnFamilyCounter - Class in org.apache.accumulo.core.iterators
-
- ColumnFamilyCounter() - Constructor for class org.apache.accumulo.core.iterators.ColumnFamilyCounter
-
- ColumnFamilyFunctor - Class in org.apache.accumulo.core.file.keyfunctor
-
- ColumnFamilyFunctor() - Constructor for class org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
-
- ColumnFamilySkippingIterator - Class in org.apache.accumulo.core.iterators.system
-
- ColumnFamilySkippingIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
-
- ColumnFamilySkippingIterator(SortedKeyValueIterator<Key, Value>, Set<ByteSequence>, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
-
- ColumnFQ - Class in org.apache.accumulo.core.util
-
- ColumnFQ(Text, Text) - Constructor for class org.apache.accumulo.core.util.ColumnFQ
-
- ColumnFQ(Key) - Constructor for class org.apache.accumulo.core.util.ColumnFQ
-
- ColumnFQ(ColumnUpdate) - Constructor for class org.apache.accumulo.core.util.ColumnFQ
-
- columnQualifier - Variable in class org.apache.accumulo.core.data.Column
-
- columnQualifier - Variable in class org.apache.accumulo.core.data.thrift.TColumn
-
- ColumnQualifierFilter - Class in org.apache.accumulo.core.iterators.system
-
- ColumnQualifierFilter() - Constructor for class org.apache.accumulo.core.iterators.system.ColumnQualifierFilter
-
- ColumnQualifierFilter(SortedKeyValueIterator<Key, Value>, Set<Column>) - Constructor for class org.apache.accumulo.core.iterators.system.ColumnQualifierFilter
-
- ColumnQualifierFilter(SortedKeyValueIterator<Key, Value>, HashSet<ByteSequence>, HashMap<ByteSequence, HashSet<ByteSequence>>, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.ColumnQualifierFilter
-
- ColumnQualifierFunctor - Class in org.apache.accumulo.core.file.keyfunctor
-
- ColumnQualifierFunctor() - Constructor for class org.apache.accumulo.core.file.keyfunctor.ColumnQualifierFunctor
-
- columns - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
- columns - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
- columns - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
- COLUMNS_OPTION - Static variable in class org.apache.accumulo.core.iterators.Combiner
-
- ColumnSet - Class in org.apache.accumulo.core.iterators.conf
-
- ColumnSet() - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnSet
-
- ColumnSet(Collection<String>) - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnSet
-
- ColumnSliceFilter - Class in org.apache.accumulo.core.iterators.user
-
- ColumnSliceFilter() - Constructor for class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
-
- ColumnToClassMapping<K> - Class in org.apache.accumulo.core.iterators.conf
-
- ColumnToClassMapping() - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
-
- ColumnToClassMapping(Map<String, String>, Class<? extends K>) - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
-
- ColumnToClassMapping(Map<String, String>, Class<? extends K>, String) - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
-
- ColumnUpdate - Class in org.apache.accumulo.core.data
-
A single column and value pair within a mutation
- ColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[]) - Constructor for class org.apache.accumulo.core.data.ColumnUpdate
-
- ColumnUtil - Class in org.apache.accumulo.core.iterators.conf
-
- ColumnUtil() - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnUtil
-
- ColumnUtil.ColFamHashKey - Class in org.apache.accumulo.core.iterators.conf
-
- ColumnUtil.ColHashKey - Class in org.apache.accumulo.core.iterators.conf
-
- columnVisibility - Variable in class org.apache.accumulo.core.data.Column
-
- columnVisibility - Variable in class org.apache.accumulo.core.data.thrift.TColumn
-
- ColumnVisibility - Class in org.apache.accumulo.core.security
-
Validate the column visibility is a valid expression and set the visibility for a Mutation.
- ColumnVisibility() - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates an empty visibility.
- ColumnVisibility(String) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates a column visibility for a Mutation.
- ColumnVisibility(Text) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates a column visibility for a Mutation.
- ColumnVisibility(byte[]) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates a column visibility for a Mutation from a string already encoded in UTF-8 bytes.
- ColumnVisibility.Node - Class in org.apache.accumulo.core.security
-
A node in the parse tree for a visibility expression.
- ColumnVisibility.Node(ColumnVisibility.NodeType, int) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.Node
-
- ColumnVisibility.Node(int, int) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.Node
-
- ColumnVisibility.NodeComparator - Class in org.apache.accumulo.core.security
-
A node comparator.
- ColumnVisibility.NodeComparator(byte[]) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator
-
Creates a new comparator.
- ColumnVisibility.NodeType - Enum in org.apache.accumulo.core.security
-
The node types in a parse tree for a visibility expression.
- colVisibility - Variable in class org.apache.accumulo.core.data.Key
-
- colVisibility - Variable in class org.apache.accumulo.core.data.thrift.TKey
-
- Combiner - Class in org.apache.accumulo.core.iterators
-
A SortedKeyValueIterator that combines the Values for different versions (timestamp) of a Key within a row into a single Value.
- Combiner() - Constructor for class org.apache.accumulo.core.iterators.Combiner
-
- Combiner.ValueIterator - Class in org.apache.accumulo.core.iterators
-
A Java Iterator that iterates over the Values for a given Key from a source SortedKeyValueIterator.
- Combiner.ValueIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.Combiner.ValueIterator
-
Constructs an iterator over Values whose Keys are versions of the current topKey of the source SortedKeyValueIterator.
- commandFactory - Variable in class org.apache.accumulo.core.util.shell.Shell
-
- commandGrouping - Variable in class org.apache.accumulo.core.util.shell.Shell
-
- COMMENT_PREFIX - Static variable in class org.apache.accumulo.core.util.shell.Shell
-
- compact(String, Text, Text, boolean, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Starts a full major compaction of the tablets in the range (start, end].
- compact(String, Text, Text, List<IteratorSetting>, boolean, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Starts a full major compaction of the tablets in the range (start, end].
- compact(String, Text, Text, boolean, boolean) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
- compact(String, Text, Text, List<IteratorSetting>, boolean, boolean) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
- compact(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- compact(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- compact(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- compact(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- COMPACT_COLUMN - Static variable in class org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection.ServerColumnFamily
-
Holds compact IDs to enable waiting on a compaction to complete
- CompactCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- CompactCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CompactCommand
-
- Compacting - Class in org.apache.accumulo.core.master.thrift
-
- Compacting() - Constructor for class org.apache.accumulo.core.master.thrift.Compacting
-
- Compacting(int, int) - Constructor for class org.apache.accumulo.core.master.thrift.Compacting
-
- Compacting(Compacting) - Constructor for class org.apache.accumulo.core.master.thrift.Compacting
-
Performs a deep copy on other.
- Compacting._Fields - Enum in org.apache.accumulo.core.master.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- CompactionReason - Enum in org.apache.accumulo.core.tabletserver.thrift
-
- CompactionType - Enum in org.apache.accumulo.core.tabletserver.thrift
-
- ComparableBytes - Class in org.apache.accumulo.core.data
-
- ComparableBytes(byte[]) - Constructor for class org.apache.accumulo.core.data.ComparableBytes
-
- ComparablePair<A extends Comparable<A>,B extends Comparable<B>> - Class in org.apache.accumulo.core.util
-
- ComparablePair(A, B) - Constructor for class org.apache.accumulo.core.util.ComparablePair
-
- compare(byte[], int, int, byte[], int, int) - Method in class org.apache.accumulo.core.data.Value.Comparator
-
- compare(IterInfo, IterInfo) - Method in class org.apache.accumulo.core.iterators.IteratorUtil.IterInfoComparator
-
- compare(ColumnVisibility.Node, ColumnVisibility.Node) - Method in class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator
-
- compare(byte[], byte[]) - Method in class org.apache.accumulo.core.util.ByteArrayComparator
-
- compareBytes(ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.core.data.ByteSequence
-
- compareColumnFamily(Text) - Method in class org.apache.accumulo.core.data.Key
-
Efficiently compare the the column family of a key w/o allocating a text object and copying the column qualifier into it.
- compareColumnQualifier(Text) - Method in class org.apache.accumulo.core.data.Key
-
Efficiently compare the the column qualifier of a key w/o allocating a text object and copying the column qualifier into it.
- compareRow(Text) - Method in class org.apache.accumulo.core.data.Key
-
Efficiently compare the the row of a key w/o allocating a text object and copying the row into it.
- compareTo(TabletLocator.TabletLocation) - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
-
- compareTo(ClientService.authenticate_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
- compareTo(ClientService.authenticate_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
- compareTo(ClientService.authenticateUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
- compareTo(ClientService.authenticateUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
- compareTo(ClientService.bulkImportFiles_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
- compareTo(ClientService.bulkImportFiles_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
- compareTo(ClientService.changeAuthorizations_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
- compareTo(ClientService.changeAuthorizations_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
-
- compareTo(ClientService.changeLocalUserPassword_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
- compareTo(ClientService.changeLocalUserPassword_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
-
- compareTo(ClientService.checkClass_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
- compareTo(ClientService.checkClass_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
-
- compareTo(ClientService.checkNamespaceClass_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
- compareTo(ClientService.checkNamespaceClass_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
- compareTo(ClientService.checkTableClass_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
- compareTo(ClientService.checkTableClass_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
- compareTo(ClientService.createLocalUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
- compareTo(ClientService.createLocalUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
-
- compareTo(ClientService.dropLocalUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
- compareTo(ClientService.dropLocalUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
-
- compareTo(ClientService.getConfiguration_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
- compareTo(ClientService.getConfiguration_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
-
- compareTo(ClientService.getDiskUsage_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
- compareTo(ClientService.getDiskUsage_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
- compareTo(ClientService.getInstanceId_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
-
- compareTo(ClientService.getInstanceId_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
-
- compareTo(ClientService.getNamespaceConfiguration_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
- compareTo(ClientService.getNamespaceConfiguration_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result
-
- compareTo(ClientService.getRootTabletLocation_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
-
- compareTo(ClientService.getRootTabletLocation_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
-
- compareTo(ClientService.getTableConfiguration_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
- compareTo(ClientService.getTableConfiguration_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
-
- compareTo(ClientService.getUserAuthorizations_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
- compareTo(ClientService.getUserAuthorizations_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
-
- compareTo(ClientService.getZooKeepers_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
-
- compareTo(ClientService.getZooKeepers_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
-
- compareTo(ClientService.grantNamespacePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
- compareTo(ClientService.grantNamespacePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result
-
- compareTo(ClientService.grantSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
- compareTo(ClientService.grantSystemPermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
-
- compareTo(ClientService.grantTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
- compareTo(ClientService.grantTablePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
-
- compareTo(ClientService.hasNamespacePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
- compareTo(ClientService.hasNamespacePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
- compareTo(ClientService.hasSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
- compareTo(ClientService.hasSystemPermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
- compareTo(ClientService.hasTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
- compareTo(ClientService.hasTablePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
- compareTo(ClientService.isActive_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
-
- compareTo(ClientService.isActive_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
-
- compareTo(ClientService.listLocalUsers_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
- compareTo(ClientService.listLocalUsers_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
-
- compareTo(ClientService.ping_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
-
- compareTo(ClientService.ping_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
-
- compareTo(ClientService.revokeNamespacePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
- compareTo(ClientService.revokeNamespacePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result
-
- compareTo(ClientService.revokeSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
- compareTo(ClientService.revokeSystemPermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
-
- compareTo(ClientService.revokeTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
- compareTo(ClientService.revokeTablePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
-
- compareTo(TDiskUsage) - Method in class org.apache.accumulo.core.client.impl.thrift.TDiskUsage
-
- compareTo(ThriftSecurityException) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
-
- compareTo(ThriftTableOperationException) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
-
- compareTo(ThriftTest.fails_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
-
- compareTo(ThriftTest.fails_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
-
- compareTo(ThriftTest.success_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
-
- compareTo(ThriftTest.success_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
-
- compareTo(ThriftTest.throwsError_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
-
- compareTo(ThriftTest.throwsError_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
-
- compareTo(AuthenticationToken.TokenProperty) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
-
- compareTo(ByteSequence) - Method in class org.apache.accumulo.core.data.ByteSequence
-
- compareTo(Column) - Method in class org.apache.accumulo.core.data.Column
-
- compareTo(Key, PartialKey) - Method in class org.apache.accumulo.core.data.Key
-
- compareTo(Key) - Method in class org.apache.accumulo.core.data.Key
-
Compare all elements of a key.
- compareTo(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Compares extents based on rows
- compareTo(Range) - Method in class org.apache.accumulo.core.data.Range
-
Compares this range to another range.
- compareTo(InitialMultiScan) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
-
- compareTo(InitialScan) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
-
- compareTo(IterInfo) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
-
- compareTo(MapFileInfo) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
-
- compareTo(MultiScanResult) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
- compareTo(ScanResult) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
-
- compareTo(TCMResult) - Method in class org.apache.accumulo.core.data.thrift.TCMResult
-
- compareTo(TColumn) - Method in class org.apache.accumulo.core.data.thrift.TColumn
-
- compareTo(TCondition) - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
- compareTo(TConditionalMutation) - Method in class org.apache.accumulo.core.data.thrift.TConditionalMutation
-
- compareTo(TConditionalSession) - Method in class org.apache.accumulo.core.data.thrift.TConditionalSession
-
- compareTo(TConstraintViolationSummary) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
- compareTo(TKey) - Method in class org.apache.accumulo.core.data.thrift.TKey
-
- compareTo(TKeyExtent) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
-
- compareTo(TKeyValue) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
-
- compareTo(TMutation) - Method in class org.apache.accumulo.core.data.thrift.TMutation
-
- compareTo(TRange) - Method in class org.apache.accumulo.core.data.thrift.TRange
-
- compareTo(UpdateErrors) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
-
- compareTo(Object) - Method in class org.apache.accumulo.core.data.Value
-
Define the sort order of the BytesWritable.
- compareTo(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
Compares the bytes in this object to the specified byte array
- compareTo(CachedBlock) - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
-
- compareTo(Utils.Version) - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
-
Compare this version with another version.
- compareTo(BlockIndex.BlockIndexEntry) - Method in class org.apache.accumulo.core.file.rfile.BlockIndex.BlockIndexEntry
-
- compareTo(MultiLevelIndex.IndexEntry) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
-
- compareTo(GcCycleStats) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
- compareTo(GCMonitorService.getStatus_args) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
-
- compareTo(GCMonitorService.getStatus_result) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
-
- compareTo(GCStatus) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
-
- compareTo(OrIterator.TermSource) - Method in class org.apache.accumulo.core.iterators.OrIterator.TermSource
-
- compareTo(Compacting) - Method in class org.apache.accumulo.core.master.thrift.Compacting
-
- compareTo(DeadServer) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
-
- compareTo(FateService.beginFateOperation_args) - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
- compareTo(FateService.beginFateOperation_result) - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result
-
- compareTo(FateService.executeFateOperation_args) - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
- compareTo(FateService.executeFateOperation_result) - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result
-
- compareTo(FateService.finishFateOperation_args) - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
- compareTo(FateService.finishFateOperation_result) - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result
-
- compareTo(FateService.waitForFateOperation_args) - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
- compareTo(FateService.waitForFateOperation_result) - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
- compareTo(MasterClientService.getMasterStats_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
-
- compareTo(MasterClientService.getMasterStats_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
-
- compareTo(MasterClientService.initiateFlush_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
-
- compareTo(MasterClientService.initiateFlush_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
-
- compareTo(MasterClientService.removeNamespaceProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args
-
- compareTo(MasterClientService.removeNamespaceProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result
-
- compareTo(MasterClientService.removeSystemProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
-
- compareTo(MasterClientService.removeSystemProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
-
- compareTo(MasterClientService.removeTableProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
-
- compareTo(MasterClientService.removeTableProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
-
- compareTo(MasterClientService.reportSplitExtent_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
-
- compareTo(MasterClientService.reportTabletStatus_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
- compareTo(MasterClientService.setMasterGoalState_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
-
- compareTo(MasterClientService.setMasterGoalState_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
-
- compareTo(MasterClientService.setNamespaceProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
- compareTo(MasterClientService.setNamespaceProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result
-
- compareTo(MasterClientService.setSystemProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
- compareTo(MasterClientService.setSystemProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
-
- compareTo(MasterClientService.setTableProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
- compareTo(MasterClientService.setTableProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
-
- compareTo(MasterClientService.shutdown_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
-
- compareTo(MasterClientService.shutdown_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
-
- compareTo(MasterClientService.shutdownTabletServer_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
- compareTo(MasterClientService.shutdownTabletServer_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
-
- compareTo(MasterClientService.waitForFlush_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
- compareTo(MasterClientService.waitForFlush_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
-
- compareTo(MasterMonitorInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
- compareTo(RecoveryException) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
-
- compareTo(RecoveryStatus) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
-
- compareTo(TableInfo) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
- compareTo(TabletServerStatus) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
- compareTo(TabletSplit) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
-
- compareTo(TCredentials) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
-
- compareTo(ActionStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
- compareTo(ActiveCompaction) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
- compareTo(ActiveScan) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
- compareTo(ConstraintViolationException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
- compareTo(IteratorConfig) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
- compareTo(NoSuchScanIDException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
-
- compareTo(NotServingTabletException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
-
- compareTo(TabletClientService.applyUpdates_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
-
- compareTo(TabletClientService.bulkImport_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
- compareTo(TabletClientService.bulkImport_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
-
- compareTo(TabletClientService.chop_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
-
- compareTo(TabletClientService.closeConditionalUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args
-
- compareTo(TabletClientService.closeMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
-
- compareTo(TabletClientService.closeMultiScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
-
- compareTo(TabletClientService.closeScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
-
- compareTo(TabletClientService.closeUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
-
- compareTo(TabletClientService.closeUpdate_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
-
- compareTo(TabletClientService.compact_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
- compareTo(TabletClientService.conditionalUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args
-
- compareTo(TabletClientService.conditionalUpdate_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result
-
- compareTo(TabletClientService.continueMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
-
- compareTo(TabletClientService.continueMultiScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
-
- compareTo(TabletClientService.continueScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
-
- compareTo(TabletClientService.continueScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
-
- compareTo(TabletClientService.fastHalt_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
-
- compareTo(TabletClientService.flush_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
- compareTo(TabletClientService.flushTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
-
- compareTo(TabletClientService.getActiveCompactions_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
-
- compareTo(TabletClientService.getActiveCompactions_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
-
- compareTo(TabletClientService.getActiveScans_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
-
- compareTo(TabletClientService.getActiveScans_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
-
- compareTo(TabletClientService.getHistoricalStats_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
-
- compareTo(TabletClientService.getHistoricalStats_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
-
- compareTo(TabletClientService.getTabletServerStatus_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
-
- compareTo(TabletClientService.getTabletServerStatus_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
-
- compareTo(TabletClientService.getTabletStats_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
-
- compareTo(TabletClientService.getTabletStats_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
-
- compareTo(TabletClientService.halt_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
-
- compareTo(TabletClientService.halt_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
-
- compareTo(TabletClientService.invalidateConditionalUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args
-
- compareTo(TabletClientService.invalidateConditionalUpdate_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_result
-
- compareTo(TabletClientService.loadTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
-
- compareTo(TabletClientService.removeLogs_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
-
- compareTo(TabletClientService.splitTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
-
- compareTo(TabletClientService.splitTablet_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
-
- compareTo(TabletClientService.startConditionalUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args
-
- compareTo(TabletClientService.startConditionalUpdate_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result
-
- compareTo(TabletClientService.startMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
- compareTo(TabletClientService.startMultiScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
-
- compareTo(TabletClientService.startScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
- compareTo(TabletClientService.startScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
-
- compareTo(TabletClientService.startUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
-
- compareTo(TabletClientService.startUpdate_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
-
- compareTo(TabletClientService.unloadTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
- compareTo(TabletClientService.update_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
- compareTo(TabletClientService.update_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
-
- compareTo(TabletStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
- compareTo(TIteratorSetting) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
- compareTo(TooManyFilesException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
-
- compareTo(ColumnFQ) - Method in class org.apache.accumulo.core.util.ColumnFQ
-
- compareTo(ComparablePair<A, B>) - Method in class org.apache.accumulo.core.util.ComparablePair
-
- compareTo(ServerServices) - Method in class org.apache.accumulo.core.util.ServerServices
-
- compatibleWith(Utils.Version) - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
-
Test compatibility.
- complete(String, int, List) - Method in class org.apache.accumulo.core.util.shell.ShellCompletor
-
- compress(IteratorSetting[]) - Method in class org.apache.accumulo.core.client.impl.CompressedIterators
-
- compress(List<? extends KeyValue>) - Static method in class org.apache.accumulo.core.data.Key
-
Use this to compress a list of keys before sending them via thrift.
- CompressedIterators - Class in org.apache.accumulo.core.client.impl
-
- CompressedIterators() - Constructor for class org.apache.accumulo.core.client.impl.CompressedIterators
-
- CompressedIterators(List<String>) - Constructor for class org.apache.accumulo.core.client.impl.CompressedIterators
-
- CompressedIterators.IterConfig - Class in org.apache.accumulo.core.client.impl
-
- CompressedIterators.IterConfig() - Constructor for class org.apache.accumulo.core.client.impl.CompressedIterators.IterConfig
-
- Compression - Class in org.apache.accumulo.core.file.rfile.bcfile
-
Compression related stuff.
- Compression.Algorithm - Enum in org.apache.accumulo.core.file.rfile.bcfile
-
Compression algorithms.
- COMPRESSION_GZ - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.Compression
-
compression: gzip
- COMPRESSION_LZO - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.Compression
-
compression: lzo
- COMPRESSION_NONE - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.Compression
-
compression: none
- COMPRESSION_SNAPPY - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.Compression
-
snappy codec
- computeReseekRange(Range) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Possibly expand range
to include everything for the key prefix we are working with.
- concat(byte[]...) - Static method in class org.apache.accumulo.core.client.lexicoder.impl.ByteUtils
-
Concatenates byte arrays with 0x00 as a delimiter
- CONCURRENT_HASHMAP - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
-
Overhead for ConcurrentHashMap
- CONCURRENT_HASHMAP_ENTRY - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
-
Overhead for ConcurrentHashMap.Entry
- CONCURRENT_HASHMAP_SEGMENT - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
-
Overhead for ConcurrentHashMap.Segment
- CONCURRENT_SKIPLISTMAP - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
-
Overhead for ConcurrentSkipListMap
- CONCURRENT_SKIPLISTMAP_ENTRY - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
-
Overhead for ConcurrentSkipListMap Entry
- Condition - Class in org.apache.accumulo.core.data
-
Conditions that must be met on a particular column in a row.
- Condition(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Condition
-
- Condition(byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Condition
-
- Condition(Text, Text) - Constructor for class org.apache.accumulo.core.data.Condition
-
- Condition(ByteSequence, ByteSequence) - Constructor for class org.apache.accumulo.core.data.Condition
-
- ConditionalMutation - Class in org.apache.accumulo.core.data
-
A Mutation that contains a list of conditions that must all be met before the mutation is applied.
- ConditionalMutation(byte[], Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
-
- ConditionalMutation(byte[], int, int, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
-
- ConditionalMutation(Text, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
-
- ConditionalMutation(CharSequence, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
-
- ConditionalMutation(ByteSequence, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
-
- ConditionalMutation(ConditionalMutation) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
-
- conditionalUpdate(TInfo, long, Map<TKeyExtent, List<TConditionalMutation>>, List<String>, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- conditionalUpdate(TInfo, long, Map<TKeyExtent, List<TConditionalMutation>>, List<String>, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- conditionalUpdate(TInfo, long, Map<TKeyExtent, List<TConditionalMutation>>, List<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- conditionalUpdate(TInfo, long, Map<TKeyExtent, List<TConditionalMutation>>, List<String>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- ConditionalWriter - Interface in org.apache.accumulo.core.client
-
ConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on rows.
- ConditionalWriter.Result - Class in org.apache.accumulo.core.client
-
- ConditionalWriter.Result(ConditionalWriter.Status, ConditionalMutation, String) - Constructor for class org.apache.accumulo.core.client.ConditionalWriter.Result
-
- ConditionalWriter.Result(Exception, ConditionalMutation, String) - Constructor for class org.apache.accumulo.core.client.ConditionalWriter.Result
-
- ConditionalWriter.Status - Enum in org.apache.accumulo.core.client
-
- ConditionalWriterConfig - Class in org.apache.accumulo.core.client
-
- ConditionalWriterConfig() - Constructor for class org.apache.accumulo.core.client.ConditionalWriterConfig
-
- conditions - Variable in class org.apache.accumulo.core.data.thrift.TConditionalMutation
-
- conf - Static variable in enum org.apache.accumulo.core.file.rfile.bcfile.Compression.Algorithm
-
- CONF_LZO_CLASS - Static variable in enum org.apache.accumulo.core.file.rfile.bcfile.Compression.Algorithm
-
- CONF_SNAPPY_CLASS - Static variable in enum org.apache.accumulo.core.file.rfile.bcfile.Compression.Algorithm
-
- config(String...) - Method in class org.apache.accumulo.core.client.mock.MockShell
-
- config(String...) - Method in class org.apache.accumulo.core.util.shell.Shell
-
Configures the shell using the provided options.
- ConfigCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- ConfigCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ConfigCommand
-
- ConfigSanityCheck - Class in org.apache.accumulo.core.conf
-
A utility class for checking over configuration entries.
- ConfigSanityCheck() - Constructor for class org.apache.accumulo.core.conf.ConfigSanityCheck
-
- ConfigSanityCheck.SanityCheckException - Exception in org.apache.accumulo.core.conf
-
- ConfigSanityCheck.SanityCheckException(String) - Constructor for exception org.apache.accumulo.core.conf.ConfigSanityCheck.SanityCheckException
-
Creates a new exception with the given message.
- ConfigurationCopy - Class in org.apache.accumulo.core.conf
-
- ConfigurationCopy(Map<String, String>) - Constructor for class org.apache.accumulo.core.conf.ConfigurationCopy
-
- ConfigurationCopy(Iterable<Map.Entry<String, String>>) - Constructor for class org.apache.accumulo.core.conf.ConfigurationCopy
-
- ConfigurationCopy() - Constructor for class org.apache.accumulo.core.conf.ConfigurationCopy
-
- ConfigurationObserver - Interface in org.apache.accumulo.core.conf
-
- ConfigurationType - Enum in org.apache.accumulo.core.client.impl.thrift
-
- ConfiguratorBase - Class in org.apache.accumulo.core.client.mapreduce.lib.impl
-
- ConfiguratorBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
-
- ConfiguratorBase - Class in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- ConfiguratorBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.
- ConfiguratorBase.ConnectorInfo - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
-
- ConfiguratorBase.ConnectorInfo - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- ConfiguratorBase.GeneralOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
-
Configuration keys for general configuration options.
- ConfiguratorBase.GeneralOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- ConfiguratorBase.InstanceOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
-
- ConfiguratorBase.InstanceOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- ConfiguratorBase.TokenSource - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
-
- Connector - Class in org.apache.accumulo.core.client
-
Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit
administrative operations.
- Connector() - Constructor for class org.apache.accumulo.core.client.Connector
-
- ConnectorImpl - Class in org.apache.accumulo.core.client.impl
-
- ConnectorImpl(Instance, Credentials) - Constructor for class org.apache.accumulo.core.client.impl.ConnectorImpl
-
- Constants - Class in org.apache.accumulo.core
-
- Constants() - Constructor for class org.apache.accumulo.core.Constants
-
- constrainClass - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
-
- constrainClass - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
- Constraint - Interface in org.apache.accumulo.core.constraints
-
Accumulo uses Constraint objects to determine if mutations will be applied to a table.
- Constraint.Environment - Interface in org.apache.accumulo.core.constraints
-
- ConstraintCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- ConstraintCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ConstraintCommand
-
- ConstraintViolationException - Exception in org.apache.accumulo.core.tabletserver.thrift
-
- ConstraintViolationException() - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
- ConstraintViolationException(List<TConstraintViolationSummary>) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
- ConstraintViolationException(ConstraintViolationException) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
Performs a deep copy on other.
- ConstraintViolationException._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ConstraintViolationSummary - Class in org.apache.accumulo.core.data
-
- ConstraintViolationSummary(String, short, String, long) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
-
- ConstraintViolationSummary(TConstraintViolationSummary) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
-
- consume() - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
-
- consume() - Method in class org.apache.accumulo.core.iterators.SkippingIterator
-
- consume() - Method in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
-
- contains(ByteSequence) - Method in class org.apache.accumulo.core.data.KeyExtent
-
- contains(BinaryComparable) - Method in class org.apache.accumulo.core.data.KeyExtent
-
- contains(Key) - Method in class org.apache.accumulo.core.data.Range
-
- contains(Key) - Method in class org.apache.accumulo.core.iterators.conf.ColumnSet
-
- contains(ByteSequence) - Method in interface org.apache.accumulo.core.security.AuthorizationContainer
-
Checks whether this object contains the given authorization.
- contains(byte[]) - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks whether this object contains the given authorization.
- contains(ByteSequence) - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks whether this object contains the given authorization.
- contains(String) - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks whether this object contains the given authorization.
- contains(KT) - Method in class org.apache.accumulo.core.util.MapCounter
-
- containsCommand(String) - Method in class org.apache.accumulo.core.util.shell.Token
-
- containsKey(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- containsValue(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- continueMultiScan(TInfo, long, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- continueMultiScan(TInfo, long, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- continueMultiScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- continueMultiScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- continueScan(TInfo, long, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- continueScan(TInfo, long, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- continueScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- continueScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- convert(String) - Method in class org.apache.accumulo.core.cli.ClientOpts.AuthConverter
-
- convert(String) - Method in class org.apache.accumulo.core.cli.ClientOpts.MemoryConverter
-
- convert(String) - Method in class org.apache.accumulo.core.cli.ClientOpts.PasswordConverter
-
- convert(String) - Method in class org.apache.accumulo.core.cli.ClientOpts.TimeConverter
-
- convert(String) - Method in class org.apache.accumulo.core.cli.ClientOpts.VisibilityConverter
-
- convert(String) - Method in class org.apache.accumulo.core.util.shell.ShellOptionsJC.PasswordConverter
-
- convert(String) - Method in class org.apache.accumulo.core.util.shell.ShellOptionsJC.TokenConverter
-
- convertClientConfig(AccumuloConfiguration, Configuration) - Static method in class org.apache.accumulo.core.client.impl.ServerConfigurationUtil
-
- copy(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
- COPYONWRITE_ARRAYLIST - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
-
Overhead for CopyOnWriteArrayList
- COPYONWRITE_ARRAYSET - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
-
Overhead for CopyOnWriteArraySet
- copyPartialKey(Key, PartialKey) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Creates a copy of key
, copying only the parts of the key specified in part
.
- CORE_PACKAGE_NAME - Static variable in class org.apache.accumulo.core.Constants
-
- count - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
- CountingIterator - Class in org.apache.accumulo.core.iterators.system
-
- CountingIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.system.CountingIterator
-
- cq - Variable in class org.apache.accumulo.core.data.thrift.TCondition
-
- create(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Create an empty namespace with no initial configuration.
- create(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Create a table with no special configuration
- create(String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
- create(String, boolean, TimeType) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
- create(String) - Method in class org.apache.accumulo.core.client.impl.NamespaceOperationsImpl
-
- create(String) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
Create a table with no special configuration
- create(String, boolean) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
- create(String, boolean, TimeType) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
- create(HostAndPort, long) - Static method in class org.apache.accumulo.core.util.TTimeoutTransport
-
- create(SocketAddress, long) - Static method in class org.apache.accumulo.core.util.TTimeoutTransport
-
- create(T, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.volume.VolumeConfiguration
-
Create a Volume with the given FileSystem that writes to the default path
- create(T, String) - Static method in class org.apache.accumulo.core.volume.VolumeConfiguration
-
- create(String, Configuration) - Static method in class org.apache.accumulo.core.volume.VolumeConfiguration
-
- create(Path, Configuration) - Static method in class org.apache.accumulo.core.volume.VolumeConfiguration
-
- createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
- createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
- createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
-
Deprecated.
- createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
-
- createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a BatchScanner connected to Accumulo.
- createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
-
- createBatchScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
- createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
- createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a BatchWriter connected to Accumulo.
- createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
-
Deprecated.
- createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
-
- createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- createClient(TServiceClientFactory<T>, TTransport) - Static method in class org.apache.accumulo.core.util.ThriftUtil
-
- createClientTransport(HostAndPort, int, SslConnectionParams) - Static method in class org.apache.accumulo.core.util.ThriftUtil
-
- createCompressionStream(OutputStream, Compressor, int) - Method in enum org.apache.accumulo.core.file.rfile.bcfile.Compression.Algorithm
-
- createConditionalWriter(String, ConditionalWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a ConditionalWriter connected to Accumulo.
- createConditionalWriter(String, ConditionalWriterConfig) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
-
- createConditionalWriter(String, ConditionalWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- createDecompressionStream(InputStream, Decompressor, int) - Method in enum org.apache.accumulo.core.file.rfile.bcfile.Compression.Algorithm
-
- CreateEmpty - Class in org.apache.accumulo.core.file.rfile
-
Create an empty RFile for use in recovering from data loss where Accumulo still refers internally to a path.
- CreateEmpty() - Constructor for class org.apache.accumulo.core.file.rfile.CreateEmpty
-
- CreateEmpty.IsSupportedCompressionAlgorithm - Class in org.apache.accumulo.core.file.rfile
-
- CreateEmpty.IsSupportedCompressionAlgorithm() - Constructor for class org.apache.accumulo.core.file.rfile.CreateEmpty.IsSupportedCompressionAlgorithm
-
- CreateEmpty.NamedLikeRFile - Class in org.apache.accumulo.core.file.rfile
-
- CreateEmpty.NamedLikeRFile() - Constructor for class org.apache.accumulo.core.file.rfile.CreateEmpty.NamedLikeRFile
-
- createEntry(Configuration, String, char[]) - Static method in class org.apache.accumulo.core.conf.CredentialProviderFactoryShim
-
Create a CredentialEntry using the configured Providers.
- createEntryInProvider(Object, String, char[]) - Static method in class org.apache.accumulo.core.conf.CredentialProviderFactoryShim
-
Create a CredentialEntry with the give name and credential in the credentialProvider.
- createFilter(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
-
- createHeap(int) - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
-
- createInstanceFromPropertyName(AccumuloConfiguration, Property, Class<T>, T) - Static method in enum org.apache.accumulo.core.conf.Property
-
- createLocalUser(String, PasswordToken) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Create a user
- createLocalUser(String, PasswordToken) - Method in class org.apache.accumulo.core.client.impl.SecurityOperationsImpl
-
- createLocalUser(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
-
- createLocalUser(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
-
- createLocalUser(TInfo, TCredentials, String, ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
-
- createLocalUser(TInfo, TCredentials, String, ByteBuffer) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
-
- createMetadataScanner(Instance, Credentials, String, Range) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
Create an IsolatedScanner over the given table, fetching the columns necessary to determine when a table has transitioned to online or offline.
- createMetaStore(String) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
-
- createMetaStore(String) - Method in interface org.apache.accumulo.core.file.FileSKVWriter
-
- createMetaStore(String) - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
-
- createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
- createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a Multi-Table BatchWriter connected to Accumulo.
- createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
-
Deprecated.
- createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
-
- createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- createNamespace(String, String) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
- CreateNamespaceCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- CreateNamespaceCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CreateNamespaceCommand
-
- createParamsObjectFromAccumuloConfiguration(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.security.crypto.CryptoModuleFactory
-
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
-
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
-
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
-
- createScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a Scanner connected to Accumulo.
- createScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
-
- createScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- createTable(String, String, boolean, TimeType) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
- CreateTableCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- CreateTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
-
- createTableInstanceFromPropertyName(AccumuloConfiguration, Property, Class<T>, T) - Static method in enum org.apache.accumulo.core.conf.Property
-
- CreateToken - Class in org.apache.accumulo.core.util
-
- CreateToken() - Constructor for class org.apache.accumulo.core.util.CreateToken
-
- createTransport(HostAndPort, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.ThriftUtil
-
create a transport that is not pooled
- createUser(String, byte[], Authorizations) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
- createUser(String, byte[], Authorizations) - Method in class org.apache.accumulo.core.client.impl.SecurityOperationsImpl
-
Deprecated.
- CreateUserCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- CreateUserCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CreateUserCommand
-
- CREDENTIAL_PROVIDER_PATH - Static variable in class org.apache.accumulo.core.conf.CredentialProviderFactoryShim
-
- CREDENTIAL_PROVIDERS_PROPERTY - Static variable in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
-
- CredentialProviderFactoryShim - Class in org.apache.accumulo.core.conf
-
Shim around Hadoop: tries to use the CredentialProviderFactory provided by hadoop-common, falling back to a copy inside accumulo-core.
- CredentialProviderFactoryShim() - Constructor for class org.apache.accumulo.core.conf.CredentialProviderFactoryShim
-
- CredentialProviderToken - Class in org.apache.accumulo.core.client.security.tokens
-
- CredentialProviderToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
-
- CredentialProviderToken(String, String) - Constructor for class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
- credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
- credentials - Variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
- credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
- Credentials - Class in org.apache.accumulo.core.security
-
A wrapper for internal use.
- Credentials(String, AuthenticationToken) - Constructor for class org.apache.accumulo.core.security.Credentials
-
Creates a new credentials object.
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
- credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
- CryptoModule - Interface in org.apache.accumulo.core.security.crypto
-
Classes that obey this interface may be used to provide encrypting and decrypting streams to the rest of Accumulo.
- CryptoModuleFactory - Class in org.apache.accumulo.core.security.crypto
-
This factory module exists to assist other classes in loading crypto modules.
- CryptoModuleFactory() - Constructor for class org.apache.accumulo.core.security.crypto.CryptoModuleFactory
-
- CryptoModuleParameters - Class in org.apache.accumulo.core.security.crypto
-
This class defines several parameters needed by by a module providing cryptographic stream support in Accumulo.
- CryptoModuleParameters() - Constructor for class org.apache.accumulo.core.security.crypto.CryptoModuleParameters
-
- CT - Static variable in class org.apache.accumulo.core.client.impl.Translators
-
- current - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
-
- currentDocID - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
-
- currentK - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
The Key that should be returned to the client
- currentKey - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
- currentKey - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
The Key that is used to determine progress in the current InputSplit.
- currentLog - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
-
- currentPartition - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
-
- currentV - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
The Value that should be return to the client
- cv - Variable in class org.apache.accumulo.core.data.thrift.TCondition
-
- cve - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
-
- CVST - Static variable in class org.apache.accumulo.core.client.impl.Translators
-
- fail - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
- failedExtents - Variable in class org.apache.accumulo.core.data.thrift.UpdateErrors
-
- fails(AsyncMethodCallback) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient
-
- fails(AsyncMethodCallback) - Method in interface org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncIface
-
- fails() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
-
- fails() - Method in interface org.apache.accumulo.core.client.impl.thrift.ThriftTest.Iface
-
- failures - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
- families(Collection<Column>) - Static method in class org.apache.accumulo.core.util.LocalityGroupUtil
-
- FamilyIntersectingIterator - Class in org.apache.accumulo.core.iterators
-
- FamilyIntersectingIterator() - Constructor for class org.apache.accumulo.core.iterators.FamilyIntersectingIterator
-
Deprecated.
- FastFormat - Class in org.apache.accumulo.core.util
-
- FastFormat() - Constructor for class org.apache.accumulo.core.util.FastFormat
-
- fastHalt(TInfo, TCredentials, String, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- fastHalt(TInfo, TCredentials, String, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- fastHalt(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- fastHalt(TInfo, TCredentials, String) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- fastSkip(DataInput, Key, MutableByteSequence, Key, Key) - Static method in class org.apache.accumulo.core.file.rfile.RelativeKey
-
- FateCommand - Class in org.apache.accumulo.core.util.shell.commands
-
Manage FATE transactions
- FateCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.FateCommand
-
- FateOperation - Enum in org.apache.accumulo.core.master.thrift
-
- FateService - Class in org.apache.accumulo.core.master.thrift
-
- FateService() - Constructor for class org.apache.accumulo.core.master.thrift.FateService
-
- FateService.AsyncClient - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncClient
-
- FateService.AsyncClient.beginFateOperation_call - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncClient.beginFateOperation_call(TInfo, TCredentials, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncClient.beginFateOperation_call
-
- FateService.AsyncClient.executeFateOperation_call - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncClient.executeFateOperation_call(TInfo, TCredentials, long, FateOperation, List<ByteBuffer>, Map<String, String>, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncClient.executeFateOperation_call
-
- FateService.AsyncClient.Factory - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncClient.Factory
-
- FateService.AsyncClient.finishFateOperation_call - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncClient.finishFateOperation_call(TInfo, TCredentials, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncClient.finishFateOperation_call
-
- FateService.AsyncClient.waitForFateOperation_call - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncClient.waitForFateOperation_call(TInfo, TCredentials, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncClient.waitForFateOperation_call
-
- FateService.AsyncIface - Interface in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncProcessor<I extends FateService.AsyncIface> - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncProcessor(I) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncProcessor
-
- FateService.AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncProcessor
-
- FateService.AsyncProcessor.beginFateOperation<I extends FateService.AsyncIface> - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncProcessor.beginFateOperation() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncProcessor.beginFateOperation
-
- FateService.AsyncProcessor.executeFateOperation<I extends FateService.AsyncIface> - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncProcessor.executeFateOperation() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncProcessor.executeFateOperation
-
- FateService.AsyncProcessor.finishFateOperation<I extends FateService.AsyncIface> - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncProcessor.finishFateOperation() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncProcessor.finishFateOperation
-
- FateService.AsyncProcessor.waitForFateOperation<I extends FateService.AsyncIface> - Class in org.apache.accumulo.core.master.thrift
-
- FateService.AsyncProcessor.waitForFateOperation() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.AsyncProcessor.waitForFateOperation
-
- FateService.beginFateOperation_args - Class in org.apache.accumulo.core.master.thrift
-
- FateService.beginFateOperation_args() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
- FateService.beginFateOperation_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
- FateService.beginFateOperation_args(FateService.beginFateOperation_args) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
Performs a deep copy on other.
- FateService.beginFateOperation_args._Fields - Enum in org.apache.accumulo.core.master.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FateService.beginFateOperation_result - Class in org.apache.accumulo.core.master.thrift
-
- FateService.beginFateOperation_result() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result
-
- FateService.beginFateOperation_result(long, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result
-
- FateService.beginFateOperation_result(FateService.beginFateOperation_result) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result
-
Performs a deep copy on other.
- FateService.beginFateOperation_result._Fields - Enum in org.apache.accumulo.core.master.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FateService.Client - Class in org.apache.accumulo.core.master.thrift
-
- FateService.Client(TProtocol) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.Client
-
- FateService.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.Client
-
- FateService.Client.Factory - Class in org.apache.accumulo.core.master.thrift
-
- FateService.Client.Factory() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.Client.Factory
-
- FateService.executeFateOperation_args - Class in org.apache.accumulo.core.master.thrift
-
- FateService.executeFateOperation_args() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
- FateService.executeFateOperation_args(TInfo, TCredentials, long, FateOperation, List<ByteBuffer>, Map<String, String>, boolean) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
- FateService.executeFateOperation_args(FateService.executeFateOperation_args) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
Performs a deep copy on other.
- FateService.executeFateOperation_args._Fields - Enum in org.apache.accumulo.core.master.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FateService.executeFateOperation_result - Class in org.apache.accumulo.core.master.thrift
-
- FateService.executeFateOperation_result() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result
-
- FateService.executeFateOperation_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result
-
- FateService.executeFateOperation_result(FateService.executeFateOperation_result) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result
-
Performs a deep copy on other.
- FateService.executeFateOperation_result._Fields - Enum in org.apache.accumulo.core.master.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FateService.finishFateOperation_args - Class in org.apache.accumulo.core.master.thrift
-
- FateService.finishFateOperation_args() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
- FateService.finishFateOperation_args(TInfo, TCredentials, long) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
- FateService.finishFateOperation_args(FateService.finishFateOperation_args) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
Performs a deep copy on other.
- FateService.finishFateOperation_args._Fields - Enum in org.apache.accumulo.core.master.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FateService.finishFateOperation_result - Class in org.apache.accumulo.core.master.thrift
-
- FateService.finishFateOperation_result() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result
-
- FateService.finishFateOperation_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result
-
- FateService.finishFateOperation_result(FateService.finishFateOperation_result) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result
-
Performs a deep copy on other.
- FateService.finishFateOperation_result._Fields - Enum in org.apache.accumulo.core.master.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FateService.Iface - Interface in org.apache.accumulo.core.master.thrift
-
- FateService.Processor<I extends FateService.Iface> - Class in org.apache.accumulo.core.master.thrift
-
- FateService.Processor(I) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.Processor
-
- FateService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.Processor
-
- FateService.Processor.beginFateOperation<I extends FateService.Iface> - Class in org.apache.accumulo.core.master.thrift
-
- FateService.Processor.beginFateOperation() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.Processor.beginFateOperation
-
- FateService.Processor.executeFateOperation<I extends FateService.Iface> - Class in org.apache.accumulo.core.master.thrift
-
- FateService.Processor.executeFateOperation() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.Processor.executeFateOperation
-
- FateService.Processor.finishFateOperation<I extends FateService.Iface> - Class in org.apache.accumulo.core.master.thrift
-
- FateService.Processor.finishFateOperation() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.Processor.finishFateOperation
-
- FateService.Processor.waitForFateOperation<I extends FateService.Iface> - Class in org.apache.accumulo.core.master.thrift
-
- FateService.Processor.waitForFateOperation() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.Processor.waitForFateOperation
-
- FateService.waitForFateOperation_args - Class in org.apache.accumulo.core.master.thrift
-
- FateService.waitForFateOperation_args() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
- FateService.waitForFateOperation_args(TInfo, TCredentials, long) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
- FateService.waitForFateOperation_args(FateService.waitForFateOperation_args) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
Performs a deep copy on other.
- FateService.waitForFateOperation_args._Fields - Enum in org.apache.accumulo.core.master.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FateService.waitForFateOperation_result - Class in org.apache.accumulo.core.master.thrift
-
- FateService.waitForFateOperation_result() - Constructor for class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
- FateService.waitForFateOperation_result(String, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
- FateService.waitForFateOperation_result(FateService.waitForFateOperation_result) - Constructor for class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
Performs a deep copy on other.
- FateService.waitForFateOperation_result._Fields - Enum in org.apache.accumulo.core.master.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- fetch(ScannerBase) - Method in class org.apache.accumulo.core.util.ColumnFQ
-
- fetchColumn(Text, Text) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
-
- fetchColumn(Column) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
-
- fetchColumn(Text, Text) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Adds a column to the list of columns that will be fetched by this scanner.
- fetchColumnFamily(Text) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
-
Limit a scan to the specified column family.
- fetchColumnFamily(Text) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Adds a column family to the list of columns that will be fetched by this scanner.
- fetchColumns(JobConf, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Restricts the columns that will be mapped over for this job.
- fetchColumns(Job, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Restricts the columns that will be mapped over for this job for the default input table.
- fetchColumns(Collection<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Restricts the columns that will be mapped over for this job for the default input table.
- fetchColumns(Class<?>, Configuration, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
-
Restricts the columns that will be mapped over for the single input table on this job.
- fetchColumns(Class<?>, Configuration, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- fetchColumns(CommandLine, ScannerBase, ScanInterpreter) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
-
- fetchedColumns - Variable in class org.apache.accumulo.core.client.impl.ScannerOptions
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.TDiskUsage
-
- fieldForId(int) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
-
- fieldForId(int) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TCMResult
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TColumn
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TConditionalMutation
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TConditionalSession
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TKey
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TMutation
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TRange
-
- fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
-
- fieldForId(int) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
- fieldForId(int) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.Compacting
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
- fieldForId(int) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
- fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
-
- fieldForId(int) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
- fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
- fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
-
- fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
- fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
- fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
-
- file - Variable in class org.apache.accumulo.core.util.shell.commands.ScriptCommand
-
- filename - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
-
- filenames - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
-
- FileOperations - Class in org.apache.accumulo.core.file
-
- FileOperations() - Constructor for class org.apache.accumulo.core.file.FileOperations
-
- FileOutputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.impl
-
- FileOutputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator
-
- FileOutputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- FileOutputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
Deprecated.
- FileOutputConfigurator.Opts - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
-
- FileOutputConfigurator.Opts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- files - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
- files - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
- FileSKVIterator - Interface in org.apache.accumulo.core.file
-
- FileSKVWriter - Interface in org.apache.accumulo.core.file
-
- fillParamsObjectFromConfiguration(CryptoModuleParameters, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.security.crypto.CryptoModuleFactory
-
- fillParamsObjectFromStringMap(CryptoModuleParameters, Map<String, String>) - Static method in class org.apache.accumulo.core.security.crypto.CryptoModuleFactory
-
- Filter - Class in org.apache.accumulo.core.bloomfilter
-
Defines the general behavior of a filter.
- Filter() - Constructor for class org.apache.accumulo.core.bloomfilter.Filter
-
- Filter(int, int, int) - Constructor for class org.apache.accumulo.core.bloomfilter.Filter
-
Constructor.
- Filter - Class in org.apache.accumulo.core.iterators
-
A SortedKeyValueIterator that filters entries from its source iterator.
- Filter() - Constructor for class org.apache.accumulo.core.iterators.Filter
-
- filter(Text, List<Key>, List<Value>) - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
-
- filter(Text, List<Key>, List<Value>) - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
-
- FilteredConstants - Class in org.apache.accumulo.core
-
- FilteredConstants() - Constructor for class org.apache.accumulo.core.FilteredConstants
-
- filterInvalidLabelsOnly(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
-
- finalize() - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
-
Warning: do not rely upon finalize to close this class.
- finalize() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReader
-
Warning: do not rely upon finalize to close this class.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TDiskUsage._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TCMResult._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TCondition._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TConditionalMutation._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TConditionalSession._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TDiskUsage._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TCMResult._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TCondition._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TConditionalMutation._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TConditionalSession._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TDiskUsage._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TCMResult._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TCondition._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TConditionalMutation._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TConditionalSession._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByValue(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ConfigurationType
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.SecurityErrorCode
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperation
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperationExceptionType
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.data.thrift.TCMStatus
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.master.thrift.FateOperation
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterGoalState
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterState
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.master.thrift.TabletLoadState
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionReason
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionType
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanState
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanType
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findChildren(KeyExtent, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
- findContainingExtent(KeyExtent, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
- findIterator(IteratorUtil.IteratorScope, String, AccumuloConfiguration, Map<String, String>) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
-
- FindMax - Class in org.apache.accumulo.core.client.admin
-
- FindMax() - Constructor for class org.apache.accumulo.core.client.admin.FindMax
-
- findMax(Scanner, Text, boolean, Text, boolean) - Static method in class org.apache.accumulo.core.client.admin.FindMax
-
- findOverlapping(KeyExtent, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
- findOverlapping(KeyExtent, SortedMap<KeyExtent, ?>) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
- findTop() - Method in class org.apache.accumulo.core.iterators.Filter
-
Iterates over the source until an acceptable key/value pair is found.
- finished - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
- finishFateOperation(TInfo, TCredentials, long, AsyncMethodCallback) - Method in class org.apache.accumulo.core.master.thrift.FateService.AsyncClient
-
- finishFateOperation(TInfo, TCredentials, long, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.master.thrift.FateService.AsyncIface
-
- finishFateOperation(TInfo, TCredentials, long) - Method in class org.apache.accumulo.core.master.thrift.FateService.Client
-
- finishFateOperation(TInfo, TCredentials, long) - Method in interface org.apache.accumulo.core.master.thrift.FateService.Iface
-
- FirstEntryInRowIterator - Class in org.apache.accumulo.core.iterators
-
- FirstEntryInRowIterator() - Constructor for class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
-
- FirstEntryInRowIterator(FirstEntryInRowIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
-
- FIXED_LEN_ENCODER - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
-
- FIXED_LONG_ARRAY_ENCODER - Static variable in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
-
- FixedByteArrayOutputStream - Class in org.apache.accumulo.core.client.lexicoder.impl
-
- FixedByteArrayOutputStream(byte[]) - Constructor for class org.apache.accumulo.core.client.lexicoder.impl.FixedByteArrayOutputStream
-
- flatten() - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
Generates a byte[] that represents a normalized, but logically equivalent, form of this evaluator's expression.
- flush(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
- flush(String, Text, Text, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Flush a table's data that is currently in memory.
- flush() - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Send any buffered mutations to Accumulo immediately.
- flush() - Method in class org.apache.accumulo.core.client.impl.BatchWriterImpl
-
- flush() - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
-
- flush(String) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
- flush(String, Text, Text, boolean) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
Flush a table
- flush() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
-
- flush() - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
-
- flush() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
- flush() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Send mutations for all tables to accumulo.
- flush() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer.BlockAppender
-
- flush() - Method in class org.apache.accumulo.core.security.crypto.BlockedOutputStream
-
- flush() - Method in class org.apache.accumulo.core.security.crypto.NoFlushOutputStream
-
- flush(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- flush(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- flush(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- flush(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- FLUSH_COLUMN - Static variable in class org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection.ServerColumnFamily
-
Holds flush IDs to enable waiting on a flush to complete
- FlushCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- FlushCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.FlushCommand
-
- flushID - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
- flushTablet(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- flushTablet(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- flushTablet(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- flushTablet(TInfo, TCredentials, String, TKeyExtent) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- followingKey(PartialKey) - Method in class org.apache.accumulo.core.data.Key
-
Returns a key that will sort immediately after this key.
- followingPrefix(Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Text that sorts just after all Texts beginning with a prefix
- force - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
- force() - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
-
- forClient(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.SslConnectionParams
-
- forConfig(AccumuloConfiguration, boolean) - Static method in class org.apache.accumulo.core.util.SslConnectionParams
-
- format(long) - Static method in class org.apache.accumulo.core.util.Duration
-
- format(long, String) - Static method in class org.apache.accumulo.core.util.Duration
-
- format(long, String, String) - Static method in class org.apache.accumulo.core.util.Duration
-
- formatDate(Date) - Static method in class org.apache.accumulo.core.trace.TraceFormatter
-
- formatEntry(Map.Entry<Key, Value>, boolean) - Static method in class org.apache.accumulo.core.util.format.BinaryFormatter
-
- formatEntry(Map.Entry<Key, Value>, boolean) - Static method in class org.apache.accumulo.core.util.format.DefaultFormatter
-
- formatEntry(Map.Entry<Key, Value>, DateFormat) - Static method in class org.apache.accumulo.core.util.format.DefaultFormatter
-
- Formatter - Interface in org.apache.accumulo.core.util.format
-
- FormatterCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- FormatterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.FormatterCommand
-
- FormatterFactory - Class in org.apache.accumulo.core.util.format
-
- forServer(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.SslConnectionParams
-
- forTableId(Instance, Credentials, String) - Static method in class org.apache.accumulo.core.metadata.MetadataServicer
-
- forTableName(Instance, Credentials, String) - Static method in class org.apache.accumulo.core.metadata.MetadataServicer
-
- fromBytes(byte[]) - Method in class org.apache.accumulo.core.tabletserver.log.LogEntry
-
- fromEntry(Map.Entry<K, V>) - Static method in class org.apache.accumulo.core.util.Pair
-
- fromKeyValue(Key, Value) - Static method in class org.apache.accumulo.core.tabletserver.log.LogEntry
-
- fromStrings(Collection<String>) - Static method in class org.apache.accumulo.core.util.ByteArraySet
-
- fromStrings(String...) - Static method in class org.apache.accumulo.core.util.ByteArraySet
-
- fromThrift(TCredentials) - Static method in class org.apache.accumulo.core.security.Credentials
-
Converts a given thrift object to our internal Credentials representation.
- fs - Variable in class org.apache.accumulo.core.volume.VolumeImpl
-
- fullScans - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
- function - Variable in class org.apache.accumulo.core.util.shell.commands.ScriptCommand
-
- id - Variable in class org.apache.accumulo.core.data.thrift.TConditionalMutation
-
- ID - Static variable in class org.apache.accumulo.core.metadata.MetadataTable
-
- ID - Static variable in class org.apache.accumulo.core.metadata.RootTable
-
- idleTime - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
- importDirectory(String, String, String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Bulk import all the files in a directory into a table.
- importDirectory(String, String, String, boolean) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
- ImportDirectoryCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- ImportDirectoryCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ImportDirectoryCommand
-
- importTable(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Imports a table exported via exportTable and copied via hadoop distcp.
- importTable(String, String) - Method in class org.apache.accumulo.core.client.impl.TableOperationsImpl
-
- ImportTableCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- ImportTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ImportTableCommand
-
- in - Variable in class org.apache.accumulo.core.client.mock.MockShell
-
- includeTransformedKey(Key) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Determines whether or not to include transformedKey
in the output.
- inclusive - Variable in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
-
- increment(KT, long) - Method in class org.apache.accumulo.core.util.MapCounter
-
- indexCacheHits - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
- indexCacheRequest - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
- IndexedDocIterator - Class in org.apache.accumulo.core.iterators.user
-
This iterator facilitates document-partitioned indexing.
- IndexedDocIterator() - Constructor for class org.apache.accumulo.core.iterators.user.IndexedDocIterator
-
- infiniteStartKey - Variable in class org.apache.accumulo.core.data.thrift.TRange
-
- infiniteStopKey - Variable in class org.apache.accumulo.core.data.thrift.TRange
-
- InfoCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- InfoCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.InfoCommand
-
- ingestByteRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
-
- ingestRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
-
- ingestRate - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
-
- init(AuthenticationToken.Properties) - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
-
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
-
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
-
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
-
Deprecated.
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Combiner
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.DebugIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.DevNull
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Filter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.LongCombiner
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.OrIterator
-
- init(SortedKeyValueIterator<K, V>, Map<String, String>, IteratorEnvironment) - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
-
Initializes the iterator.
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.SortedMapIterator
-
- init(Set<Column>) - Method in class org.apache.accumulo.core.iterators.system.ColumnQualifierFilter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.CountingIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.DeletingIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.LocalityGroupIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.MultiIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
-
- init(SortedKeyValueIterator<K, V>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.SynchronizedIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.TimeSettingIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.GrepIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowFilter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.WrappingIterator
-
- initialize(InputSplit, JobConf) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Initialize a scanner over the given input split using this task attempt configuration.
- initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Initialize a scanner over the given input split using this task attempt configuration.
- initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.trace.TraceFormatter
-
- initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.util.format.DateStringFormatter
-
- initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.util.format.DefaultFormatter
-
- initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in interface org.apache.accumulo.core.util.format.Formatter
-
- initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.util.format.HexFormatter
-
- initialize(Iterator<E>) - Method in class org.apache.accumulo.core.util.PeekingIterator
-
- initializeCipher(CryptoModuleParameters) - Method in interface org.apache.accumulo.core.security.crypto.CryptoModule
-
- initializeCipher(CryptoModuleParameters) - Method in class org.apache.accumulo.core.security.crypto.DefaultCryptoModule
-
- InitialMultiScan - Class in org.apache.accumulo.core.data.thrift
-
- InitialMultiScan() - Constructor for class org.apache.accumulo.core.data.thrift.InitialMultiScan
-
- InitialMultiScan(long, MultiScanResult) - Constructor for class org.apache.accumulo.core.data.thrift.InitialMultiScan
-
- InitialMultiScan(InitialMultiScan) - Constructor for class org.apache.accumulo.core.data.thrift.InitialMultiScan
-
Performs a deep copy on other.
- InitialMultiScan._Fields - Enum in org.apache.accumulo.core.data.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- InitialScan - Class in org.apache.accumulo.core.data.thrift
-
- InitialScan() - Constructor for class org.apache.accumulo.core.data.thrift.InitialScan
-
- InitialScan(long, ScanResult) - Constructor for class org.apache.accumulo.core.data.thrift.InitialScan
-
- InitialScan(InitialScan) - Constructor for class org.apache.accumulo.core.data.thrift.InitialScan
-
Performs a deep copy on other.
- InitialScan._Fields - Enum in org.apache.accumulo.core.data.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- initiateFlush(TInfo, TCredentials, String, AsyncMethodCallback) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
-
- initiateFlush(TInfo, TCredentials, String, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
-
- initiateFlush(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
-
- initiateFlush(TInfo, TCredentials, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
-
- InputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.impl
-
- InputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
-
- InputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- InputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.
- InputConfigurator.Features - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
-
Configuration keys for various features.
- InputConfigurator.Features - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- InputConfigurator.ScanOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
-
- InputConfigurator.ScanOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- inputFiles - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
- InputFormatBase<K,V> - Class in org.apache.accumulo.core.client.mapred
-
This abstract InputFormat
class allows MapReduce jobs to use Accumulo as the source of K,V pairs.
- InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase
-
- InputFormatBase<K,V> - Class in org.apache.accumulo.core.client.mapreduce
-
This abstract InputFormat
class allows MapReduce jobs to use Accumulo as the source of K,V pairs.
- InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
- InputFormatBase.RangeInputSplit - Class in org.apache.accumulo.core.client.mapred
-
- InputFormatBase.RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
-
Deprecated.
- InputFormatBase.RangeInputSplit(InputFormatBase.RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
-
Deprecated.
- InputFormatBase.RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
-
Deprecated.
- InputFormatBase.RangeInputSplit(String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
-
Deprecated.
- InputFormatBase.RangeInputSplit - Class in org.apache.accumulo.core.client.mapreduce
-
- InputFormatBase.RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
-
Deprecated.
- InputFormatBase.RangeInputSplit(InputFormatBase.RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
-
Deprecated.
- InputFormatBase.RangeInputSplit(String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
-
Deprecated.
- InputFormatBase.RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
-
Deprecated.
- InputFormatBase.RecordReaderBase<K,V> - Class in org.apache.accumulo.core.client.mapred
-
- InputFormatBase.RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
- InputFormatBase.RecordReaderBase<K,V> - Class in org.apache.accumulo.core.client.mapreduce
-
- InputFormatBase.RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
- InputTableConfig - Class in org.apache.accumulo.core.client.mapreduce
-
This class to holds a batch scan configuration for a table.
- InputTableConfig() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
- InputTableConfig(DataInput) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Creates a batch scan config object out of a previously serialized batch scan config object.
- InsertCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- InsertCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.InsertCommand
-
- instance - Variable in class org.apache.accumulo.core.cli.ClientOpts
-
- Instance - Interface in org.apache.accumulo.core.client
-
This class represents the information a client needs to know to connect to an instance of accumulo.
- instance - Variable in class org.apache.accumulo.core.trace.InstanceUserPassword
-
- instance - Variable in class org.apache.accumulo.core.util.shell.Shell
-
- instanceId - Variable in class org.apache.accumulo.core.security.thrift.TCredentials
-
- InstanceOperations - Interface in org.apache.accumulo.core.client.admin
-
- instanceOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Retrieves an InstanceOperations object to modify instance configuration.
- instanceOperations() - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
-
- instanceOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- InstanceOperationsImpl - Class in org.apache.accumulo.core.client.admin
-
Deprecated.
since 1.6.0; not intended for public api and you should not use it.
- InstanceOperationsImpl(Instance, TCredentials) - Constructor for class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
-
Deprecated.
- InstanceOperationsImpl - Class in org.apache.accumulo.core.client.impl
-
Provides a class for administering the accumulo instance
- InstanceOperationsImpl(Instance, Credentials) - Constructor for class org.apache.accumulo.core.client.impl.InstanceOperationsImpl
-
- InstanceUserPassword - Class in org.apache.accumulo.core.trace
-
- InstanceUserPassword(Instance, String, String) - Constructor for class org.apache.accumulo.core.trace.InstanceUserPassword
-
- instantiateClassProperty(Property, Class<T>, T) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
-
- INTEGER - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
-
Overhead for an Integer
- IntegerLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for signed integers.
- IntegerLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder
-
- interfaceMatch - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
- interfaceMatch - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
- interfaceMatch - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
- interpretBeginRow(Text) - Method in class org.apache.accumulo.core.util.format.HexFormatter
-
- interpretBeginRow(Text) - Method in class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
-
- interpretBeginRow(Text) - Method in interface org.apache.accumulo.core.util.interpret.ScanInterpreter
-
- interpretColumnFamily(Text) - Method in class org.apache.accumulo.core.util.format.HexFormatter
-
- interpretColumnFamily(Text) - Method in class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
-
- interpretColumnFamily(Text) - Method in interface org.apache.accumulo.core.util.interpret.ScanInterpreter
-
- interpretColumnQualifier(Text) - Method in class org.apache.accumulo.core.util.format.HexFormatter
-
- interpretColumnQualifier(Text) - Method in class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
-
- interpretColumnQualifier(Text) - Method in interface org.apache.accumulo.core.util.interpret.ScanInterpreter
-
- interpretEndRow(Text) - Method in class org.apache.accumulo.core.util.format.HexFormatter
-
- interpretEndRow(Text) - Method in class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
-
- interpretEndRow(Text) - Method in interface org.apache.accumulo.core.util.interpret.ScanInterpreter
-
- InterpreterCommand - Class in org.apache.accumulo.core.util.shell.commands
-
- InterpreterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.InterpreterCommand
-
- interpretRow(Text) - Method in class org.apache.accumulo.core.util.format.HexFormatter
-
- interpretRow(Text) - Method in class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
-
- interpretRow(Text) - Method in interface org.apache.accumulo.core.util.interpret.ScanInterpreter
-
- InterruptibleIterator - Interface in org.apache.accumulo.core.iterators.system
-
- IntersectingIterator - Class in org.apache.accumulo.core.iterators
-
- IntersectingIterator() - Constructor for class org.apache.accumulo.core.iterators.IntersectingIterator
-
Deprecated.
- IntersectingIterator - Class in org.apache.accumulo.core.iterators.user
-
This iterator facilitates document-partitioned indexing.
- IntersectingIterator() - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator
-
- IntersectingIterator.TermSource - Class in org.apache.accumulo.core.iterators.user
-
- IntersectingIterator.TermSource(IntersectingIterator.TermSource) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
-
- IntersectingIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
-
- IntersectingIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text, boolean) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
-
- inUse - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
- invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
-
- invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
-
- invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
-
- invalidateCache() - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
-
- invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
-
- invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
-
- invalidateCache() - Method in class org.apache.accumulo.core.client.impl.TabletLocator
-
Invalidate entire cache
- invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
-
Invalidate all metadata entries that point to server
- invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
-
- invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
-
- invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
-
- invalidateCache() - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
-
- invalidateCache(String) - Method in interface org.apache.accumulo.core.client.impl.TabletLocatorImpl.TabletServerLockChecker
-
- invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
-
- invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
-
- invalidateCache() - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
-
- invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
-
- invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.ZookeeperLockChecker
-
- invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.mock.impl.MockTabletLocator
-
- invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.mock.impl.MockTabletLocator
-
- invalidateCache() - Method in class org.apache.accumulo.core.client.mock.impl.MockTabletLocator
-
- invalidateCache(String) - Method in class org.apache.accumulo.core.client.mock.impl.MockTabletLocator
-
- invalidateCache() - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
-
- invalidateConditionalUpdate(TInfo, long, AsyncMethodCallback) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
-
- invalidateConditionalUpdate(TInfo, long, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
-
- invalidateConditionalUpdate(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- invalidateConditionalUpdate(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
-
- invalidMessage(T) - Method in class org.apache.accumulo.core.util.ArgumentChecker.Validator
-
- isActive(TInfo, long, AsyncMethodCallback) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
-
- isActive(TInfo, long, AsyncMethodCallback) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
-
- isActive(TInfo, long) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
-
- isActive(TInfo, long) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
-
- isAdvertiseViaMulticastDNS() - Method in class org.apache.accumulo.core.util.AsyncSocketAppender
-
- isAuthTimeoutDisabled() - Method in class org.apache.accumulo.core.util.shell.ShellOptionsJC
-
- isAutoClean() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
- isBackedByArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
-
- isBackedByArray() - Method in class org.apache.accumulo.core.data.ByteSequence
-
- isClassProperty(String) - Static method in enum org.apache.accumulo.core.conf.Property
-
- isClientAuth() - Method in class org.apache.accumulo.core.util.SslConnectionParams
-
- isClosed() - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
-
- isClosed() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
- isClosed() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Returns true if this batch writer has been closed.
- isConnectorInfoSet(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Determines if the connector has been configured.
- isConnectorInfoSet(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Determines if the connector has been configured.
- isConnectorInfoSet(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Determines if the connector has been configured.
- isConnectorInfoSet(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Determines if the connector has been configured.
- isConnectorInfoSet(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
-
Determines if the connector info has already been set for this instance.
- isConnectorInfoSet(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- isCurrent() - Method in interface org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.DataSource
-
- isDebugEnabled() - Method in class org.apache.accumulo.core.util.shell.ShellOptionsJC
-
- isDebuggingEnabled() - Static method in class org.apache.accumulo.core.util.shell.Shell
-
- isDefaultLocalityGroup - Variable in class org.apache.accumulo.core.iterators.system.LocalityGroupIterator.LocalityGroup
-
- isDeleted() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
- isDeleted() - Method in class org.apache.accumulo.core.data.Key
-
- isDeprecated() - Method in enum org.apache.accumulo.core.conf.Property
-
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
-
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
- isDoTimestamps() - Method in class org.apache.accumulo.core.util.format.DefaultFormatter
-
- isEmpty() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- isEmpty() - Method in class org.apache.accumulo.core.constraints.Violations
-
- isEmpty() - Method in class org.apache.accumulo.core.iterators.conf.ColumnSet
-
- isEmpty() - Method in class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
-
- isEmpty() - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks if this collection of authorizations is empty.
- isEmpty() - Method in class org.apache.accumulo.core.util.BinaryTree
-
- isEndKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
-
- isExperimental() - Method in enum org.apache.accumulo.core.conf.Property
-
- isFake() - Method in class org.apache.accumulo.core.util.shell.ShellOptionsJC
-
- isFixedZooPropertyKey(Property) - Static method in enum org.apache.accumulo.core.conf.Property
-
- isForce() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
- isFullMajorCompaction() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
- isHadoopCredentialProviderAvailable() - Static method in class org.apache.accumulo.core.conf.CredentialProviderFactoryShim
-
Determine if we can load the necessary CredentialProvider classes.
- isHasTimestamp() - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
- isHdfsZooInstance() - Method in class org.apache.accumulo.core.util.shell.ShellOptionsJC
-
- isHelpEnabled() - Method in class org.apache.accumulo.core.util.shell.ShellOptionsJC
-
- isIndexable() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockReader
-
An indexable block supports seeking, getting a position, and associating an arbitrary index with the block
- isIndexable() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead
-
- isIndexable() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.CachedBlockRead
-
- isInfiniteStartKey() - Method in class org.apache.accumulo.core.data.Range
-
- isInfiniteStartKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
- isInfiniteStopKey() - Method in class org.apache.accumulo.core.data.Range
-
- isInfiniteStopKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
- isIsolated(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Determines whether a configuration has isolation enabled.
- isIsolated(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Determines whether a configuration has isolation enabled.
- isIsolated(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
-
Determines whether a configuration has isolation enabled.
- isIsolated(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- isIsolated() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
- isIsolatedScan() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- isKeyStoreSet() - Method in class org.apache.accumulo.core.util.SslConnectionParams
-
- isLockHeld(String, String) - Method in interface org.apache.accumulo.core.client.impl.TabletLocatorImpl.TabletServerLockChecker
-
- isLockHeld(String, String) - Method in class org.apache.accumulo.core.client.impl.ZookeeperLockChecker
-
- isMasking() - Method in class org.apache.accumulo.core.util.shell.Shell
-
- isMeta() - Method in class org.apache.accumulo.core.data.KeyExtent
-
- isMockInstance() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- isMore() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
- isMore() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
-
- isOffline() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- isOfflineScan(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Determines whether a configuration has the offline table scan feature enabled.
- isOfflineScan(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Determines whether a configuration has the offline table scan feature enabled.
- isOfflineScan() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Determines whether a configuration has the offline table scan feature enabled.
- isOfflineScan(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
-
Determines whether a configuration has the offline table scan feature enabled.
- isOfflineScan(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- isolated - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
- IsolatedScanner - Class in org.apache.accumulo.core.client
-
A scanner that presents a row isolated view of an accumulo table.
- IsolatedScanner(Scanner) - Constructor for class org.apache.accumulo.core.client.IsolatedScanner
-
- IsolatedScanner(Scanner, IsolatedScanner.RowBufferFactory) - Constructor for class org.apache.accumulo.core.client.IsolatedScanner
-
- IsolatedScanner.MemoryRowBuffer - Class in org.apache.accumulo.core.client
-
- IsolatedScanner.MemoryRowBuffer() - Constructor for class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
-
- IsolatedScanner.MemoryRowBufferFactory - Class in org.apache.accumulo.core.client
-
- IsolatedScanner.MemoryRowBufferFactory() - Constructor for class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory
-
- IsolationException - Exception in org.apache.accumulo.core.client.impl
-
- IsolationException() - Constructor for exception org.apache.accumulo.core.client.impl.IsolationException
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.authenticate
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.authenticateUser
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.bulkImportFiles
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.changeAuthorizations
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.changeLocalUserPassword
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.checkClass
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.checkNamespaceClass
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.checkTableClass
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.createLocalUser
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.dropLocalUser
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getConfiguration
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getDiskUsage
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getInstanceId
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getNamespaceConfiguration
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getRootTabletLocation
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getTableConfiguration
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getUserAuthorizations
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.getZooKeepers
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.grantNamespacePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.grantSystemPermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.grantTablePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.hasNamespacePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.hasSystemPermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.hasTablePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.isActive
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.listLocalUsers
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.ping
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.revokeNamespacePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.revokeSystemPermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor.revokeTablePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticate
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticateUser
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.bulkImportFiles
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeAuthorizations
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeLocalUserPassword
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkClass
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkNamespaceClass
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkTableClass
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.createLocalUser
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.dropLocalUser
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getConfiguration
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getDiskUsage
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getInstanceId
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getNamespaceConfiguration
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getRootTabletLocation
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getTableConfiguration
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getUserAuthorizations
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getZooKeepers
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantNamespacePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantSystemPermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantTablePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasNamespacePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasSystemPermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasTablePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.isActive
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.listLocalUsers
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.ping
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeNamespacePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeSystemPermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeTablePermission
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncProcessor.fails
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncProcessor.success
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncProcessor.throwsError
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.fails
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.success
-
- isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.throwsError
-
- isOneway() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncProcessor.getStatus
-
- isOneway() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor.getStatus
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.FateService.AsyncProcessor.beginFateOperation
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.FateService.AsyncProcessor.executeFateOperation
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.FateService.AsyncProcessor.finishFateOperation
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.FateService.AsyncProcessor.waitForFateOperation
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.FateService.Processor.beginFateOperation
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.FateService.Processor.executeFateOperation
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.FateService.Processor.finishFateOperation
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.FateService.Processor.waitForFateOperation
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.getMasterStats
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.initiateFlush
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.removeNamespaceProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.removeSystemProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.removeTableProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.reportSplitExtent
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.reportTabletStatus
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.setMasterGoalState
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.setNamespaceProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.setSystemProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.setTableProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.shutdown
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.shutdownTabletServer
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessor.waitForFlush
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.getMasterStats
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.initiateFlush
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeNamespaceProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeSystemProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeTableProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.reportSplitExtent
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.reportTabletStatus
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setMasterGoalState
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setNamespaceProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setSystemProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setTableProperty
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.shutdown
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.shutdownTabletServer
-
- isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.waitForFlush
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.applyUpdates
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.bulkImport
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.chop
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.closeConditionalUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.closeMultiScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.closeScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.closeUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.compact
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.conditionalUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.continueMultiScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.continueScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.fastHalt
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.flush
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.flushTablet
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.getActiveCompactions
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.getActiveScans
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.getHistoricalStats
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.getTabletServerStatus
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.getTabletStats
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.halt
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.invalidateConditionalUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.loadTablet
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.removeLogs
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.splitTablet
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.startConditionalUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.startMultiScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.startScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.startUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.unloadTablet
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.update
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.applyUpdates
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.bulkImport
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.chop
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeConditionalUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeMultiScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.compact
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.conditionalUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.continueMultiScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.continueScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.fastHalt
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.flush
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.flushTablet
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getActiveCompactions
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getActiveScans
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getHistoricalStats
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getTabletServerStatus
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getTabletStats
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.halt
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.invalidateConditionalUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.loadTablet
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.removeLogs
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.splitTablet
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startConditionalUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startMultiScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startScan
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startUpdate
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.unloadTablet
-
- isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.update
-
- isPartNextKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
- isPreviousExtent(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
-
- isRootTablet() - Method in class org.apache.accumulo.core.data.KeyExtent
-
- isSave() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
- isSensitive() - Method in enum org.apache.accumulo.core.conf.Property
-
- isSensitive(String) - Static method in enum org.apache.accumulo.core.conf.Property
-
- isSet(ClientService.authenticate_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.authenticate_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.authenticateUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.authenticateUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.bulkImportFiles_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.bulkImportFiles_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.changeAuthorizations_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.changeAuthorizations_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.changeLocalUserPassword_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.changeLocalUserPassword_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.checkClass_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.checkClass_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.checkNamespaceClass_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.checkNamespaceClass_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.checkTableClass_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.checkTableClass_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.createLocalUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.createLocalUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.dropLocalUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.dropLocalUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getConfiguration_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getConfiguration_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getDiskUsage_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getDiskUsage_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getInstanceId_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getInstanceId_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getNamespaceConfiguration_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getNamespaceConfiguration_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getRootTabletLocation_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getRootTabletLocation_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getTableConfiguration_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getTableConfiguration_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getUserAuthorizations_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getUserAuthorizations_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getZooKeepers_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.getZooKeepers_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.grantNamespacePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.grantNamespacePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.grantSystemPermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.grantSystemPermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.grantTablePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.grantTablePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.hasNamespacePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.hasNamespacePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.hasSystemPermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.hasSystemPermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.hasTablePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.hasTablePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.isActive_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.isActive_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.listLocalUsers_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.listLocalUsers_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.ping_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.ping_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.revokeNamespacePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.revokeNamespacePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.revokeSystemPermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.revokeSystemPermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.revokeTablePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ClientService.revokeTablePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TDiskUsage._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.TDiskUsage
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ThriftSecurityException._Fields) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ThriftTableOperationException._Fields) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ThriftTest.fails_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ThriftTest.fails_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ThriftTest.success_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ThriftTest.success_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ThriftTest.throwsError_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ThriftTest.throwsError_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(InitialMultiScan._Fields) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(InitialScan._Fields) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(IterInfo._Fields) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MapFileInfo._Fields) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MultiScanResult._Fields) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ScanResult._Fields) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TCMResult._Fields) - Method in class org.apache.accumulo.core.data.thrift.TCMResult
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TColumn._Fields) - Method in class org.apache.accumulo.core.data.thrift.TColumn
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TCondition._Fields) - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TConditionalMutation._Fields) - Method in class org.apache.accumulo.core.data.thrift.TConditionalMutation
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TConditionalSession._Fields) - Method in class org.apache.accumulo.core.data.thrift.TConditionalSession
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TConstraintViolationSummary._Fields) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TKey._Fields) - Method in class org.apache.accumulo.core.data.thrift.TKey
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TKeyExtent._Fields) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TKeyValue._Fields) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TMutation._Fields) - Method in class org.apache.accumulo.core.data.thrift.TMutation
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TRange._Fields) - Method in class org.apache.accumulo.core.data.thrift.TRange
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(UpdateErrors._Fields) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(GcCycleStats._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(GCMonitorService.getStatus_args._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(GCMonitorService.getStatus_result._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(GCStatus._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(Compacting._Fields) - Method in class org.apache.accumulo.core.master.thrift.Compacting
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(DeadServer._Fields) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FateService.beginFateOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FateService.beginFateOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FateService.executeFateOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FateService.executeFateOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FateService.finishFateOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FateService.finishFateOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FateService.waitForFateOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FateService.waitForFateOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.getMasterStats_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.getMasterStats_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.initiateFlush_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.initiateFlush_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.removeNamespaceProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.removeNamespaceProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.removeSystemProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.removeSystemProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.removeTableProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.removeTableProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.reportSplitExtent_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.reportTabletStatus_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.setMasterGoalState_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.setMasterGoalState_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.setNamespaceProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.setNamespaceProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.setSystemProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.setSystemProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.setTableProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.setTableProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.shutdown_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.shutdown_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.shutdownTabletServer_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.shutdownTabletServer_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.waitForFlush_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterClientService.waitForFlush_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MasterMonitorInfo._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(RecoveryException._Fields) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(RecoveryStatus._Fields) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TableInfo._Fields) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletServerStatus._Fields) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletSplit._Fields) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TCredentials._Fields) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ActionStats._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ActiveCompaction._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ActiveScan._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ConstraintViolationException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(IteratorConfig._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(NoSuchScanIDException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(NotServingTabletException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.applyUpdates_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.bulkImport_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.bulkImport_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.chop_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.closeConditionalUpdate_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.closeMultiScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.closeMultiScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.closeScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.closeUpdate_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.closeUpdate_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.compact_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.conditionalUpdate_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.conditionalUpdate_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.continueMultiScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.continueMultiScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.continueScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.continueScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.fastHalt_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.flush_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.flushTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.getActiveCompactions_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.getActiveCompactions_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.getActiveScans_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.getActiveScans_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.getHistoricalStats_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.getHistoricalStats_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.getTabletServerStatus_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.getTabletServerStatus_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.getTabletStats_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.getTabletStats_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.halt_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.halt_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.invalidateConditionalUpdate_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.invalidateConditionalUpdate_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.loadTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.removeLogs_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.splitTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.splitTablet_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.startConditionalUpdate_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.startConditionalUpdate_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.startMultiScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.startMultiScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.startScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.startScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.startUpdate_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.startUpdate_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.unloadTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.update_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletClientService.update_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TabletStats._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TIteratorSetting._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TooManyFilesException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSetAfterPart(Key, PartialKey) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Indicates whether or not any part of key
excluding part
is set.
- isSetAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field age is set (has been assigned a value) and false otherwise
- isSetAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field age is set (has been assigned a value) and false otherwise
- isSetArguments() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
Returns true if field arguments is set (has been assigned a value) and false otherwise
- isSetAuthorizationFailures() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
-
Returns true if field authorizationFailures is set (has been assigned a value) and false otherwise
- isSetAuthorizations() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
Returns true if field authorizations is set (has been assigned a value) and false otherwise
- isSetAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field authorizations is set (has been assigned a value) and false otherwise
- isSetAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args
-
Returns true if field authorizations is set (has been assigned a value) and false otherwise
- isSetAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
Returns true if field authorizations is set (has been assigned a value) and false otherwise
- isSetAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field authorizations is set (has been assigned a value) and false otherwise
- isSetAutoClean() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
Returns true if field autoClean is set (has been assigned a value) and false otherwise
- isSetBadTServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
Returns true if field badTServers is set (has been assigned a value) and false otherwise
- isSetBatch() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
Returns true if field batch is set (has been assigned a value) and false otherwise
- isSetBatchSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field batchSize is set (has been assigned a value) and false otherwise
- isSetCandidates() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
Returns true if field candidates is set (has been assigned a value) and false otherwise
- isSetCf() - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
Returns true if field cf is set (has been assigned a value) and false otherwise
- isSetClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
Returns true if field className is set (has been assigned a value) and false otherwise
- isSetClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
Returns true if field className is set (has been assigned a value) and false otherwise
- isSetClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
Returns true if field className is set (has been assigned a value) and false otherwise
- isSetClassName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
-
Returns true if field className is set (has been assigned a value) and false otherwise
- isSetClient() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field client is set (has been assigned a value) and false otherwise
- isSetCmid() - Method in class org.apache.accumulo.core.data.thrift.TCMResult
-
Returns true if field cmid is set (has been assigned a value) and false otherwise
- isSetCode() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
-
Returns true if field code is set (has been assigned a value) and false otherwise
- isSetColFamily() - Method in class org.apache.accumulo.core.data.thrift.TKey
-
Returns true if field colFamily is set (has been assigned a value) and false otherwise
- isSetColQualifier() - Method in class org.apache.accumulo.core.data.thrift.TKey
-
Returns true if field colQualifier is set (has been assigned a value) and false otherwise
- isSetColumnFamily() - Method in class org.apache.accumulo.core.data.thrift.TColumn
-
Returns true if field columnFamily is set (has been assigned a value) and false otherwise
- isSetColumnQualifier() - Method in class org.apache.accumulo.core.data.thrift.TColumn
-
Returns true if field columnQualifier is set (has been assigned a value) and false otherwise
- isSetColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field columns is set (has been assigned a value) and false otherwise
- isSetColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
Returns true if field columns is set (has been assigned a value) and false otherwise
- isSetColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field columns is set (has been assigned a value) and false otherwise
- isSetColumnVisibility() - Method in class org.apache.accumulo.core.data.thrift.TColumn
-
Returns true if field columnVisibility is set (has been assigned a value) and false otherwise
- isSetColVisibility() - Method in class org.apache.accumulo.core.data.thrift.TKey
-
Returns true if field colVisibility is set (has been assigned a value) and false otherwise
- isSetConditions() - Method in class org.apache.accumulo.core.data.thrift.TConditionalMutation
-
Returns true if field conditions is set (has been assigned a value) and false otherwise
- isSetConstrainClass() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
Returns true if field constrainClass is set (has been assigned a value) and false otherwise
- isSetCount() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
Returns true if field count is set (has been assigned a value) and false otherwise
- isSetCq() - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
Returns true if field cq is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
Returns true if field credentials is set (has been assigned a value) and false otherwise
- isSetCurrent() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
-
Returns true if field current is set (has been assigned a value) and false otherwise
- isSetCurrentLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
-
Returns true if field currentLog is set (has been assigned a value) and false otherwise
- isSetCv() - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
Returns true if field cv is set (has been assigned a value) and false otherwise
- isSetCve() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
-
Returns true if field cve is set (has been assigned a value) and false otherwise
- isSetData() - Method in class org.apache.accumulo.core.data.thrift.TMutation
-
Returns true if field data is set (has been assigned a value) and false otherwise
- isSetDataCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field dataCacheHits is set (has been assigned a value) and false otherwise
- isSetDataCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field dataCacheRequest is set (has been assigned a value) and false otherwise
- isSetDeadTabletServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
Returns true if field deadTabletServers is set (has been assigned a value) and false otherwise
- isSetDeleted() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
Returns true if field deleted is set (has been assigned a value) and false otherwise
- isSetDescription() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
-
Returns true if field description is set (has been assigned a value) and false otherwise
- isSetElapsed() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
Returns true if field elapsed is set (has been assigned a value) and false otherwise
- isSetEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
-
Returns true if field endRow is set (has been assigned a value) and false otherwise
- isSetEndRow() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
Returns true if field endRow is set (has been assigned a value) and false otherwise
- isSetEndRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
Returns true if field endRow is set (has been assigned a value) and false otherwise
- isSetEndRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
Returns true if field endRow is set (has been assigned a value) and false otherwise
- isSetEntries() - Method in class org.apache.accumulo.core.data.thrift.TMutation
-
Returns true if field entries is set (has been assigned a value) and false otherwise
- isSetEntriesRead() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field entriesRead is set (has been assigned a value) and false otherwise
- isSetEntriesWritten() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field entriesWritten is set (has been assigned a value) and false otherwise
- isSetErrorDir() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
Returns true if field errorDir is set (has been assigned a value) and false otherwise
- isSetErrors() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
Returns true if field errors is set (has been assigned a value) and false otherwise
- isSetEstimatedSize() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
-
Returns true if field estimatedSize is set (has been assigned a value) and false otherwise
- isSetEx() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
-
Returns true if field ex is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetExtent() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
-
Returns true if field extent is set (has been assigned a value) and false otherwise
- isSetFail() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
Returns true if field fail is set (has been assigned a value) and false otherwise
- isSetFailedExtents() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
-
Returns true if field failedExtents is set (has been assigned a value) and false otherwise
- isSetFailures() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
Returns true if field failures is set (has been assigned a value) and false otherwise
- isSetFilenames() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
-
Returns true if field filenames is set (has been assigned a value) and false otherwise
- isSetFiles() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
Returns true if field files is set (has been assigned a value) and false otherwise
- isSetFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
Returns true if field files is set (has been assigned a value) and false otherwise
- isSetFinished() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
Returns true if field finished is set (has been assigned a value) and false otherwise
- isSetFlushID() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
Returns true if field flushID is set (has been assigned a value) and false otherwise
- isSetForce() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
Returns true if field force is set (has been assigned a value) and false otherwise
- isSetFullScans() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
Returns true if field fullScans is set (has been assigned a value) and false otherwise
- isSetGoalState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
Returns true if field goalState is set (has been assigned a value) and false otherwise
- isSetHasTimestamp() - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
Returns true if field hasTimestamp is set (has been assigned a value) and false otherwise
- isSetHoldTime() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field holdTime is set (has been assigned a value) and false otherwise
- isSetId() - Method in class org.apache.accumulo.core.data.thrift.TConditionalMutation
-
Returns true if field id is set (has been assigned a value) and false otherwise
- isSetIdleTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field idleTime is set (has been assigned a value) and false otherwise
- isSetIndexCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field indexCacheHits is set (has been assigned a value) and false otherwise
- isSetIndexCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field indexCacheRequest is set (has been assigned a value) and false otherwise
- isSetInfiniteStartKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
Returns true if field infiniteStartKey is set (has been assigned a value) and false otherwise
- isSetInfiniteStopKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
Returns true if field infiniteStopKey is set (has been assigned a value) and false otherwise
- isSetIngestByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field ingestByteRate is set (has been assigned a value) and false otherwise
- isSetIngestRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field ingestRate is set (has been assigned a value) and false otherwise
- isSetIngestRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
Returns true if field ingestRate is set (has been assigned a value) and false otherwise
- isSetInputFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field inputFiles is set (has been assigned a value) and false otherwise
- isSetInstanceId() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
-
Returns true if field instanceId is set (has been assigned a value) and false otherwise
- isSetInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
Returns true if field interfaceMatch is set (has been assigned a value) and false otherwise
- isSetInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
Returns true if field interfaceMatch is set (has been assigned a value) and false otherwise
- isSetInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
Returns true if field interfaceMatch is set (has been assigned a value) and false otherwise
- isSetInUse() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
Returns true if field inUse is set (has been assigned a value) and false otherwise
- isSetIsolated() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field isolated is set (has been assigned a value) and false otherwise
- isSetIteratorClass() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
Returns true if field iteratorClass is set (has been assigned a value) and false otherwise
- isSetIterators() - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
Returns true if field iterators is set (has been assigned a value) and false otherwise
- isSetIterators() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
Returns true if field iterators is set (has been assigned a value) and false otherwise
- isSetIterName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
-
Returns true if field iterName is set (has been assigned a value) and false otherwise
- isSetKey() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
-
Returns true if field key is set (has been assigned a value) and false otherwise
- isSetKeyExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
-
Returns true if field keyExtent is set (has been assigned a value) and false otherwise
- isSetKeyExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
Returns true if field keyExtent is set (has been assigned a value) and false otherwise
- isSetLast() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
-
Returns true if field last is set (has been assigned a value) and false otherwise
- isSetLastContact() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field lastContact is set (has been assigned a value) and false otherwise
- isSetLastLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
-
Returns true if field lastLog is set (has been assigned a value) and false otherwise
- isSetLastStatus() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
-
Returns true if field lastStatus is set (has been assigned a value) and false otherwise
- isSetLocalityGroup() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field localityGroup is set (has been assigned a value) and false otherwise
- isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
-
Returns true if field lock is set (has been assigned a value) and false otherwise
- isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
Returns true if field lock is set (has been assigned a value) and false otherwise
- isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
-
Returns true if field lock is set (has been assigned a value) and false otherwise
- isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
Returns true if field lock is set (has been assigned a value) and false otherwise
- isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
-
Returns true if field lock is set (has been assigned a value) and false otherwise
- isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
-
Returns true if field lock is set (has been assigned a value) and false otherwise
- isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
-
Returns true if field lock is set (has been assigned a value) and false otherwise
- isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
Returns true if field lock is set (has been assigned a value) and false otherwise
- isSetLogSorts() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field logSorts is set (has been assigned a value) and false otherwise
- isSetLookups() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field lookups is set (has been assigned a value) and false otherwise
- isSetMajors() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field majors is set (has been assigned a value) and false otherwise
- isSetMajors() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
Returns true if field majors is set (has been assigned a value) and false otherwise
- isSetMaxLoops() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
Returns true if field maxLoops is set (has been assigned a value) and false otherwise
- isSetMinors() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field minors is set (has been assigned a value) and false otherwise
- isSetMinors() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
Returns true if field minors is set (has been assigned a value) and false otherwise
- isSetMore() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
Returns true if field more is set (has been assigned a value) and false otherwise
- isSetMore() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
-
Returns true if field more is set (has been assigned a value) and false otherwise
- isSetMutation() - Method in class org.apache.accumulo.core.data.thrift.TConditionalMutation
-
Returns true if field mutation is set (has been assigned a value) and false otherwise
- isSetMutation() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
Returns true if field mutation is set (has been assigned a value) and false otherwise
- isSetMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
-
Returns true if field mutations is set (has been assigned a value) and false otherwise
- isSetMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args
-
Returns true if field mutations is set (has been assigned a value) and false otherwise
- isSetName() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
-
Returns true if field name is set (has been assigned a value) and false otherwise
- isSetName() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field name is set (has been assigned a value) and false otherwise
- isSetName() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
Returns true if field name is set (has been assigned a value) and false otherwise
- isSetNamespaceId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
Returns true if field namespaceId is set (has been assigned a value) and false otherwise
- isSetNewTablets() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
-
Returns true if field newTablets is set (has been assigned a value) and false otherwise
- isSetNs() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
Returns true if field ns is set (has been assigned a value) and false otherwise
- isSetNs() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
Returns true if field ns is set (has been assigned a value) and false otherwise
- isSetNs() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
Returns true if field ns is set (has been assigned a value) and false otherwise
- isSetNs() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
Returns true if field ns is set (has been assigned a value) and false otherwise
- isSetNs() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args
-
Returns true if field ns is set (has been assigned a value) and false otherwise
- isSetNs() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
Returns true if field ns is set (has been assigned a value) and false otherwise
- isSetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
-
Returns true if field nssi is set (has been assigned a value) and false otherwise
- isSetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
-
Returns true if field nssi is set (has been assigned a value) and false otherwise
- isSetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result
-
Returns true if field nssi is set (has been assigned a value) and false otherwise
- isSetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
-
Returns true if field nssi is set (has been assigned a value) and false otherwise
- isSetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
-
Returns true if field nssi is set (has been assigned a value) and false otherwise
- isSetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
-
Returns true if field nste is set (has been assigned a value) and false otherwise
- isSetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
-
Returns true if field nste is set (has been assigned a value) and false otherwise
- isSetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
-
Returns true if field nste is set (has been assigned a value) and false otherwise
- isSetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
-
Returns true if field nste is set (has been assigned a value) and false otherwise
- isSetNum() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
Returns true if field num is set (has been assigned a value) and false otherwise
- isSetNumberOfViolatingMutations() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
Returns true if field numberOfViolatingMutations is set (has been assigned a value) and false otherwise
- isSetNumEntries() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
Returns true if field numEntries is set (has been assigned a value) and false otherwise
- isSetOldTablet() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
-
Returns true if field oldTablet is set (has been assigned a value) and false otherwise
- isSetOnlineTablets() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field onlineTablets is set (has been assigned a value) and false otherwise
- isSetOp() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
-
Returns true if field op is set (has been assigned a value) and false otherwise
- isSetOp() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
Returns true if field op is set (has been assigned a value) and false otherwise
- isSetOpid() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
Returns true if field opid is set (has been assigned a value) and false otherwise
- isSetOpid() - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
Returns true if field opid is set (has been assigned a value) and false otherwise
- isSetOpid() - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
Returns true if field opid is set (has been assigned a value) and false otherwise
- isSetOptions() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
Returns true if field options is set (has been assigned a value) and false otherwise
- isSetOsLoad() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field osLoad is set (has been assigned a value) and false otherwise
- isSetOutputFile() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field outputFile is set (has been assigned a value) and false otherwise
- isSetPartNextKey() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
Returns true if field partNextKey is set (has been assigned a value) and false otherwise
- isSetPartNextKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
Returns true if field partNextKeyInclusive is set (has been assigned a value) and false otherwise
- isSetPartScan() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
Returns true if field partScan is set (has been assigned a value) and false otherwise
- isSetPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
Returns true if field password is set (has been assigned a value) and false otherwise
- isSetPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
Returns true if field password is set (has been assigned a value) and false otherwise
- isSetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
Returns true if field permission is set (has been assigned a value) and false otherwise
- isSetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
Returns true if field permission is set (has been assigned a value) and false otherwise
- isSetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
Returns true if field permission is set (has been assigned a value) and false otherwise
- isSetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
Returns true if field permission is set (has been assigned a value) and false otherwise
- isSetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
Returns true if field permission is set (has been assigned a value) and false otherwise
- isSetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
Returns true if field permission is set (has been assigned a value) and false otherwise
- isSetPrevEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
-
Returns true if field prevEndRow is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPrincipal() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
-
Returns true if field principal is set (has been assigned a value) and false otherwise
- isSetPriority() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
-
Returns true if field priority is set (has been assigned a value) and false otherwise
- isSetPriority() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
Returns true if field priority is set (has been assigned a value) and false otherwise
- isSetProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
-
Returns true if field progress is set (has been assigned a value) and false otherwise
- isSetProperties() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
Returns true if field properties is set (has been assigned a value) and false otherwise
- isSetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args
-
Returns true if field property is set (has been assigned a value) and false otherwise
- isSetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
-
Returns true if field property is set (has been assigned a value) and false otherwise
- isSetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
-
Returns true if field property is set (has been assigned a value) and false otherwise
- isSetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
Returns true if field property is set (has been assigned a value) and false otherwise
- isSetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
Returns true if field property is set (has been assigned a value) and false otherwise
- isSetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
Returns true if field property is set (has been assigned a value) and false otherwise
- isSetQueryByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field queryByteRate is set (has been assigned a value) and false otherwise
- isSetQueryRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field queryRate is set (has been assigned a value) and false otherwise
- isSetQueryRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
Returns true if field queryRate is set (has been assigned a value) and false otherwise
- isSetQueued() - Method in class org.apache.accumulo.core.master.thrift.Compacting
-
Returns true if field queued is set (has been assigned a value) and false otherwise
- isSetQueueSumDev() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
Returns true if field queueSumDev is set (has been assigned a value) and false otherwise
- isSetQueueTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
Returns true if field queueTime is set (has been assigned a value) and false otherwise
- isSetRange() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field range is set (has been assigned a value) and false otherwise
- isSetReadaheadThreshold() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field readaheadThreshold is set (has been assigned a value) and false otherwise
- isSetReason() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field reason is set (has been assigned a value) and false otherwise
- isSetRecs() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field recs is set (has been assigned a value) and false otherwise
- isSetRecsInMemory() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field recsInMemory is set (has been assigned a value) and false otherwise
- isSetResult() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
-
Returns true if field result is set (has been assigned a value) and false otherwise
- isSetResult() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
-
Returns true if field result is set (has been assigned a value) and false otherwise
- isSetResults() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
Returns true if field results is set (has been assigned a value) and false otherwise
- isSetResults() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
-
Returns true if field results is set (has been assigned a value) and false otherwise
- isSetRow() - Method in class org.apache.accumulo.core.data.thrift.TKey
-
Returns true if field row is set (has been assigned a value) and false otherwise
- isSetRow() - Method in class org.apache.accumulo.core.data.thrift.TMutation
-
Returns true if field row is set (has been assigned a value) and false otherwise
- isSetRunning() - Method in class org.apache.accumulo.core.master.thrift.Compacting
-
Returns true if field running is set (has been assigned a value) and false otherwise
- isSetRuntime() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
-
Returns true if field runtime is set (has been assigned a value) and false otherwise
- isSetSave() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
Returns true if field save is set (has been assigned a value) and false otherwise
- isSetScanID() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
-
Returns true if field scanID is set (has been assigned a value) and false otherwise
- isSetScanID() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
-
Returns true if field scanID is set (has been assigned a value) and false otherwise
- isSetScanId() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field scanId is set (has been assigned a value) and false otherwise
- isSetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
-
Returns true if field scanID is set (has been assigned a value) and false otherwise
- isSetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
-
Returns true if field scanID is set (has been assigned a value) and false otherwise
- isSetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
-
Returns true if field scanID is set (has been assigned a value) and false otherwise
- isSetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
-
Returns true if field scanID is set (has been assigned a value) and false otherwise
- isSetScanRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field scanRate is set (has been assigned a value) and false otherwise
- isSetScans() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field scans is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
-
Returns true if field sec is set (has been assigned a value) and false otherwise
- isSetServer() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
-
Returns true if field server is set (has been assigned a value) and false otherwise
- isSetServerName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
-
Returns true if field serverName is set (has been assigned a value) and false otherwise
- isSetServerName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
Returns true if field serverName is set (has been assigned a value) and false otherwise
- isSetServersShuttingDown() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
Returns true if field serversShuttingDown is set (has been assigned a value) and false otherwise
- isSetSessID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args
-
Returns true if field sessID is set (has been assigned a value) and false otherwise
- isSetSessID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args
-
Returns true if field sessID is set (has been assigned a value) and false otherwise
- isSetSessID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args
-
Returns true if field sessID is set (has been assigned a value) and false otherwise
- isSetSessionId() - Method in class org.apache.accumulo.core.data.thrift.TConditionalSession
-
Returns true if field sessionId is set (has been assigned a value) and false otherwise
- isSetSetTime() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
Returns true if field setTime is set (has been assigned a value) and false otherwise
- isSetSetTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
Returns true if field setTime is set (has been assigned a value) and false otherwise
- isSetSplit() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
-
Returns true if field split is set (has been assigned a value) and false otherwise
- isSetSplitCreationTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
Returns true if field splitCreationTime is set (has been assigned a value) and false otherwise
- isSetSplitPoint() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
-
Returns true if field splitPoint is set (has been assigned a value) and false otherwise
- isSetSplits() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
Returns true if field splits is set (has been assigned a value) and false otherwise
- isSetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field ssiList is set (has been assigned a value) and false otherwise
- isSetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field ssiList is set (has been assigned a value) and false otherwise
- isSetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
Returns true if field ssiList is set (has been assigned a value) and false otherwise
- isSetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field ssiList is set (has been assigned a value) and false otherwise
- isSetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field ssio is set (has been assigned a value) and false otherwise
- isSetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field ssio is set (has been assigned a value) and false otherwise
- isSetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
Returns true if field ssio is set (has been assigned a value) and false otherwise
- isSetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field ssio is set (has been assigned a value) and false otherwise
- isSetStart() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
Returns true if field start is set (has been assigned a value) and false otherwise
- isSetStarted() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
Returns true if field started is set (has been assigned a value) and false otherwise
- isSetStartKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
Returns true if field startKeyInclusive is set (has been assigned a value) and false otherwise
- isSetStartRow() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
Returns true if field startRow is set (has been assigned a value) and false otherwise
- isSetStartRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
Returns true if field startRow is set (has been assigned a value) and false otherwise
- isSetStartRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
Returns true if field startRow is set (has been assigned a value) and false otherwise
- isSetState() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
-
Returns true if field state is set (has been assigned a value) and false otherwise
- isSetState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
Returns true if field state is set (has been assigned a value) and false otherwise
- isSetState() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field state is set (has been assigned a value) and false otherwise
- isSetStatus() - Method in class org.apache.accumulo.core.data.thrift.TCMResult
-
Returns true if field status is set (has been assigned a value) and false otherwise
- isSetStatus() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
-
Returns true if field status is set (has been assigned a value) and false otherwise
- isSetStatus() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
Returns true if field status is set (has been assigned a value) and false otherwise
- isSetStatus() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
Returns true if field status is set (has been assigned a value) and false otherwise
- isSetStop() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
Returns true if field stop is set (has been assigned a value) and false otherwise
- isSetStopKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
Returns true if field stopKeyInclusive is set (has been assigned a value) and false otherwise
- isSetStopTabletServers() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
-
Returns true if field stopTabletServers is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSumDev() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
Returns true if field sumDev is set (has been assigned a value) and false otherwise
- isSetSymbols() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args
-
Returns true if field symbols is set (has been assigned a value) and false otherwise
- isSetSysPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
Returns true if field sysPerm is set (has been assigned a value) and false otherwise
- isSetTable() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
-
Returns true if field table is set (has been assigned a value) and false otherwise
- isSetTableId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
Returns true if field tableId is set (has been assigned a value) and false otherwise
- isSetTableId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
Returns true if field tableId is set (has been assigned a value) and false otherwise
- isSetTableId() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
-
Returns true if field tableId is set (has been assigned a value) and false otherwise
- isSetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field tableId is set (has been assigned a value) and false otherwise
- isSetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
Returns true if field tableId is set (has been assigned a value) and false otherwise
- isSetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
Returns true if field tableId is set (has been assigned a value) and false otherwise
- isSetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
-
Returns true if field tableId is set (has been assigned a value) and false otherwise
- isSetTableID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args
-
Returns true if field tableID is set (has been assigned a value) and false otherwise
- isSetTableMap() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
Returns true if field tableMap is set (has been assigned a value) and false otherwise
- isSetTableMap() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Returns true if field tableMap is set (has been assigned a value) and false otherwise
- isSetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
Returns true if field tableName is set (has been assigned a value) and false otherwise
- isSetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
Returns true if field tableName is set (has been assigned a value) and false otherwise
- isSetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
Returns true if field tableName is set (has been assigned a value) and false otherwise
- isSetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
Returns true if field tableName is set (has been assigned a value) and false otherwise
- isSetTableName() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
-
Returns true if field tableName is set (has been assigned a value) and false otherwise
- isSetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
-
Returns true if field tableName is set (has been assigned a value) and false otherwise
- isSetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
-
Returns true if field tableName is set (has been assigned a value) and false otherwise
- isSetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
Returns true if field tableName is set (has been assigned a value) and false otherwise
- isSetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
Returns true if field tableName is set (has been assigned a value) and false otherwise
- isSetTables() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
Returns true if field tables is set (has been assigned a value) and false otherwise
- isSetTables() - Method in class org.apache.accumulo.core.client.impl.thrift.TDiskUsage
-
Returns true if field tables is set (has been assigned a value) and false otherwise
- isSetTablet() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
Returns true if field tablet is set (has been assigned a value) and false otherwise
- isSetTablets() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
Returns true if field tablets is set (has been assigned a value) and false otherwise
- isSetTabletServer() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
Returns true if field tabletServer is set (has been assigned a value) and false otherwise
- isSetTblNspcPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
Returns true if field tblNspcPerm is set (has been assigned a value) and false otherwise
- isSetTblPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
Returns true if field tblPerm is set (has been assigned a value) and false otherwise
- isSetTid() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
Returns true if field tid is set (has been assigned a value) and false otherwise
- isSetTid() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
-
Returns true if field tid is set (has been assigned a value) and false otherwise
- isSetTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
Returns true if field tid is set (has been assigned a value) and false otherwise
- isSetTime() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
- isSetTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
- isSetTimestamp() - Method in class org.apache.accumulo.core.data.thrift.TKey
-
Returns true if field timestamp is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
Returns true if field tinfo is set (has been assigned a value) and false otherwise
- isSetTmfe() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
-
Returns true if field tmfe is set (has been assigned a value) and false otherwise
- isSetTmfe() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
-
Returns true if field tmfe is set (has been assigned a value) and false otherwise
- isSetToAuth() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
Returns true if field toAuth is set (has been assigned a value) and false otherwise
- isSetToe() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
Returns true if field toe is set (has been assigned a value) and false otherwise
- isSetToken() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
-
Returns true if field token is set (has been assigned a value) and false otherwise
- isSetTokenClassName() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
-
Returns true if field tokenClassName is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
-
Returns true if field tope is set (has been assigned a value) and false otherwise
- isSetTs() - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
Returns true if field ts is set (has been assigned a value) and false otherwise
- isSetTServerInfo() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
Returns true if field tServerInfo is set (has been assigned a value) and false otherwise
- isSetTserverLock() - Method in class org.apache.accumulo.core.data.thrift.TConditionalSession
-
Returns true if field tserverLock is set (has been assigned a value) and false otherwise
- isSetTtl() - Method in class org.apache.accumulo.core.data.thrift.TConditionalSession
-
Returns true if field ttl is set (has been assigned a value) and false otherwise
- isSetType() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
Returns true if field type is set (has been assigned a value) and false otherwise
- isSetType() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
-
Returns true if field type is set (has been assigned a value) and false otherwise
- isSetType() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Returns true if field type is set (has been assigned a value) and false otherwise
- isSetType() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field type is set (has been assigned a value) and false otherwise
- isSetUnassignedTablets() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
Returns true if field unassignedTablets is set (has been assigned a value) and false otherwise
- isSetUpdateID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
-
Returns true if field updateID is set (has been assigned a value) and false otherwise
- isSetUpdateID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
-
Returns true if field updateID is set (has been assigned a value) and false otherwise
- isSetUsage() - Method in class org.apache.accumulo.core.client.impl.thrift.TDiskUsage
-
Returns true if field usage is set (has been assigned a value) and false otherwise
- isSetUser() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
-
Returns true if field user is set (has been assigned a value) and false otherwise
- isSetUser() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Returns true if field user is set (has been assigned a value) and false otherwise
- isSetVal() - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
Returns true if field val is set (has been assigned a value) and false otherwise
- isSetValue() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
-
Returns true if field value is set (has been assigned a value) and false otherwise
- isSetValue() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
Returns true if field value is set (has been assigned a value) and false otherwise
- isSetValue() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
Returns true if field value is set (has been assigned a value) and false otherwise
- isSetValue() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
Returns true if field value is set (has been assigned a value) and false otherwise
- isSetValues() - Method in class org.apache.accumulo.core.data.thrift.TMutation
-
Returns true if field values is set (has been assigned a value) and false otherwise
- isSetViolationCode() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
Returns true if field violationCode is set (has been assigned a value) and false otherwise
- isSetViolationDescription() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
Returns true if field violationDescription is set (has been assigned a value) and false otherwise
- isSetViolationSummaries() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
-
Returns true if field violationSummaries is set (has been assigned a value) and false otherwise
- isSetViolationSummaries() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
Returns true if field violationSummaries is set (has been assigned a value) and false otherwise
- isSetWaitForWrites() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
Returns true if field waitForWrites is set (has been assigned a value) and false otherwise
- isSetWaitForWrites() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
Returns true if field waitForWrites is set (has been assigned a value) and false otherwise
- isSetWhy() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
-
Returns true if field why is set (has been assigned a value) and false otherwise
- isSsl() - Method in class org.apache.accumulo.core.client.impl.ThriftTransportKey
-
- isStartKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
-
- isStartKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
- isStopKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
- isStopTabletServers() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
-
- isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
-
- isSupported() - Method in enum org.apache.accumulo.core.file.rfile.bcfile.Compression.Algorithm
-
- isSupportedAccumuloProperty(Property) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator
-
The supported Accumulo properties we set in this OutputFormat, that change the behavior of the RecordWriter.
These properties correspond to the supported public static setter methods available to this class.
- isSupportedAccumuloProperty(Property) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- isTabCompletion() - Method in class org.apache.accumulo.core.util.shell.Shell
-
- isTabCompletionDisabled() - Method in class org.apache.accumulo.core.util.shell.ShellOptionsJC
-
- isTimeSet() - Method in class org.apache.accumulo.core.metadata.schema.DataFileValue
-
- isTrustStoreSet() - Method in class org.apache.accumulo.core.util.SslConnectionParams
-
- isValid(T) - Method in class org.apache.accumulo.core.util.ArgumentChecker.Validator
-
- isValidEncoding(String) - Static method in class org.apache.accumulo.core.iterators.conf.ColumnSet
-
- isValidFormat(String) - Method in enum org.apache.accumulo.core.conf.PropertyType
-
- isValidPath(Path) - Method in class org.apache.accumulo.core.volume.NonConfiguredVolume
-
- isValidPath(Path) - Method in interface org.apache.accumulo.core.volume.Volume
-
Determine if the Path is valid on this Volume.
- isValidPath(Path) - Method in class org.apache.accumulo.core.volume.VolumeImpl
-
- isValidPropertyKey(String) - Static method in enum org.apache.accumulo.core.conf.Property
-
- isValidTablePropertyKey(String) - Static method in enum org.apache.accumulo.core.conf.Property
-
- isValidZooPropertyKey(String) - Static method in enum org.apache.accumulo.core.conf.Property
-
- isVerbose() - Method in class org.apache.accumulo.core.util.shell.Shell
-
- isWaitForWrites() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
- isWaitForWrites() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
- iter - Variable in class org.apache.accumulo.core.iterators.OrIterator.TermSource
-
- iter - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
-
- IterationInterruptedException - Exception in org.apache.accumulo.core.iterators
-
- IterationInterruptedException() - Constructor for exception org.apache.accumulo.core.iterators.IterationInterruptedException
-
- IterationInterruptedException(String) - Constructor for exception org.apache.accumulo.core.iterators.IterationInterruptedException
-
- iterator() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
- iterator() - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
-
- iterator() - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
-
Returns an iterator over an accumulo table.
- iterator() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
-
- iterator() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReader
-
- iterator() - Method in class org.apache.accumulo.core.client.IsolatedScanner
-
- iterator() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
-
- iterator() - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
-
- iterator() - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
- iterator() - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
-
- iterator() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns an iterator over an accumulo table.
- iterator() - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
-
- iterator() - Method in interface org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.DataSource
-
- iterator() - Method in class org.apache.accumulo.core.security.Authorizations
-
- iterator() - Method in class org.apache.accumulo.core.util.shell.commands.QuotedStringTokenizer
-
- IteratorAdapter - Class in org.apache.accumulo.core.client.mock
-
- IteratorAdapter(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.client.mock.IteratorAdapter
-
- iteratorClass - Variable in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
- IteratorConfig - Class in org.apache.accumulo.core.tabletserver.thrift
-
- IteratorConfig() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
- IteratorConfig(List<TIteratorSetting>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
- IteratorConfig(IteratorConfig) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
Performs a deep copy on other.
- IteratorConfig._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- IteratorEnvironment - Interface in org.apache.accumulo.core.iterators
-
- iteratorProfiles - Variable in class org.apache.accumulo.core.util.shell.Shell
-
- iterators - Variable in class org.apache.accumulo.core.data.thrift.TCondition
-
- iterators - Variable in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
- IteratorSetting - Class in org.apache.accumulo.core.client
-
Configure an iterator for minc, majc, and/or scan.
- IteratorSetting(int, String, String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the scan scope with no parameters.
- IteratorSetting(int, String, String, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the specified scopes with the specified parameters.
- IteratorSetting(int, Class<? extends SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the given class's SimpleName for the iterator name.
- IteratorSetting(int, Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the given class's SimpleName for the iterator name and configured for the specified scopes with the specified
parameters.
- IteratorSetting(int, String, Class<? extends SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the scan scope with no parameters.
- IteratorSetting(int, String, Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the provided name and the provided class's name for the scan scope with the provided parameters.
- IteratorSetting(DataInput) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
- IteratorSetting.Column - Class in org.apache.accumulo.core.client
-
A convenience class for passing column family and column qualifiers to iterator configuration methods.
- IteratorSetting.Column(Text, Text) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
-
- IteratorSetting.Column(Text) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
-
- IteratorSetting.Column(String, String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
-
- IteratorSetting.Column(String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
-
- IteratorUtil - Class in org.apache.accumulo.core.iterators
-
- IteratorUtil() - Constructor for class org.apache.accumulo.core.iterators.IteratorUtil
-
- IteratorUtil.IteratorScope - Enum in org.apache.accumulo.core.iterators
-
- IteratorUtil.IterInfoComparator - Class in org.apache.accumulo.core.iterators
-
- IteratorUtil.IterInfoComparator() - Constructor for class org.apache.accumulo.core.iterators.IteratorUtil.IterInfoComparator
-
- IterInfo - Class in org.apache.accumulo.core.data.thrift
-
- IterInfo() - Constructor for class org.apache.accumulo.core.data.thrift.IterInfo
-
- IterInfo(int, String, String) - Constructor for class org.apache.accumulo.core.data.thrift.IterInfo
-
- IterInfo(IterInfo) - Constructor for class org.apache.accumulo.core.data.thrift.IterInfo
-
Performs a deep copy on other.
- IterInfo._Fields - Enum in org.apache.accumulo.core.data.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- iterName - Variable in class org.apache.accumulo.core.data.thrift.IterInfo
-
- val - Variable in class org.apache.accumulo.core.data.thrift.TCondition
-
- VALID_ID - Static variable in class org.apache.accumulo.core.client.impl.Tables
-
- VALID_ID_REGEX - Static variable in class org.apache.accumulo.core.client.impl.Tables
-
- VALID_NAME - Static variable in class org.apache.accumulo.core.client.impl.Namespaces
-
- VALID_NAME - Static variable in class org.apache.accumulo.core.client.impl.Tables
-
- VALID_NAME_REGEX - Static variable in class org.apache.accumulo.core.client.impl.Namespaces
-
- VALID_NAME_REGEX - Static variable in class org.apache.accumulo.core.client.impl.Tables
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.TDiskUsage
-
- validate() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
-
- validate() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
-
- validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
-
- validate(Iterable<Map.Entry<String, String>>) - Static method in class org.apache.accumulo.core.conf.ConfigSanityCheck
-
Validates the given configuration entries.
- validate() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TCMResult
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TColumn
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TCondition
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TConditionalMutation
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TConditionalSession
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TKey
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TMutation
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.TRange
-
- validate() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
-
- validate(String, String) - Method in class org.apache.accumulo.core.file.rfile.CreateEmpty.IsSupportedCompressionAlgorithm
-
- validate(String, String) - Method in class org.apache.accumulo.core.file.rfile.CreateEmpty.NamedLikeRFile
-
- validate() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
-
- validate() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
-
- validate() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
-
- validate() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.Compacting
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
-
- validate() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
-
- validate() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
-
- validate() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
- validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
- validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
-
- validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
- validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
- validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
-
- validate(T) - Method in class org.apache.accumulo.core.util.ArgumentChecker.Validator
-
- validateOptions(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Check whether a configuration is fully configured to be used with an Accumulo InputFormat
.
- validateOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Check whether a configuration is fully configured to be used with an Accumulo InputFormat
.
- validateOptions(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
-
Check whether a configuration is fully configured to be used with an Accumulo InputFormat
.
- validateOptions(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
-
Deprecated.
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.Combiner
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.DebugIterator
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.Filter
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.LongCombiner
-
- validateOptions(Map<String, String>) - Method in interface org.apache.accumulo.core.iterators.OptionDescriber
-
Check to see if an options map contains all options required by an iterator and that the option values are in the expected formats.
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.SortedKeyIterator
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
-
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
-
- value - Variable in class org.apache.accumulo.core.cli.ClientOpts.Password
-
- value - Variable in class org.apache.accumulo.core.data.thrift.TKeyValue
-
- Value - Class in org.apache.accumulo.core.data
-
A byte sequence that is usable as a key or value.
- Value() - Constructor for class org.apache.accumulo.core.data.Value
-
Create a zero-size sequence.
- Value(byte[]) - Constructor for class org.apache.accumulo.core.data.Value
-
Create a Value using the byte array as the initial value.
- Value(ByteBuffer) - Constructor for class org.apache.accumulo.core.data.Value
-
Create a Value using a copy of the ByteBuffer's content.
- Value(ByteBuffer, boolean) - Constructor for class org.apache.accumulo.core.data.Value
-
- Value(byte[], boolean) - Constructor for class org.apache.accumulo.core.data.Value
-
Create a Value based on the given bytes.
- Value(Value) - Constructor for class org.apache.accumulo.core.data.Value
-
Set the new Value to a copy of the contents of the passed ibw
.
- Value(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.Value
-
Set the value to a copy of the given byte range
- value - Variable in class org.apache.accumulo.core.data.Value
-
- value - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
-
- value - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args
-
- value - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
- value - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
-
- Value.Comparator - Class in org.apache.accumulo.core.data
-
A Comparator optimized for Value.
- Value.Comparator() - Constructor for class org.apache.accumulo.core.data.Value.Comparator
-
constructor
- VALUE_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
-
- ValueFormatException - Exception in org.apache.accumulo.core.iterators
-
Exception used for TypedValueCombiner and it's Encoders decode() function
- ValueFormatException(String) - Constructor for exception org.apache.accumulo.core.iterators.ValueFormatException
-
- ValueFormatException(Exception) - Constructor for exception org.apache.accumulo.core.iterators.ValueFormatException
-
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ScanState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ScanType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.TimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.TabletType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ConfigurationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.SecurityErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperationExceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TDiskUsage._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.ConnectorInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.GeneralOpts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.InstanceOpts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.TokenSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator.Opts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator.Features
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator.ScanOpts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator.Features
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator.WriteOpts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.security.SecurityErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.conf.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.conf.PropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.PartialKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TCMResult._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TCMStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TCondition._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TConditionalMutation._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TConditionalSession._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.file.rfile.bcfile.Compression.Algorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.iterators.LongCombiner.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.state.tables.TableState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterGoalState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.TabletLoadState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.security.NamespacePermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.security.SystemPermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.security.TablePermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.util.ServerServices.Service
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.util.shell.commands.OptUtil.AdlOpt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.util.shell.Shell.Command.CompletionSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.admin.ScanState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.admin.ScanType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.admin.TimeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.TabletType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ConfigurationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.SecurityErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperationExceptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.TDiskUsage._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.ConnectorInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.GeneralOpts
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.InstanceOpts
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.TokenSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator.Opts
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator.Features
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator.ScanOpts
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator.Features
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator.WriteOpts
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.security.SecurityErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- values() - Static method in enum org.apache.accumulo.core.conf.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.conf.PropertyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.PartialKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TCMResult._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TCMStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TCondition._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TConditionalMutation._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TConditionalSession._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.apache.accumulo.core.data.thrift.TMutation
-
- values() - Static method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.file.rfile.bcfile.Compression.Algorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.iterators.LongCombiner.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.state.tables.TableState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.FateOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.FateService.beginFateOperation_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.FateService.executeFateOperation_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.FateService.finishFateOperation_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterGoalState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.TabletLoadState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.security.NamespacePermission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.security.SystemPermission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.security.TablePermission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeConditionalUpdate_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.conditionalUpdate_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.invalidateConditionalUpdate_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startConditionalUpdate_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.accumulo.core.util.MapCounter
-
- values() - Static method in enum org.apache.accumulo.core.util.ServerServices.Service
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.util.shell.commands.OptUtil.AdlOpt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.util.shell.Shell.Command.CompletionSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VAR_LEN_ENCODER - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
-
- VAR_LONG_ARRAY_ENCODER - Static variable in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
-
- ve - Variable in class org.apache.accumulo.core.iterators.system.VisibilityFilter
-
- vectorSize - Variable in class org.apache.accumulo.core.bloomfilter.Filter
-
The vector size of this filter.
- verbose - Variable in class org.apache.accumulo.core.util.shell.Shell
-
- VERSION - Static variable in class org.apache.accumulo.core.Constants
-
- VERSION - Static variable in class org.apache.accumulo.core.FilteredConstants
-
- Version - Class in org.apache.accumulo.core.util
-
- Version(String) - Constructor for class org.apache.accumulo.core.util.Version
-
- VersioningIterator - Class in org.apache.accumulo.core.iterators.user
-
- VersioningIterator() - Constructor for class org.apache.accumulo.core.iterators.user.VersioningIterator
-
- VersioningIterator - Class in org.apache.accumulo.core.iterators
-
- VersioningIterator() - Constructor for class org.apache.accumulo.core.iterators.VersioningIterator
-
Deprecated.
- VersioningIterator(SortedKeyValueIterator<Key, Value>, int) - Constructor for class org.apache.accumulo.core.iterators.VersioningIterator
-
Deprecated.
- violationCode - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
-
- violationCode - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
- violationDescription - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
-
- violationDescription - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
-
- Violations - Class in org.apache.accumulo.core.constraints
-
- Violations() - Constructor for class org.apache.accumulo.core.constraints.Violations
-
- violationSummaries - Variable in class org.apache.accumulo.core.data.thrift.UpdateErrors
-
- violationSummaries - Variable in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
- VisibilityConstraint - Class in org.apache.accumulo.core.security
-
A constraint that checks the visibility of columns against the actor's authorizations.
- VisibilityConstraint() - Constructor for class org.apache.accumulo.core.security.VisibilityConstraint
-
- VisibilityEvaluator - Class in org.apache.accumulo.core.security
-
A class which evaluates visibility expressions against a set of authorizations.
- VisibilityEvaluator(Authorizations) - Constructor for class org.apache.accumulo.core.security.VisibilityEvaluator
-
Creates a new evaluator for the given collection of authorizations.
- VisibilityFilter - Class in org.apache.accumulo.core.iterators.system
-
- VisibilityFilter() - Constructor for class org.apache.accumulo.core.iterators.system.VisibilityFilter
-
- VisibilityFilter(SortedKeyValueIterator<Key, Value>, Authorizations, byte[]) - Constructor for class org.apache.accumulo.core.iterators.system.VisibilityFilter
-
- VisibilityFilter - Class in org.apache.accumulo.core.iterators.user
-
- VisibilityFilter() - Constructor for class org.apache.accumulo.core.iterators.user.VisibilityFilter
-
- VisibilityParseException - Exception in org.apache.accumulo.core.security
-
An exception thrown when a visibility string cannot be parsed.
- VisibilityParseException(String, byte[], int) - Constructor for exception org.apache.accumulo.core.security.VisibilityParseException
-
Creates a new exception.
- visit(SpanTreeVisitor) - Method in class org.apache.accumulo.core.trace.SpanTree
-
- visit(int, RemoteSpan, RemoteSpan, Collection<RemoteSpan>) - Method in interface org.apache.accumulo.core.trace.SpanTreeVisitor
-
- Volume - Interface in org.apache.accumulo.core.volume
-
Encapsulates a FileSystem
and a base Path
within that filesystem.
- VolumeConfiguration - Class in org.apache.accumulo.core.volume
-
- VolumeConfiguration() - Constructor for class org.apache.accumulo.core.volume.VolumeConfiguration
-
- VolumeImpl - Class in org.apache.accumulo.core.volume
-
Basic Volume implementation that contains a FileSystem and a base path that should be used within that filesystem.
- VolumeImpl(Path, Configuration) - Constructor for class org.apache.accumulo.core.volume.VolumeImpl
-
- VolumeImpl(FileSystem, String) - Constructor for class org.apache.accumulo.core.volume.VolumeImpl
-