Package | Description |
---|---|
org.elasticsearch.action.bulk | |
org.elasticsearch.action.delete |
Delete action.
|
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
org.elasticsearch.action.index |
Index action.
|
org.elasticsearch.action.support.replication | |
org.elasticsearch.action.update |
Modifier and Type | Method and Description |
---|---|
ReplicationType |
BulkRequest.replicationType() |
Modifier and Type | Method and Description |
---|---|
BulkRequest |
BulkRequest.replicationType(ReplicationType replicationType)
Set the replication type for this operation.
|
BulkRequestBuilder |
BulkRequestBuilder.setReplicationType(ReplicationType replicationType)
Set the replication type for this operation.
|
Modifier and Type | Method and Description |
---|---|
DeleteRequestBuilder |
DeleteRequestBuilder.setReplicationType(ReplicationType replicationType)
Set the replication type for this operation.
|
Modifier and Type | Method and Description |
---|---|
DeleteByQueryRequestBuilder |
DeleteByQueryRequestBuilder.setReplicationType(ReplicationType replicationType)
The replication type to use with this operation.
|
Modifier and Type | Method and Description |
---|---|
IndexRequestBuilder |
IndexRequestBuilder.setReplicationType(ReplicationType replicationType)
Set the replication type for 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)
Constructs the operation type from its internal representation.
|
static ReplicationType |
ReplicationType.fromString(String type)
Parse the replication type from string.
|
ReplicationType |
IndicesReplicationOperationRequest.replicationType() |
ReplicationType |
IndexReplicationOperationRequest.replicationType() |
ReplicationType |
ShardReplicationOperationRequest.replicationType()
The replication type.
|
static ReplicationType |
ReplicationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationType[] |
ReplicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
IndicesReplicationOperationRequest.replicationType(ReplicationType replicationType)
Sets the replication type.
|
T |
ShardReplicationOperationRequest.replicationType(ReplicationType replicationType)
Sets the replication type.
|
RequestBuilder |
ShardReplicationOperationRequestBuilder.setReplicationType(ReplicationType replicationType)
Sets the replication type.
|
RequestBuilder |
IndicesReplicationOperationRequestBuilder.setReplicationType(ReplicationType replicationType)
Sets the replication type.
|
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()
The replication type.
|
Modifier and Type | Method and Description |
---|---|
UpdateRequest |
UpdateRequest.replicationType(ReplicationType replicationType)
Sets the replication type.
|
UpdateRequestBuilder |
UpdateRequestBuilder.setReplicationType(ReplicationType replicationType)
Sets the replication type.
|
Copyright © 2009–2015. All rights reserved.