| Modifier and Type | Class and Description |
|---|---|
class |
RoutingService
A
RoutingService listens to clusters state. |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalClusterService |
| Modifier and Type | Class and Description |
|---|---|
class |
DiscoveryService |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalDiscovery |
| Modifier and Type | Class and Description |
|---|---|
class |
ZenDiscovery |
| Modifier and Type | Class and Description |
|---|---|
class |
ZenPingService |
| Modifier and Type | Class and Description |
|---|---|
class |
UnicastZenPing |
| Modifier and Type | Class and Description |
|---|---|
class |
GatewayService |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServer |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyHttpServerTransport |
| Modifier and Type | Class and Description |
|---|---|
class |
IndicesService |
| Modifier and Type | Class and Description |
|---|---|
class |
CircuitBreakerService
Interface for Circuit Breaker services, which provide breakers to classes
that load field data.
|
class |
HierarchyCircuitBreakerService
CircuitBreakerService that attempts to redistribute space between breakers
if tripped
|
class |
NoneCircuitBreakerService
Class that returns a breaker that never breaks
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndicesClusterStateService |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexingMemoryController |
| Modifier and Type | Class and Description |
|---|---|
class |
IndicesTTLService
A node level service that delete expired docs on node primary shards.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MonitorService |
| Modifier and Type | Class and Description |
|---|---|
class |
JvmMonitorService |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobStoreRepository
BlobStore - based implementation of Snapshot Repository
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsRepository
Shared file system implementation of the BlobStoreRepository
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLRepository
Read-only URL-based implementation of the BlobStoreRepository
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestController |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchService |
| Modifier and Type | Class and Description |
|---|---|
class |
SnapshotShardsService
This service runs on data and master nodes and controls currently snapshotted shards on these nodes.
|
class |
SnapshotsService
Service responsible for creating snapshots
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransportService |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalTransport |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyTransport
There are 4 types of connections per node, low/med/high/ping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TribeService
The tribe service holds a list of node clients connected to a list of tribe members, and uses their
cluster state events to update this local node cluster state with the merged view of it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceWatcherService
Generic resource watcher service
Other elasticsearch services can register their resource watchers with this service using
ResourceWatcherService.add(ResourceWatcher)
method. |
Copyright © 2009–2017. All rights reserved.