public static interface ClusterState.Custom.Factory<T extends ClusterState.Custom>
Modifier and Type | Method and Description |
---|---|
T |
readFrom(StreamInput in) |
void |
toXContent(T customState,
XContentBuilder builder,
ToXContent.Params params) |
String |
type() |
void |
writeTo(T customState,
StreamOutput out) |
String type()
T readFrom(StreamInput in) throws IOException
IOException
void writeTo(T customState, StreamOutput out) throws IOException
IOException
void toXContent(T customState, XContentBuilder builder, ToXContent.Params params)
Copyright © 2009–2015. All rights reserved.