Modifier and Type | Field and Description |
---|---|
protected ESLogger |
TrackingConcurrentMergeScheduler.logger |
Constructor and Description |
---|
TrackingConcurrentMergeScheduler(ESLogger logger) |
Constructor and Description |
---|
DestructiveOperations(ESLogger logger,
Settings settings,
NodeSettingsService nodeSettingsService) |
Constructor and Description |
---|
RetryListener(TransportClientNodesService.NodeListenerCallback<Response> callback,
ActionListener<Response> listener,
com.google.common.collect.ImmutableList<DiscoveryNode> nodes,
int index,
ThreadPool threadPool,
ESLogger logger) |
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) |
Constructor and Description |
---|
Balancer(ESLogger logger,
RoutingAllocation allocation,
BalancedShardsAllocator.WeightFunction weight,
float threshold) |
Constructor and Description |
---|
ChildMemoryCircuitBreaker(BreakerSettings settings,
ChildMemoryCircuitBreaker oldBreaker,
ESLogger logger,
HierarchyCircuitBreakerService parent,
CircuitBreaker.Name 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,
CircuitBreaker.Name 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(File 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,
RiverName riverName,
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,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) |
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) |
Constructor and Description |
---|
LoggingRunnable(ESLogger logger,
Runnable runnable) |
Modifier and Type | Method and Description |
---|---|
T |
MetaDataStateFormat.loadLatestState(ESLogger logger,
File... dataLocations)
Tries to load the latest state from the given data-locations.
|
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(MapperService mapperService,
org.apache.lucene.codecs.PostingsFormat defaultPostingFormat,
org.apache.lucene.codecs.DocValuesFormat defaultDocValuesFormat,
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) |
Constructor and Description |
---|
FieldBased(ESLogger logger,
IndexService indexService,
FieldMapper.Names fieldNames,
FieldDataType fieldDataType,
com.google.common.cache.CacheBuilder cache,
IndicesFieldDataCacheListener indicesFieldDataCacheListener) |
Resident(ESLogger logger,
IndexService indexService,
FieldMapper.Names fieldNames,
FieldDataType fieldDataType,
IndicesFieldDataCacheListener indicesFieldDataCacheListener) |
Soft(ESLogger logger,
IndexService indexService,
FieldMapper.Names fieldNames,
FieldDataType fieldDataType,
IndicesFieldDataCacheListener indicesFieldDataCacheListener) |
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 | Field and Description |
---|---|
ESLogger |
Store.StoreDirectory.deletesLogger |
Modifier and Type | Method and Description |
---|---|
static Store.MetadataSnapshot |
Store.readMetadataSnapshot(File[] indexLocations,
ESLogger logger)
Reads a MetadataSnapshot from the given index locations or returns an empty snapshot if it can't be read.
|
Constructor and Description |
---|
RafReference(File file,
ESLogger logger) |
Modifier and Type | Method and Description |
---|---|
ESLogger |
ShardIndexWarmerService.logger() |
Constructor and Description |
---|
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,
ClusterService clusterService,
IndicesService indicesService,
MappingUpdatedAction mappingUpdatedAction,
ESLogger logger) |
SharedFSRecoverySourceHandler(IndexShard shard,
StartRecoveryRequest request,
RecoverySettings recoverySettings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
MappingUpdatedAction mappingUpdatedAction,
ESLogger logger) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PluginsService.checkLuceneCompatibility(Class<? extends Plugin> pluginClass,
Settings settings,
ESLogger logger,
String propertiesFile)
Check that a plugin is Lucene compatible with the current running node using `lucene` property
in `es-plugin.properties` file.
|
Modifier and Type | Field and Description |
---|---|
protected ESLogger |
AbstractRiverComponent.logger |
Constructor and Description |
---|
GroovyScript(groovy.lang.Script script,
ESLogger logger) |
GroovyScript(groovy.lang.Script script,
SearchLookup lookup,
ESLogger logger) |
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–2015. All rights reserved.