| Modifier and Type | Class and Description |
|---|---|
class |
TaskOperationFailure
Information about task operation failures
The class is final due to serialization limitations
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskInfo
Information about a currently running task.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkItemResponse.Failure
Represents a failure.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplicationTask.Status |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportTasksAction<OperationTask extends Task,TasksRequest extends BaseTasksRequest<TasksRequest>,TasksResponse extends BaseTasksResponse,TaskResponse extends Writeable<TaskResponse>>
The base class for transport actions that are interacting with currently running tasks.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClusterState.Custom |
interface |
Diffable<T>
Cluster state part, changes in which can be serialized
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDiffable<T extends Diffable<T>>
Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or
nothing is object remained the same.
|
class |
ClusterState
Represents the current state of the cluster.
|
class |
RestoreInProgress
Meta data about restore processes that are currently executing
|
class |
SnapshotsInProgress
Meta data about snapshots that are currently executing
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterBlocks
Represents current cluster level blocks to block dirty operations done against the cluster.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IndexMetaData.Custom |
static interface |
MetaData.Custom |
| Modifier and Type | Class and Description |
|---|---|
class |
AliasMetaData |
class |
IndexMetaData |
class |
IndexTemplateMetaData |
class |
MappingMetaData
Mapping configuration for a type.
|
class |
MetaData |
class |
RepositoriesMetaData
Contains metadata about registered snapshot repositories
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiscoveryNodes
This class holds all
DiscoveryNode in the cluster and provides convenience methods to
access, modify merge / diff discovery nodes. |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexRoutingTable
The
IndexRoutingTable represents routing information for a single
index. |
class |
RoutingTable
Represents a global cluster-wide routing table for all indices including the
version of the current routing state.
|
class |
UnassignedInfo
Holds additional information as to why the shard is in unassigned state.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedWriteable<T>
A
Writeable object identified by its name. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Writeable<T>> |
StreamOutput.writeList(List<T> list)
Writes a list of
Writeable objects |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransportAddress |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyTransportAddress |
class |
InetSocketTransportAddress
A transport address used for IP socket address (wraps
InetSocketAddress). |
class |
LocalTransportAddress |
| Modifier and Type | Class and Description |
|---|---|
static class |
Engine.CommitId |
| Modifier and Type | Class and Description |
|---|---|
static class |
Store.MetadataSnapshot
Represents a snapshot of the current directory build from the latest Lucene commit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectorResult
Public interface and serialization container for profiled timings of the
Collectors used in the search.
|
class |
InternalProfileShardResults
A container class to hold all the profile results across all shards.
|
class |
ProfileShardResult
A container class to hold the profile results for a single shard in the request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexWarmersMetaData |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Task.Status |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskId
Task id that consists of node id and id of the task on the node
|
Copyright © 2009–2017. All rights reserved.