java.lang.Object
org.elasticsearch.cluster.metadata.DataStreamAction
- All Implemented Interfaces:
Writeable
,ToXContent
,ToXContentObject
Operations on data streams. Currently supports adding and removing backing indices.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataStreamAction
addBackingIndex
(String dataStream, String index) static DataStreamAction
addFailureStoreIndex
(String dataStream, String index) boolean
static DataStreamAction
fromXContent
(XContentParser parser) getIndex()
getType()
int
hashCode()
boolean
static DataStreamAction
removeBackingIndex
(String dataStream, String index) static DataStreamAction
removeFailureStoreIndex
(String dataStream, String index) void
setDataStream
(String datastream) void
setFailureStore
(boolean failureStore) void
toXContent
(XContentBuilder builder, ToXContent.Params params) void
writeTo
(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
PARSER
-
-
Constructor Details
-
DataStreamAction
- Throws:
IOException
-
-
Method Details
-
addBackingIndex
-
addFailureStoreIndex
-
removeBackingIndex
-
removeFailureStoreIndex
-
getDataStream
-
setDataStream
-
getIndex
-
setIndex
-
isFailureStore
public boolean isFailureStore() -
setFailureStore
public void setFailureStore(boolean failureStore) -
getType
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContent
in interfaceToXContent
- Throws:
IOException
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
fromXContent
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-