Package | Description |
---|---|
org.elasticsearch.action.bulk | |
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
org.elasticsearch.action.support.replication | |
org.elasticsearch.action.update |
Modifier and Type | Method and Description |
---|---|
ReplicationType |
BulkRequest.replicationType()
Deprecated.
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
Modifier and Type | Method and Description |
---|---|
BulkRequest |
BulkRequest.replicationType(ReplicationType replicationType)
Deprecated.
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
BulkRequestBuilder |
BulkRequestBuilder.setReplicationType(ReplicationType replicationType)
Deprecated.
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
Modifier and Type | Method and Description |
---|---|
DeleteByQueryRequestBuilder |
DeleteByQueryRequestBuilder.setReplicationType(ReplicationType replicationType)
Deprecated.
The replication type to use with this operation.
|
Modifier and Type | Field and Description |
---|---|
protected ReplicationType |
TransportShardReplicationOperationAction.defaultReplicationType |
protected ReplicationType |
IndicesReplicationOperationRequest.replicationType |
Modifier and Type | Method and Description |
---|---|
static ReplicationType |
ReplicationType.fromId(byte id)
Deprecated.
Constructs the operation type from its internal representation.
|
static ReplicationType |
ReplicationType.fromString(String type)
Deprecated.
Parse the replication type from string.
|
ReplicationType |
IndexReplicationOperationRequest.replicationType() |
ReplicationType |
ShardReplicationOperationRequest.replicationType()
Deprecated.
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
ReplicationType |
IndicesReplicationOperationRequest.replicationType() |
static ReplicationType |
ReplicationType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ReplicationType[] |
ReplicationType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
ShardReplicationOperationRequest.replicationType(ReplicationType replicationType)
Deprecated.
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
T |
IndicesReplicationOperationRequest.replicationType(ReplicationType replicationType)
Sets the replication type.
|
RequestBuilder |
ShardReplicationOperationRequestBuilder.setReplicationType(ReplicationType replicationType)
Deprecated.
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
RequestBuilder |
IndicesReplicationOperationRequestBuilder.setReplicationType(ReplicationType replicationType)
Deprecated.
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
Constructor and Description |
---|
IndexReplicationOperationRequest(String index,
TimeValue timeout,
ReplicationType replicationType,
WriteConsistencyLevel consistencyLevel,
String[] originalIndices,
IndicesOptions originalIndicesOptions,
ActionRequest request) |
Modifier and Type | Method and Description |
---|---|
ReplicationType |
UpdateRequest.replicationType()
Deprecated.
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
Modifier and Type | Method and Description |
---|---|
UpdateRequest |
UpdateRequest.replicationType(ReplicationType replicationType)
Deprecated.
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
UpdateRequestBuilder |
UpdateRequestBuilder.setReplicationType(ReplicationType replicationType)
Deprecated.
will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171
|
Copyright © 2009–2016. All rights reserved.