|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest org.elasticsearch.action.admin.cluster.ping.replication.ReplicationPingRequest
public class ReplicationPingRequest
Field Summary |
---|
Fields inherited from class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest |
---|
consistencyLevel, indices, replicationType, timeout |
Constructor Summary | |
---|---|
ReplicationPingRequest()
|
|
ReplicationPingRequest(java.lang.String... indices)
|
Method Summary | |
---|---|
ReplicationPingRequest |
listenerThreaded(boolean threadedListener)
Should the listener be called on a separate thread if needed. |
ReplicationPingRequest |
replicationType(ReplicationType replicationType)
|
ReplicationPingRequest |
timeout(java.lang.String timeout)
|
ReplicationPingRequest |
timeout(TimeValue timeout)
|
Methods inherited from class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest |
---|
consistencyLevel, indices, indices, listenerThreaded, readFrom, replicationType, timeout, validate, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplicationPingRequest(java.lang.String... indices)
public ReplicationPingRequest()
Method Detail |
---|
public ReplicationPingRequest listenerThreaded(boolean threadedListener)
IndicesReplicationOperationRequest
listenerThreaded
in interface ActionRequest
listenerThreaded
in class IndicesReplicationOperationRequest
public ReplicationPingRequest replicationType(ReplicationType replicationType)
public ReplicationPingRequest timeout(TimeValue timeout)
public ReplicationPingRequest timeout(java.lang.String timeout)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |