|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.action.admin.indices.create.CreateIndexResponse
public class CreateIndexResponse
A response for a create index action.
Method Summary | |
---|---|
boolean |
acknowledged()
Has the index creation been acknowledged by all current cluster nodes within the provided CreateIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue) . |
boolean |
getAcknowledged()
Has the index creation been acknowledged by all current cluster nodes within the provided CreateIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue) . |
void |
readFrom(StreamInput in)
|
void |
writeTo(StreamOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean acknowledged()
CreateIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue)
.
public boolean getAcknowledged()
CreateIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue)
.
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |