Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Exceptions
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Terminally Deprecated Elements
    Element
    Description
    org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType.MERGE
    org.apache.accumulo.core.client.admin.CompactionConfig.getCompactionStrategy()
    since 2.1.0
    org.apache.accumulo.core.client.admin.CompactionConfig.setCompactionStrategy(CompactionStrategyConfig)
    since 2.1.0 use CompactionConfig.setSelector(PluginConfig) and CompactionConfig.setConfigurer(PluginConfig) instead. See CompactionStrategyConfig for details about why this was deprecated.
    org.apache.accumulo.core.client.admin.CompactionStrategyConfig
    since 2.1.0 CompactionStrategies were deprecated for multiple reasons. First, they do not support the new compaction execution model. Second, they bind selection and output file configuration into a single entity when users need to configure these independently. Third, they use internal Accumulo types and ensuring their stability requires manual effort that may never happen. Fourth, writing a correct compaction strategy was exceedingly difficult as it required knowledge of internal tablet server synchronization in order to avoid causing scans to hang. Fifth although measure were taken to execute compaction strategies in the same manner as before, their execution in the new model has subtle differences that may result in suboptimal compactions. Please migrate to using CompactionConfig.setSelector(PluginConfig) and CompactionConfig.setConfigurer(PluginConfig) as soon as possible.
    org.apache.accumulo.core.conf.ClientProperty.TRACE_SPAN_RECEIVER_PREFIX
    org.apache.accumulo.core.conf.ClientProperty.TRACE_SPAN_RECEIVERS
    org.apache.accumulo.core.conf.ClientProperty.TRACE_ZOOKEEPER_PATH
    org.apache.accumulo.core.conf.Property.GC_TRACE_PERCENT
    org.apache.accumulo.core.conf.Property.GC_TRASH_IGNORE
    org.apache.accumulo.core.conf.Property.REPLICATION_TRACE_PERCENT
    org.apache.accumulo.core.conf.Property.TABLE_CLASSPATH
    org.apache.accumulo.core.conf.Property.TABLE_COMPACTION_STRATEGY
    org.apache.accumulo.core.conf.Property.TABLE_COMPACTION_STRATEGY_PREFIX
    org.apache.accumulo.core.conf.Property.TABLE_MAJC_COMPACTALL_IDLETIME
    org.apache.accumulo.core.conf.Property.TSERV_MAJC_MAXCONCURRENT
    org.apache.accumulo.core.conf.Property.TSERV_MAJC_THREAD_MAXOPEN
    org.apache.accumulo.core.conf.Property.TSERV_MAJC_THROUGHPUT
    org.apache.accumulo.core.conf.Property.TSERV_MAJC_TRACE_PERCENT
    org.apache.accumulo.core.conf.Property.TSERV_MINC_TRACE_PERCENT
    org.apache.accumulo.core.conf.Property.TSERV_MONITOR_FS
    org.apache.accumulo.core.conf.Property.VFS_CLASSLOADER_CACHE_DIR
    org.apache.accumulo.core.conf.Property.VFS_CLASSLOADER_SYSTEM_CLASSPATH_PROPERTY
    org.apache.accumulo.core.conf.Property.VFS_CONTEXT_CLASSPATH_PROPERTY
    org.apache.accumulo.core.tabletserver.log.LogEntry.fromBytes(byte[])
    org.apache.accumulo.core.tabletserver.log.LogEntry.toBytes()
  • Deprecated Interfaces
    Interface
    Description
    org.apache.accumulo.core.client.admin.ReplicationOperations
    org.apache.accumulo.core.client.Instance
    since 2.0.0, use Accumulo.newClient() and Properties instead
    org.apache.accumulo.core.constraints.Constraint
    since 2.1.0 Use Constraint
    org.apache.accumulo.core.metrics.MeterRegistryFactory
    since 2.1.3; use MeterRegistryFactory instead
    org.apache.accumulo.core.replication.AccumuloReplicationReplayer
    org.apache.accumulo.core.spi.scan.ScanDispatcher.DispatchParmaters
    since 2.1.0 replaced by ScanDispatcher.DispatchParameters and ScanDispatcher.dispatch(DispatchParameters)
    org.apache.accumulo.core.util.interpret.ScanInterpreter
    since 2.1.0 This will be removed in a future version in favor of JShell
  • Deprecated Classes
    Class
    Description
    org.apache.accumulo.core.client.admin.CompactionStrategyConfig
    since 2.1.0 CompactionStrategies were deprecated for multiple reasons. First, they do not support the new compaction execution model. Second, they bind selection and output file configuration into a single entity when users need to configure these independently. Third, they use internal Accumulo types and ensuring their stability requires manual effort that may never happen. Fourth, writing a correct compaction strategy was exceedingly difficult as it required knowledge of internal tablet server synchronization in order to avoid causing scans to hang. Fifth although measure were taken to execute compaction strategies in the same manner as before, their execution in the new model has subtle differences that may result in suboptimal compactions. Please migrate to using CompactionConfig.setSelector(PluginConfig) and CompactionConfig.setConfigurer(PluginConfig) as soon as possible.
    org.apache.accumulo.core.client.ClientConfiguration
    since 2.0.0, replaced by Accumulo.newClient()
    org.apache.accumulo.core.client.Connector
    since 2.0.0. Use AccumuloClient for writing new code. Connector is available for existing code. Use Connector.from(AccumuloClient) as a bridge between the two.
    org.apache.accumulo.core.client.mapred.AbstractInputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapred.AccumuloInputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapred.InputFormatBase
    since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapred.RangeInputSplit
    since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.InputFormatBase
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.InputTableConfig
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce.partition instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce.partition instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.mapreduce.RangeInputSplit
    since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
    org.apache.accumulo.core.client.ZooKeeperInstance
    since 2.0.0, Use Accumulo.newClient() instead
    org.apache.accumulo.core.clientImpl.ConnectorImpl
    org.apache.accumulo.core.clientImpl.mapred.BatchInputSplit
    since 2.0.0
    org.apache.accumulo.core.clientImpl.mapreduce.BatchInputSplit
    since 2.0.0
    org.apache.accumulo.core.clientImpl.mapreduce.DelegationTokenStub
    since 2.0.0
    org.apache.accumulo.core.clientImpl.mapreduce.SplitUtils
    since 2.0.0
    org.apache.accumulo.core.clientImpl.ReplicationOperationsImpl
    org.apache.accumulo.core.constraints.DefaultKeySizeConstraint
    since 2.1.0 Use DefaultKeySizeConstraint
    org.apache.accumulo.core.constraints.NoDeleteConstraint
    since 2.1.0 Use NoDeleteConstraint
    org.apache.accumulo.core.constraints.VisibilityConstraint
    since 2.1.0 Use VisibilityConstraint
    org.apache.accumulo.core.metadata.schema.MetadataSchema.OldScanServerFileReferenceSection
    org.apache.accumulo.core.replication.ReplicationConfigurationUtil
    org.apache.accumulo.core.replication.ReplicationConstants
    org.apache.accumulo.core.replication.ReplicationSchema.OrderSection
    org.apache.accumulo.core.replication.ReplicationSchema.StatusSection
    org.apache.accumulo.core.replication.ReplicationSchema.WorkSection
    org.apache.accumulo.core.replication.ReplicationTable
    org.apache.accumulo.core.replication.ReplicationTarget
    org.apache.accumulo.core.util.CleanUp
    since 2.0.0 Use only AccumuloClient instead. Also, make sure you close the AccumuloClient instances.
    org.apache.accumulo.core.util.format.BinaryFormatter
    since 1.8.0; Use DefaultFormatter providing showLength and printTimestamps via FormatterConfig.
    org.apache.accumulo.core.util.format.DateStringFormatter
    since 1.8.0
    org.apache.accumulo.core.util.format.HexFormatter
    org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
    since 2.1.0 This will be removed in a future version in favor of JShell
    org.apache.accumulo.core.util.interpret.HexScanInterpreter
  • Deprecated Exceptions
    Exceptions
    Description
    org.apache.accumulo.core.client.replication.PeerExistsException
    org.apache.accumulo.core.client.replication.PeerNotFoundException
    org.apache.accumulo.core.replication.ReplicationTableOfflineException
  • Deprecated Fields
    Field
    Description
    org.apache.accumulo.core.conf.ClientProperty.TRACE_SPAN_RECEIVER_PREFIX
  • Deprecated Methods
    Method
    Description
    org.apache.accumulo.core.client.AccumuloClient.replicationOperations()
    org.apache.accumulo.core.client.admin.CompactionConfig.getCompactionStrategy()
    since 2.1.0
    org.apache.accumulo.core.client.admin.CompactionConfig.setCompactionStrategy(CompactionStrategyConfig)
    since 2.1.0 use CompactionConfig.setSelector(PluginConfig) and CompactionConfig.setConfigurer(PluginConfig) instead. See CompactionStrategyConfig for details about why this was deprecated.
    org.apache.accumulo.core.client.admin.InstanceOperations.getInstanceID()
    in 2.1.0 Use InstanceOperations.getInstanceId()
    org.apache.accumulo.core.client.admin.TableOperations.create(String, boolean)
    since 1.7.0; use TableOperations.create(String, NewTableConfiguration) instead.
    org.apache.accumulo.core.client.admin.TableOperations.create(String, boolean, TimeType)
    since 1.7.0; use TableOperations.create(String, NewTableConfiguration) instead.
    org.apache.accumulo.core.client.admin.TableOperations.getSplits(String)
    since 1.5.0; use TableOperations.listSplits(String) instead.
    org.apache.accumulo.core.client.admin.TableOperations.getSplits(String, int)
    since 1.5.0; use TableOperations.listSplits(String, int) instead.
    org.apache.accumulo.core.client.admin.TableOperations.importDirectory(String, String, String, boolean)
    since 2.0.0 use TableOperations.importDirectory(String) instead.
    org.apache.accumulo.core.client.Connector.createBatchDeleter(String, Authorizations, int, long, long, int)
    since 1.5.0; Use Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig) instead.
    org.apache.accumulo.core.client.Connector.createBatchWriter(String, long, long, int)
    since 1.5.0; Use Connector.createBatchWriter(String, BatchWriterConfig) instead.
    org.apache.accumulo.core.client.Connector.createMultiTableBatchWriter(long, long, int)
    since 1.5.0; Use Connector.createMultiTableBatchWriter(BatchWriterConfig) instead.
    org.apache.accumulo.core.client.Instance.getConnector(String, byte[])
    since 1.5, use Instance.getConnector(String, AuthenticationToken) with PasswordToken
    org.apache.accumulo.core.client.Instance.getConnector(String, CharSequence)
    since 1.5, use Instance.getConnector(String, AuthenticationToken) with PasswordToken
    org.apache.accumulo.core.client.Instance.getConnector(String, ByteBuffer)
    since 1.5, use Instance.getConnector(String, AuthenticationToken) with PasswordToken
    org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader.setupIterators(JobConf, Scanner, String, RangeInputSplit)
    since 1.7.0; Use AbstractInputFormat.AbstractRecordReader.jobIterators(org.apache.hadoop.mapred.JobConf, java.lang.String) instead.
    org.apache.accumulo.core.client.mapred.AbstractInputFormat.setZooKeeperInstance(JobConf, String, String)
    since 1.6.0; Use AbstractInputFormat.setZooKeeperInstance(JobConf, org.apache.accumulo.core.client.ClientConfiguration) instead.
    org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.getToken(JobConf)
    since 1.6.0; Use AccumuloOutputFormat.getAuthenticationToken(JobConf) instead.
    org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.getTokenClass(JobConf)
    since 1.6.0; Use AccumuloOutputFormat.getAuthenticationToken(JobConf) instead.
    org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.setZooKeeperInstance(JobConf, String, String)
    since 1.6.0; Use AccumuloOutputFormat.setZooKeeperInstance(JobConf, org.apache.accumulo.core.client.ClientConfiguration) instead.
    org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase.jobIterators(JobConf, String)
    org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase.setupIterators(List<IteratorSetting>, Scanner)
    since 1.7.0; Use InputFormatBase.RecordReaderBase.jobIterators(org.apache.hadoop.mapred.JobConf, java.lang.String) instead.
    org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase.setupIterators(JobConf, Scanner)
    org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader.setupIterators(TaskAttemptContext, Scanner, String, RangeInputSplit)
    since 1.7.0; Use AbstractInputFormat.AbstractRecordReader.contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext, java.lang.String) instead.
    org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.getToken(JobContext)
    since 1.6.0; Use AbstractInputFormat.getAuthenticationToken(JobContext) instead.
    org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.getTokenClass(JobContext)
    since 1.6.0; Use AbstractInputFormat.getAuthenticationToken(JobContext) instead.
    org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.setZooKeeperInstance(Job, String, String)
    since 1.6.0
    org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.getToken(JobContext)
    since 1.6.0; Use AccumuloOutputFormat.getAuthenticationToken(JobContext) instead.
    org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.getTokenClass(JobContext)
    since 1.6.0; Use AccumuloOutputFormat.getAuthenticationToken(JobContext) instead.
    org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.setZooKeeperInstance(Job, String, String)
    since 1.6.0; Use AccumuloOutputFormat.setZooKeeperInstance(Job, org.apache.accumulo.core.client.ClientConfiguration) instead.
    org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase.contextIterators(TaskAttemptContext, String)
    org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase.setupIterators(TaskAttemptContext, Scanner)
    since 1.7.0; Use InputFormatBase.RecordReaderBase.contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext, java.lang.String) instead.
    org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase.setupIterators(TaskAttemptContext, Scanner, RangeInputSplit)
    since 1.7.0; Use InputFormatBase.RecordReaderBase.contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext, java.lang.String) instead.
    org.apache.accumulo.core.client.mapreduce.RangeInputSplit.getInstance()
    since 1.7.0, use getInstance(ClientConfiguration) instead.
    org.apache.accumulo.core.client.mapreduce.RangeInputSplit.getTable()
    since 1.6.1, use getTableName() instead.
    org.apache.accumulo.core.client.mapreduce.RangeInputSplit.setTable(String)
    since 1.6.1, use setTableName() instead.
    org.apache.accumulo.core.client.sample.AbstractHashSampler.isValidOption(String)
    since 2.1.0, replaced by AbstractHashSampler.validateOptions(Map)
    org.apache.accumulo.core.clientImpl.ClientContext.replicationOperations()
    org.apache.accumulo.core.clientImpl.InstanceOperationsImpl.getInstanceID()
    org.apache.accumulo.core.clientImpl.TableOperationsImpl.importDirectory(String, String, String, boolean)
    org.apache.accumulo.core.data.ConditionalMutation.setReplicationSources(Set<String>)
    org.apache.accumulo.core.data.Mutation.addReplicationSource(String)
    The feature pertaining to this method was deprecated in 2.1.0, but this method was overlooked when annotating the code. It is being marked as deprecated in 2.1.1 in order to correct that oversight, and will be removed in 3.0.0 with the rest of the code pertaining to this feature.
    org.apache.accumulo.core.data.Mutation.getReplicationSources()
    The feature pertaining to this method was deprecated in 2.1.0, but this method was overlooked when annotating the code. It is being marked as deprecated in 2.1.1 in order to correct that oversight, and will be removed in 3.0.0 with the rest of the code pertaining to this feature.
    org.apache.accumulo.core.data.Mutation.setReplicationSources(Set<String>)
    The feature pertaining to this method was deprecated in 2.1.0, but this method was overlooked when annotating the code. It is being marked as deprecated in 2.1.1 in order to correct that oversight, and will be removed in 3.0.0 with the rest of the code pertaining to this feature.
    org.apache.accumulo.core.data.TabletId.getTableId()
    use TabletId.getTable() and AbstractId.canonical() instead
    org.apache.accumulo.core.dataImpl.TabletIdImpl.getTableId()
    org.apache.accumulo.core.iterators.IteratorEnvironment.getConfig()
    since 2.0.0. This method was using an unstable non public type. Use IteratorEnvironment.getPluginEnv()
    org.apache.accumulo.core.iterators.IteratorEnvironment.getServiceEnv()
    since 2.1.0. This method was using a non public API type. Use IteratorEnvironment.getPluginEnv() instead because it has better stability guarantees.
    org.apache.accumulo.core.iterators.IteratorEnvironment.registerSideChannel(SortedKeyValueIterator<Key, Value>)
    since 2.0.0. This was an experimental feature and was never tested or documented.
    org.apache.accumulo.core.iterators.IteratorEnvironment.reserveMapFileReader(String)
    since 2.0.0. This is a legacy method used for internal backwards compatibility.
    org.apache.accumulo.core.spi.cache.BlockCacheManager.getFullyQualifiedPropertyPrefix(String)
    since 2.1.0 because this method does not support scan servers, only tservers. Use BlockCacheManager.Configuration.getProperties(String, CacheType) instead.
    org.apache.accumulo.core.spi.cache.BlockCacheManager.getFullyQualifiedPropertyPrefix(String, CacheType)
    since 2.1.0 because this method does not support scan servers, only tservers. Use BlockCacheManager.Configuration.getProperties(String, CacheType) instead.
    org.apache.accumulo.core.spi.scan.ScanDispatcher.dispatch(ScanDispatcher.DispatchParmaters)
    since 2.1.0 please implement ScanDispatcher.dispatch(DispatchParameters) instead of this. Accumulo will only call ScanDispatcher.dispatch(DispatchParameters) directly, it will never call this. However the default implementation of ScanDispatcher.dispatch(DispatchParameters) calls this method.
    org.apache.accumulo.core.tabletserver.log.LogEntry.fromBytes(byte[])
    org.apache.accumulo.core.tabletserver.log.LogEntry.toBytes()
  • Deprecated Constructors
    Constructor
    Description
    org.apache.accumulo.core.client.MutationsRejectedException(Instance, List<ConstraintViolationSummary>, Map<TabletId, Set<SecurityErrorCode>>, Collection<String>, int, Throwable)
    since 2.0.0, replaced by MutationsRejectedException(AccumuloClient, List, Map, Collection, int, Throwable)
    org.apache.accumulo.core.client.TableOfflineException(Instance, String)
    since 2.0.0, replaced by TableOfflineException(String)
  • Deprecated Enum Constants
    Enum Constant
    Description
    org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType.MERGE
    org.apache.accumulo.core.client.ClientConfiguration.ClientProperty.TRACE_SPAN_RECEIVER_PREFIX
    org.apache.accumulo.core.client.ClientConfiguration.ClientProperty.TRACE_SPAN_RECEIVERS
    org.apache.accumulo.core.client.ClientConfiguration.ClientProperty.TRACE_ZK_PATH
    org.apache.accumulo.core.conf.ClientProperty.TRACE_SPAN_RECEIVERS
    org.apache.accumulo.core.conf.ClientProperty.TRACE_ZOOKEEPER_PATH
    org.apache.accumulo.core.conf.Property.GC_TRACE_PERCENT
    org.apache.accumulo.core.conf.Property.GC_TRASH_IGNORE
    org.apache.accumulo.core.conf.Property.GENERAL_CLASSPATHS
    org.apache.accumulo.core.conf.Property.GENERAL_DYNAMIC_CLASSPATHS
    org.apache.accumulo.core.conf.Property.GENERAL_MAX_MESSAGE_SIZE
    org.apache.accumulo.core.conf.Property.GENERAL_SIMPLETIMER_THREADPOOL_SIZE
    org.apache.accumulo.core.conf.Property.INSTANCE_DFS_DIR
    org.apache.accumulo.core.conf.Property.INSTANCE_DFS_URI
    org.apache.accumulo.core.conf.Property.MANAGER_BULK_RENAME_THREADS
    org.apache.accumulo.core.conf.Property.MANAGER_REPLICATION_COORDINATOR_MINTHREADS
    org.apache.accumulo.core.conf.Property.MANAGER_REPLICATION_COORDINATOR_PORT
    org.apache.accumulo.core.conf.Property.MANAGER_REPLICATION_COORDINATOR_THREADCHECK
    org.apache.accumulo.core.conf.Property.MANAGER_REPLICATION_SCAN_INTERVAL
    org.apache.accumulo.core.conf.Property.MANAGER_WALOG_CLOSER_IMPLEMETATION
    org.apache.accumulo.core.conf.Property.MASTER_PREFIX
    org.apache.accumulo.core.conf.Property.REPLICATION_DRIVER_DELAY
    org.apache.accumulo.core.conf.Property.REPLICATION_MAX_UNIT_SIZE
    org.apache.accumulo.core.conf.Property.REPLICATION_MAX_WORK_QUEUE
    org.apache.accumulo.core.conf.Property.REPLICATION_MIN_THREADS
    org.apache.accumulo.core.conf.Property.REPLICATION_NAME
    org.apache.accumulo.core.conf.Property.REPLICATION_PEER_KEYTAB
    org.apache.accumulo.core.conf.Property.REPLICATION_PEER_PASSWORD
    org.apache.accumulo.core.conf.Property.REPLICATION_PEER_USER
    org.apache.accumulo.core.conf.Property.REPLICATION_PEERS
    org.apache.accumulo.core.conf.Property.REPLICATION_PREFIX
    org.apache.accumulo.core.conf.Property.REPLICATION_RECEIPT_SERVICE_PORT
    org.apache.accumulo.core.conf.Property.REPLICATION_RPC_TIMEOUT
    org.apache.accumulo.core.conf.Property.REPLICATION_THREADCHECK
    org.apache.accumulo.core.conf.Property.REPLICATION_TRACE_PERCENT
    org.apache.accumulo.core.conf.Property.REPLICATION_WORK_ASSIGNER
    org.apache.accumulo.core.conf.Property.REPLICATION_WORK_ASSIGNMENT_SLEEP
    org.apache.accumulo.core.conf.Property.REPLICATION_WORK_ATTEMPTS
    org.apache.accumulo.core.conf.Property.REPLICATION_WORK_PROCESSOR_DELAY
    org.apache.accumulo.core.conf.Property.REPLICATION_WORK_PROCESSOR_PERIOD
    org.apache.accumulo.core.conf.Property.REPLICATION_WORKER_THREADS
    org.apache.accumulo.core.conf.Property.TABLE_CLASSPATH
    org.apache.accumulo.core.conf.Property.TABLE_COMPACTION_STRATEGY
    org.apache.accumulo.core.conf.Property.TABLE_COMPACTION_STRATEGY_PREFIX
    org.apache.accumulo.core.conf.Property.TABLE_INTERPRETER_CLASS
    org.apache.accumulo.core.conf.Property.TABLE_MAJC_COMPACTALL_IDLETIME
    org.apache.accumulo.core.conf.Property.TABLE_MINC_LOGS_MAX
    org.apache.accumulo.core.conf.Property.TABLE_REPLICATION
    org.apache.accumulo.core.conf.Property.TABLE_REPLICATION_TARGET
    org.apache.accumulo.core.conf.Property.TABLE_WALOG_ENABLED
    org.apache.accumulo.core.conf.Property.TRACE_PASSWORD
    org.apache.accumulo.core.conf.Property.TRACE_PORT
    org.apache.accumulo.core.conf.Property.TRACE_PREFIX
    org.apache.accumulo.core.conf.Property.TRACE_SPAN_RECEIVER_PREFIX
    org.apache.accumulo.core.conf.Property.TRACE_SPAN_RECEIVERS
    org.apache.accumulo.core.conf.Property.TRACE_TABLE
    org.apache.accumulo.core.conf.Property.TRACE_TOKEN_PROPERTY_PREFIX
    org.apache.accumulo.core.conf.Property.TRACE_TOKEN_TYPE
    org.apache.accumulo.core.conf.Property.TRACE_USER
    org.apache.accumulo.core.conf.Property.TRACE_ZK_PATH
    org.apache.accumulo.core.conf.Property.TSERV_MAJC_MAXCONCURRENT
    org.apache.accumulo.core.conf.Property.TSERV_MAJC_THREAD_MAXOPEN
    org.apache.accumulo.core.conf.Property.TSERV_MAJC_THROUGHPUT
    org.apache.accumulo.core.conf.Property.TSERV_MAJC_TRACE_PERCENT
    org.apache.accumulo.core.conf.Property.TSERV_MAX_MESSAGE_SIZE
    org.apache.accumulo.core.conf.Property.TSERV_METADATA_READ_AHEAD_MAXCONCURRENT
    org.apache.accumulo.core.conf.Property.TSERV_MINC_TRACE_PERCENT
    org.apache.accumulo.core.conf.Property.TSERV_MONITOR_FS
    org.apache.accumulo.core.conf.Property.TSERV_READ_AHEAD_MAXCONCURRENT
    org.apache.accumulo.core.conf.Property.TSERV_RECOVERY_MAX_CONCURRENT
    org.apache.accumulo.core.conf.Property.TSERV_REPLICATION_BW_REPLAYER_MEMORY
    org.apache.accumulo.core.conf.Property.TSERV_REPLICATION_DEFAULT_HANDLER
    org.apache.accumulo.core.conf.Property.TSERV_REPLICATION_REPLAYERS
    org.apache.accumulo.core.conf.Property.TSERV_SORT_BUFFER_SIZE
    org.apache.accumulo.core.conf.Property.TSERV_WAL_SYNC_METHOD
    org.apache.accumulo.core.conf.Property.TSERV_WALOG_MAX_AGE
    org.apache.accumulo.core.conf.Property.TSERV_WALOG_MAX_REFERENCED
    org.apache.accumulo.core.conf.Property.TSERV_WALOG_MAX_SIZE
    org.apache.accumulo.core.conf.Property.TSERV_WALOG_TOLERATED_CREATION_FAILURES
    org.apache.accumulo.core.conf.Property.TSERV_WALOG_TOLERATED_MAXIMUM_WAIT_DURATION
    org.apache.accumulo.core.conf.Property.TSERV_WALOG_TOLERATED_WAIT_INCREMENT
    org.apache.accumulo.core.conf.Property.TSERV_WORKQ_THREADS
    org.apache.accumulo.core.conf.Property.VFS_CLASSLOADER_CACHE_DIR
    org.apache.accumulo.core.conf.Property.VFS_CLASSLOADER_SYSTEM_CLASSPATH_PROPERTY
    org.apache.accumulo.core.conf.Property.VFS_CONTEXT_CLASSPATH_PROPERTY

Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.