Package | Description |
---|---|
org.elasticsearch.action | |
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 |
---|---|
static WriteConsistencyLevel |
WriteConsistencyLevel.fromId(byte value) |
static WriteConsistencyLevel |
WriteConsistencyLevel.fromString(String value) |
static WriteConsistencyLevel |
WriteConsistencyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteConsistencyLevel[] |
WriteConsistencyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WriteConsistencyLevel |
BulkRequest.consistencyLevel() |
Modifier and Type | Method and Description |
---|---|
BulkRequest |
BulkRequest.consistencyLevel(WriteConsistencyLevel consistencyLevel)
Sets the consistency level of write.
|
BulkRequestBuilder |
BulkRequestBuilder.setConsistencyLevel(WriteConsistencyLevel consistencyLevel)
Sets the consistency level.
|
Modifier and Type | Method and Description |
---|---|
DeleteRequestBuilder |
DeleteRequestBuilder.setConsistencyLevel(WriteConsistencyLevel consistencyLevel)
Sets the consistency level.
|
Modifier and Type | Method and Description |
---|---|
DeleteByQueryRequestBuilder |
DeleteByQueryRequestBuilder.setConsistencyLevel(WriteConsistencyLevel consistencyLevel) |
Modifier and Type | Method and Description |
---|---|
IndexRequestBuilder |
IndexRequestBuilder.setConsistencyLevel(WriteConsistencyLevel consistencyLevel)
Sets the consistency level.
|
Modifier and Type | Field and Description |
---|---|
protected WriteConsistencyLevel |
IndicesReplicationOperationRequest.consistencyLevel |
protected WriteConsistencyLevel |
TransportShardReplicationOperationAction.defaultWriteConsistencyLevel |
Modifier and Type | Method and Description |
---|---|
WriteConsistencyLevel |
IndicesReplicationOperationRequest.consistencyLevel() |
WriteConsistencyLevel |
IndexReplicationOperationRequest.consistencyLevel() |
WriteConsistencyLevel |
ShardReplicationOperationRequest.consistencyLevel() |
Modifier and Type | Method and Description |
---|---|
T |
IndicesReplicationOperationRequest.consistencyLevel(WriteConsistencyLevel consistencyLevel)
Sets the consistency level of write.
|
T |
ShardReplicationOperationRequest.consistencyLevel(WriteConsistencyLevel consistencyLevel)
Sets the consistency level of write.
|
RequestBuilder |
ShardReplicationOperationRequestBuilder.setConsistencyLevel(WriteConsistencyLevel consistencyLevel)
Sets the consistency level of write.
|
RequestBuilder |
IndicesReplicationOperationRequestBuilder.setConsistencyLevel(WriteConsistencyLevel consistencyLevel)
Sets the consistency level of write.
|
Constructor and Description |
---|
IndexReplicationOperationRequest(String index,
TimeValue timeout,
ReplicationType replicationType,
WriteConsistencyLevel consistencyLevel,
String[] originalIndices,
IndicesOptions originalIndicesOptions,
ActionRequest request) |
Modifier and Type | Method and Description |
---|---|
WriteConsistencyLevel |
UpdateRequest.consistencyLevel() |
Modifier and Type | Method and Description |
---|---|
UpdateRequest |
UpdateRequest.consistencyLevel(WriteConsistencyLevel consistencyLevel)
Sets the consistency level of write.
|
UpdateRequestBuilder |
UpdateRequestBuilder.setConsistencyLevel(WriteConsistencyLevel consistencyLevel)
Sets the consistency level of write.
|
Copyright © 2009–2015. All rights reserved.