@groovy.transform.CompileStatic class ElasticSearchLogger extends java.lang.Object
| Modifiers | Name | Description | 
|---|---|---|
| static class | ElasticSearchLogger.ElasticSearchSubscriber | |
| static class | ElasticSearchLogger.LogMessageQueueFlush | 
| Modifiers | Name | Description | 
|---|---|---|
| protected ExecutionContextFactoryImpl | ecfi | |
| protected static org.slf4j.Logger | logger | |
| protected ElasticSearchLogger.ElasticSearchSubscriber | subscriber | 
| Type | Name and description | 
|---|---|
| static java.lang.String | DOC_TYPE | 
| static java.lang.String | INDEX_NAME | 
| static int | QUEUE_LIMIT | 
| static java.util.Map | docMapping | 
| java.util.concurrent.atomic.AtomicBoolean | flushRunning | 
| ConcurrentLinkedQueue<java.util.Map> | logMessageQueue | 
| Constructor and description | 
|---|
| ElasticSearchLogger
                                (ElasticClientImpl elasticClient, ExecutionContextFactoryImpl ecfi) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | destroy() | 
|  | void | init() | 
|  | boolean | isInitialized() | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Groovy Documentation