|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
public class PutMappingResponse
The response of put mapping operation.
Method Summary | |
---|---|
boolean |
acknowledged()
Has the put mapping creation been acknowledged by all current cluster nodes within the provided PutMappingRequest.timeout(org.elasticsearch.common.unit.TimeValue) . |
boolean |
getAcknowledged()
Has the put mapping creation been acknowledged by all current cluster nodes within the provided PutMappingRequest.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()
PutMappingRequest.timeout(org.elasticsearch.common.unit.TimeValue)
.
public boolean getAcknowledged()
PutMappingRequest.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 |