|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.action.support.master.MasterNodeOperationRequest
org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
public class UpdateSettingsRequest
Constructor Summary | |
---|---|
UpdateSettingsRequest(Settings settings,
java.lang.String... indices)
Constructs a new request to create an index with the specified name and settings. |
|
UpdateSettingsRequest(java.lang.String... indices)
Constructs a new request to create an index with the specified name and settings. |
Method Summary | |
---|---|
UpdateSettingsRequest |
indices(java.lang.String... indices)
|
void |
readFrom(StreamInput in)
|
UpdateSettingsRequest |
settings(java.util.Map source)
The settings to crete the index with (either json/yaml/properties format) |
UpdateSettingsRequest |
settings(Settings.Builder settings)
The settings to created the index with. |
UpdateSettingsRequest |
settings(Settings settings)
The settings to created the index with. |
UpdateSettingsRequest |
settings(java.lang.String source)
The settings to crete the index with (either json/yaml/properties format) |
ActionRequestValidationException |
validate()
|
void |
writeTo(StreamOutput out)
|
Methods inherited from class org.elasticsearch.action.support.master.MasterNodeOperationRequest |
---|
listenerThreaded, listenerThreaded, masterNodeTimeout, masterNodeTimeout, masterNodeTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateSettingsRequest(java.lang.String... indices)
public UpdateSettingsRequest(Settings settings, java.lang.String... indices)
Method Detail |
---|
public ActionRequestValidationException validate()
public UpdateSettingsRequest indices(java.lang.String... indices)
public UpdateSettingsRequest settings(Settings settings)
public UpdateSettingsRequest settings(Settings.Builder settings)
public UpdateSettingsRequest settings(java.lang.String source)
public UpdateSettingsRequest settings(java.util.Map source)
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
readFrom
in class MasterNodeOperationRequest
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
writeTo
in class MasterNodeOperationRequest
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |