|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.action.support.broadcast.BroadcastOperationRequest
org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotRequest
public class GatewaySnapshotRequest
Gateway snapshot allows to explicitly perform a snapshot through the gateway of one or more indices (backup them).
By default, each index gateway periodically snapshot changes, though it can be disabled and be controlled completely
through this API. Best created using Requests.gatewaySnapshotRequest(String...)
.
Requests.gatewaySnapshotRequest(String...)
,
IndicesAdminClient.gatewaySnapshot(GatewaySnapshotRequest)
,
GatewaySnapshotResponse
Field Summary |
---|
Fields inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest |
---|
indices |
Constructor Summary | |
---|---|
GatewaySnapshotRequest(java.lang.String... indices)
Constructs a new gateway snapshot against one or more indices. |
Method Summary | |
---|---|
GatewaySnapshotRequest |
listenerThreaded(boolean threadedListener)
Should the listener be called on a separate thread if needed. |
Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest |
---|
beforeLocalFork, indices, indices, listenerThreaded, operationThreading, operationThreading, operationThreading, readFrom, validate, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GatewaySnapshotRequest(java.lang.String... indices)
Method Detail |
---|
public GatewaySnapshotRequest listenerThreaded(boolean threadedListener)
listenerThreaded
in interface ActionRequest
listenerThreaded
in class BroadcastOperationRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |