| Constructor and Description |
|---|
ThreadedActionListener.Wrapper(ESLogger logger,
Settings settings,
ThreadPool threadPool) |
ThreadedActionListener(ESLogger logger,
ThreadPool threadPool,
String executor,
ActionListener<Response> listener) |
| Modifier and Type | Field and Description |
|---|---|
protected ESLogger |
ClusterStateObserver.logger |
| Constructor and Description |
|---|
ClusterStateObserver(ClusterService clusterService,
ESLogger logger) |
ClusterStateObserver(ClusterService clusterService,
TimeValue timeout,
ESLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
static MetaData |
MetaData.addDefaultUnitsIfNeeded(ESLogger logger,
MetaData metaData)
As of 2.0 we require units for time and byte-sized settings.
|
static Settings |
MetaData.addDefaultUnitsIfNeeded(Set<String> timeSettings,
Set<String> byteSettings,
ESLogger logger,
Settings settings)
As of 2.0 we require units for time and byte-sized settings.
|
| Constructor and Description |
|---|
BalancedShardsAllocator.Balancer(ESLogger logger,
RoutingAllocation allocation,
BalancedShardsAllocator.WeightFunction weight,
float threshold) |
| Constructor and Description |
|---|
ChildMemoryCircuitBreaker(BreakerSettings settings,
ChildMemoryCircuitBreaker oldBreaker,
ESLogger logger,
HierarchyCircuitBreakerService parent,
String name)
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
|
ChildMemoryCircuitBreaker(BreakerSettings settings,
ESLogger logger,
HierarchyCircuitBreakerService parent,
String name)
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
|
MemoryCircuitBreaker(ByteSizeValue limit,
double overheadConstant,
ESLogger logger)
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
|
MemoryCircuitBreaker(ByteSizeValue limit,
double overheadConstant,
MemoryCircuitBreaker oldBreaker,
ESLogger logger)
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
|
| Modifier and Type | Field and Description |
|---|---|
protected ESLogger |
AbstractComponent.logger |
| Modifier and Type | Field and Description |
|---|---|
protected static ESLogger |
ShapeBuilder.LOGGER |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FileSystemUtils.isAccessibleDirectory(Path directory,
ESLogger logger)
Check that a directory exists, is a directory and is readable
by the current user
|
| Modifier and Type | Method and Description |
|---|---|
static ESLogger |
Loggers.getLogger(Class clazz) |
static ESLogger |
Loggers.getLogger(Class clazz,
Settings settings,
Index index,
String... prefixes) |
static ESLogger |
Loggers.getLogger(Class clazz,
Settings settings,
ShardId shardId,
String... prefixes) |
static ESLogger |
Loggers.getLogger(Class clazz,
Settings settings,
String... prefixes) |
static ESLogger |
Loggers.getLogger(Class clazz,
String... prefixes) |
static ESLogger |
Loggers.getLogger(ESLogger parentLogger,
String s) |
static ESLogger |
ESLoggerFactory.getLogger(String name) |
static ESLogger |
Loggers.getLogger(String s) |
static ESLogger |
Loggers.getLogger(String loggerName,
Settings settings,
ShardId shardId,
String... prefixes)
Just like
Loggers.getLogger(Class, org.elasticsearch.common.settings.Settings,ShardId,String...) but String loggerName instead of Class. |
static ESLogger |
Loggers.getLogger(String loggerName,
Settings settings,
String... prefixes) |
static ESLogger |
Loggers.getLogger(String name,
String... prefixes) |
static ESLogger |
ESLoggerFactory.getLogger(String prefix,
String name) |
static ESLogger |
ESLoggerFactory.getRootLogger() |
ESLogger |
ESLoggerFactory.newInstance(String name) |
protected abstract ESLogger |
ESLoggerFactory.newInstance(String prefix,
String name) |
protected abstract ESLogger |
ESLoggerFactory.rootLogger() |
| Modifier and Type | Method and Description |
|---|---|
static ESLogger |
Loggers.getLogger(ESLogger parentLogger,
String s) |
| Constructor and Description |
|---|
DeprecationLogger(ESLogger parentLogger)
Creates a new deprecation logger based on the parent logger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdkESLogger |
| Modifier and Type | Method and Description |
|---|---|
protected ESLogger |
JdkESLoggerFactory.newInstance(String prefix,
String name) |
protected ESLogger |
JdkESLoggerFactory.rootLogger() |
| Modifier and Type | Class and Description |
|---|---|
class |
Log4jESLogger |
| Modifier and Type | Method and Description |
|---|---|
protected ESLogger |
Log4jESLoggerFactory.newInstance(String prefix,
String name) |
protected ESLogger |
Log4jESLoggerFactory.rootLogger() |
| Modifier and Type | Class and Description |
|---|---|
class |
Slf4jESLogger |
| Modifier and Type | Method and Description |
|---|---|
protected ESLogger |
Slf4jESLoggerFactory.newInstance(String prefix,
String name) |
protected ESLogger |
Slf4jESLoggerFactory.rootLogger() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractESLogger |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.util.Version |
Lucene.parseVersion(String version,
org.apache.lucene.util.Version defaultVersion,
ESLogger logger) |
| Constructor and Description |
|---|
LoggerInfoStream(ESLogger parentLogger) |
| Constructor and Description |
|---|
OpenChannelsHandler(ESLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MultiDataPathUpgrader.upgradeMultiDataPath(NodeEnvironment nodeEnv,
ESLogger logger)
Runs an upgrade on all shards located under the given node environment if there is more than 1 data.path configured
otherwise this method will return immediately.
|
| Constructor and Description |
|---|
LoggingRunnable(ESLogger logger,
Runnable runnable) |
| Modifier and Type | Field and Description |
|---|---|
protected ESLogger |
AsyncShardFetch.logger |
| Modifier and Type | Method and Description |
|---|---|
T |
MetaDataStateFormat.loadLatestState(ESLogger logger,
Path... dataLocations)
Tries to load the latest state from the given data-locations.
|
| Constructor and Description |
|---|
AsyncShardFetch(ESLogger logger,
String type,
ShardId shardId,
AsyncShardFetch.List<? extends BaseNodesResponse<T>,T> action) |
| Modifier and Type | Field and Description |
|---|---|
protected ESLogger |
AbstractIndexComponent.logger |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.util.Version |
Analysis.parseAnalysisVersion(Settings indexSettings,
Settings settings,
ESLogger logger) |
| Constructor and Description |
|---|
PerFieldMappingPostingFormatCodec(org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.Mode compressionMode,
MapperService mapperService,
ESLogger logger) |
| Modifier and Type | Field and Description |
|---|---|
protected ESLogger |
Engine.logger |
| Constructor and Description |
|---|
EngineSearcher(String source,
org.apache.lucene.search.IndexSearcher searcher,
org.apache.lucene.search.SearcherManager manager,
Store store,
ESLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
static IndexOrdinalsFieldData |
GlobalOrdinalsBuilder.build(org.apache.lucene.index.IndexReader indexReader,
IndexOrdinalsFieldData indexFieldData,
Settings settings,
CircuitBreakerService breakerService,
ESLogger logger)
Build global ordinals for the provided
IndexReader. |
| Modifier and Type | Field and Description |
|---|---|
protected ESLogger |
DocValuesIndexFieldData.logger |
| Modifier and Type | Field and Description |
|---|---|
protected ESLogger |
AbstractIndexShardComponent.logger |
| Modifier and Type | Method and Description |
|---|---|
static void |
ShardPath.deleteLeftoverShardDirectory(ESLogger logger,
NodeEnvironment env,
ShardLock lock,
Settings indexSettings)
This method tries to delete left-over shards where the index name has been reused but the UUID is different
to allow the new shard to be allocated.
|
static ShardPath |
ShardPath.loadShardPath(ESLogger logger,
NodeEnvironment env,
ShardId shardId,
Settings indexSettings)
This method walks through the nodes shard paths to find the data and state path for the given shard.
|
| Constructor and Description |
|---|
MergePolicyConfig(ESLogger logger,
Settings indexSettings) |
TranslogRecoveryPerformer(ShardId shardId,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexAliasesService indexAliasesService,
IndexCache indexCache,
ESLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Store.canOpenIndex(ESLogger logger,
Path indexLocation)
Returns
true iff the given location contains an index an the index
can be successfully opened. |
static Store.MetadataSnapshot |
Store.readMetadataSnapshot(Path indexLocation,
ESLogger logger)
Reads a MetadataSnapshot from the given index locations or returns an empty snapshot if it can't be read.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Translog.upgradeLegacyTranslog(ESLogger logger,
TranslogConfig config)
This method is used to upgarde a pre 2.0 translog structure to the new checkpoint based structure.
|
| Modifier and Type | Method and Description |
|---|---|
ESLogger |
ShardIndexWarmerService.logger() |
| Constructor and Description |
|---|
IndicesFieldDataCache.FieldDataCacheCleaner(com.google.common.cache.Cache cache,
ESLogger logger,
ThreadPool threadPool,
TimeValue interval) |
| Modifier and Type | Field and Description |
|---|---|
protected ESLogger |
RecoverySourceHandler.logger |
| Constructor and Description |
|---|
RecoveriesCollection(ESLogger logger,
ThreadPool threadPool) |
RecoverySourceHandler(IndexShard shard,
StartRecoveryRequest request,
RecoverySettings recoverySettings,
TransportService transportService,
ESLogger logger) |
SharedFSRecoverySourceHandler(IndexShard shard,
StartRecoveryRequest request,
RecoverySettings recoverySettings,
TransportService transportService,
ESLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
static TransportChannelResponseHandler<TransportResponse.Empty> |
TransportChannelResponseHandler.emptyResponseHandler(ESLogger logger,
TransportChannel channel,
String extraInfoOnError)
Convenience method for delegating an empty response to the provided changed
|
| Constructor and Description |
|---|
TransportChannelResponseHandler(ESLogger logger,
TransportChannel channel,
String extraInfoOnError) |
| Modifier and Type | Field and Description |
|---|---|
protected ESLogger |
MessageChannelHandler.logger |
| Constructor and Description |
|---|
MessageChannelHandler(NettyTransport transport,
ESLogger logger,
String profileName) |
NettyInternalESLogger(ESLogger logger) |
Copyright © 2009–2017. All rights reserved.