Uses of Class
org.apache.accumulo.core.conf.AccumuloConfiguration
-
-
Uses of AccumuloConfiguration in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return AccumuloConfiguration Modifier and Type Method Description AccumuloConfigurationClientContext. getConfiguration()Retrieve the configuration used to construct this contextstatic AccumuloConfigurationClientConfConverter. toAccumuloConf(Properties properties)static AccumuloConfigurationClientConfConverter. toAccumuloConf(ClientConfiguration config)A utility method for converting client configuration to a standard configuration object for use internally.Methods in org.apache.accumulo.core.clientImpl with parameters of type AccumuloConfiguration Modifier and Type Method Description static ClientConfigurationClientConfConverter. toClientConf(AccumuloConfiguration conf)static PropertiesClientConfConverter. toProperties(AccumuloConfiguration config)Constructors in org.apache.accumulo.core.clientImpl with parameters of type AccumuloConfiguration Constructor Description ClientContext(SingletonReservation reservation, ClientInfo info, AccumuloConfiguration serverConf)Create a client context with the provided configuration. -
Uses of AccumuloConfiguration in org.apache.accumulo.core.clientImpl.bulk
Methods in org.apache.accumulo.core.clientImpl.bulk with parameters of type AccumuloConfiguration Modifier and Type Method Description static Map<KeyExtent,Long>BulkImport. estimateSizes(AccumuloConfiguration acuConf, org.apache.hadoop.fs.Path mapFile, long fileSize, Collection<KeyExtent> extents, org.apache.hadoop.fs.FileSystem ns, com.google.common.cache.Cache<String,Long> fileLenCache, CryptoService cs) -
Uses of AccumuloConfiguration in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib that return AccumuloConfiguration Modifier and Type Method Description static AccumuloConfigurationFileOutputConfigurator. getAccumuloConfiguration(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)This helper method provides an AccumuloConfiguration object constructed from the Accumulo defaults, and overridden with Accumulo properties that have been stored in the Job's configuration. -
Uses of AccumuloConfiguration in org.apache.accumulo.core.conf
Subclasses of AccumuloConfiguration in org.apache.accumulo.core.conf Modifier and Type Class Description classConfigurationCopyAnAccumuloConfigurationwhich holds a flat copy of properties defined in another configurationclassDefaultConfigurationAnAccumuloConfigurationthat contains only default values for properties.classSiteConfigurationAnAccumuloConfigurationwhich first loads any properties set on the command-line (using the -o option) and then from accumulo.properties.Methods in org.apache.accumulo.core.conf with parameters of type AccumuloConfiguration Modifier and Type Method Description static SortedKeyValueIterator<Key,Value>IterConfigUtil. convertItersAndLoad(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<Key,Value> source, AccumuloConfiguration conf, List<IteratorSetting> iterators, IteratorEnvironment env)Convert the list of iterators to IterInfo objects and then load the stack.static <T> TProperty. createInstanceFromPropertyName(AccumuloConfiguration conf, Property property, Class<T> base, T defaultInstance)Creates a new instance of a class specified in a configuration property.static <T> TProperty. createTableInstanceFromPropertyName(AccumuloConfiguration conf, Property property, Class<T> base, T defaultInstance)Creates a new instance of a class specified in a configuration property.static Map<String,String>Property. getCompactionStrategyOptions(AccumuloConfiguration tableConf)Collects together properties from the given configuration pertaining to compaction strategies.static IterLoadIterConfigUtil. loadIterConf(IteratorUtil.IteratorScope scope, List<IterInfo> iters, Map<String,Map<String,String>> iterOpts, AccumuloConfiguration conf)static List<IterInfo>IterConfigUtil. parseIterConf(IteratorUtil.IteratorScope scope, List<IterInfo> iters, Map<String,Map<String,String>> allOptions, AccumuloConfiguration conf)Method parameters in org.apache.accumulo.core.conf with type arguments of type AccumuloConfiguration Modifier and Type Method Description <T> AccumuloConfiguration.Deriver<T>AccumuloConfiguration. newDeriver(Function<AccumuloConfiguration,T> converter)Enables deriving an object from configuration and automatically deriving a new object any time configuration changes. -
Uses of AccumuloConfiguration in org.apache.accumulo.core.crypto
Methods in org.apache.accumulo.core.crypto with parameters of type AccumuloConfiguration Modifier and Type Method Description static CryptoServiceCryptoServiceFactory. newInstance(AccumuloConfiguration conf, CryptoServiceFactory.ClassloaderType ct) -
Uses of AccumuloConfiguration in org.apache.accumulo.core.file
Fields in org.apache.accumulo.core.file declared as AccumuloConfiguration Modifier and Type Field Description AccumuloConfigurationFileOperations.FileOptions. tableConfigurationMethods in org.apache.accumulo.core.file that return AccumuloConfiguration Modifier and Type Method Description protected AccumuloConfigurationFileOperations.FileHelper. getTableConfiguration()AccumuloConfigurationFileOperations.FileOptions. getTableConfiguration()Constructors in org.apache.accumulo.core.file with parameters of type AccumuloConfiguration Constructor Description FileOptions(AccumuloConfiguration tableConfiguration, String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, RateLimiter rateLimiter, String compression, org.apache.hadoop.fs.FSDataOutputStream outputStream, boolean enableAccumuloStart, CacheProvider cacheProvider, com.google.common.cache.Cache<String,Long> fileLenCache, boolean seekToBeginning, CryptoService cryptoService, Range range, Set<ByteSequence> columnFamilies, boolean inclusive)Reader(FileSKVIterator reader, AccumuloConfiguration acuconf) -
Uses of AccumuloConfiguration in org.apache.accumulo.core.file.blockfile.cache.impl
Methods in org.apache.accumulo.core.file.blockfile.cache.impl with parameters of type AccumuloConfiguration Modifier and Type Method Description static BlockCacheManagerBlockCacheManagerFactory. getClientInstance(AccumuloConfiguration conf)Get the BlockCacheFactory specified by the property 'tserver.cache.factory.class'static BlockCacheManagerBlockCacheManagerFactory. getInstance(AccumuloConfiguration conf)Get the BlockCacheFactory specified by the property 'tserver.cache.factory.class' using the AccumuloVFSClassLoaderConstructors in org.apache.accumulo.core.file.blockfile.cache.impl with parameters of type AccumuloConfiguration Constructor Description BlockCacheConfiguration(AccumuloConfiguration conf) -
Uses of AccumuloConfiguration in org.apache.accumulo.core.file.blockfile.impl
Constructors in org.apache.accumulo.core.file.blockfile.impl with parameters of type AccumuloConfiguration Constructor Description ScanCacheProvider(AccumuloConfiguration tableConfig, ScanDirectives directives, BlockCache indexCache, BlockCache dataCache) -
Uses of AccumuloConfiguration in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators that return AccumuloConfiguration Modifier and Type Method Description default AccumuloConfigurationIteratorEnvironment. getConfig()Deprecated.since 2.0.0. -
Uses of AccumuloConfiguration in org.apache.accumulo.core.iteratorsImpl.system
Methods in org.apache.accumulo.core.iteratorsImpl.system with parameters of type AccumuloConfiguration Modifier and Type Method Description static DeletingIterator.BehaviorDeletingIterator. getBehavior(AccumuloConfiguration conf)static SortedKeyValueIterator<Key,Value>SystemIteratorUtil. setupSystemScanIterators(SortedKeyValueIterator<Key,Value> source, Set<Column> cols, Authorizations auths, byte[] defaultVisibility, AccumuloConfiguration conf) -
Uses of AccumuloConfiguration in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication with parameters of type AccumuloConfiguration Modifier and Type Method Description static booleanReplicationConfigurationUtil. isEnabled(KeyExtent extent, AccumuloConfiguration conf)Determines if the replication is enabled for the givenKeyExtent -
Uses of AccumuloConfiguration in org.apache.accumulo.core.rpc
Methods in org.apache.accumulo.core.rpc with parameters of type AccumuloConfiguration Modifier and Type Method Description static SslConnectionParamsSslConnectionParams. forClient(AccumuloConfiguration configuration)static SslConnectionParamsSslConnectionParams. forConfig(AccumuloConfiguration conf, boolean server)static SslConnectionParamsSslConnectionParams. forServer(AccumuloConfiguration configuration)static SaslConnectionParamsSaslConnectionParams. from(AccumuloConfiguration config, AuthenticationToken token)voidSslConnectionParams. setKeyStoreFromConf(AccumuloConfiguration conf)voidSslConnectionParams. setTrustStoreFromConf(AccumuloConfiguration conf)Constructors in org.apache.accumulo.core.rpc with parameters of type AccumuloConfiguration Constructor Description SaslConnectionParams(AccumuloConfiguration conf, AuthenticationToken token) -
Uses of AccumuloConfiguration in org.apache.accumulo.core.sample.impl
Methods in org.apache.accumulo.core.sample.impl with parameters of type AccumuloConfiguration Modifier and Type Method Description static SamplerSamplerFactory. newSampler(SamplerConfigurationImpl config, AccumuloConfiguration acuconf)static SamplerSamplerFactory. newSampler(SamplerConfigurationImpl config, AccumuloConfiguration acuconf, boolean useAccumuloStart)static SamplerConfigurationImplSamplerConfigurationImpl. newSamplerConfig(AccumuloConfiguration acuconf) -
Uses of AccumuloConfiguration in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary with parameters of type AccumuloConfiguration Modifier and Type Method Description static List<SummarizerConfiguration>SummarizerConfigurationUtil. getSummarizerConfigs(AccumuloConfiguration aconf)static FileSKVWriterSummaryWriter. wrap(FileSKVWriter writer, AccumuloConfiguration tableConfig, boolean useAccumuloStart)Constructors in org.apache.accumulo.core.summary with parameters of type AccumuloConfiguration Constructor Description Gatherer(ClientContext context, TSummaryRequest request, AccumuloConfiguration tableConfig, CryptoService cryptoService)SummarizerFactory(AccumuloConfiguration tableConfig) -
Uses of AccumuloConfiguration in org.apache.accumulo.core.trace
Methods in org.apache.accumulo.core.trace with parameters of type AccumuloConfiguration Modifier and Type Method Description static voidTraceUtil. enableServerTraces(String hostname, String service, AccumuloConfiguration conf)Enable tracing by setting up SpanReceivers for the current process. -
Uses of AccumuloConfiguration in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util with parameters of type AccumuloConfiguration Modifier and Type Method Description static Map<String,Set<ByteSequence>>LocalityGroupUtil. getLocalityGroups(AccumuloConfiguration acuconf)static Map<String,Set<ByteSequence>>LocalityGroupUtil. getLocalityGroupsIgnoringErrors(AccumuloConfiguration acuconf, TableId tableId) -
Uses of AccumuloConfiguration in org.apache.accumulo.core.volume
Methods in org.apache.accumulo.core.volume with parameters of type AccumuloConfiguration Modifier and Type Method Description static <T extends org.apache.hadoop.fs.FileSystem>
VolumeVolumeConfiguration. create(T fs, AccumuloConfiguration acuconf)Create a Volume with the given FileSystem that writes to the default pathstatic StringVolumeConfiguration. getConfiguredBaseDir(AccumuloConfiguration conf, org.apache.hadoop.conf.Configuration hadoopConfig)Deprecated.static VolumeVolumeConfiguration. getDefaultVolume(org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)static VolumeVolumeConfiguration. getVolume(String path, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)static Set<String>VolumeConfiguration. getVolumeUris(AccumuloConfiguration conf, org.apache.hadoop.conf.Configuration hadoopConfig) -
Uses of AccumuloConfiguration in org.apache.accumulo.fate.zookeeper
Constructors in org.apache.accumulo.fate.zookeeper with parameters of type AccumuloConfiguration Constructor Description ZooReaderWriter(AccumuloConfiguration conf)
-