Package org.elasticsearch.persistent
Class PersistentTasksNodeService.Status
java.lang.Object
org.elasticsearch.persistent.PersistentTasksNodeService.Status
- All Implemented Interfaces:
NamedWriteable
,Writeable
,Task.Status
,ToXContent
,ToXContentObject
- Enclosing class:
- PersistentTasksNodeService
-
Nested Class Summary
Nested 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
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the name of the writeable objectint
hashCode()
boolean
toString()
toXContent
(XContentBuilder builder, ToXContent.Params params) void
writeTo
(StreamOutput out) Write this into the StreamOutput.
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
Status
-
Status
- Throws:
IOException
-
-
Method Details
-
getWriteableName
Description copied from interface:NamedWriteable
Returns the name of the writeable object- Specified by:
getWriteableName
in interfaceNamedWriteable
-
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
-
toString
-
isFragment
public boolean isFragment()- Specified by:
isFragment
in interfaceToXContent
- Specified by:
isFragment
in interfaceToXContentObject
-
equals
-
hashCode
public int hashCode()
-