ClusterState.Custom, Diffable<ClusterState.Custom>, NamedDiffable<ClusterState.Custom>, NamedWriteable, Writeable, ToXContent, ToXContentFragmentpublic class SnapshotsInProgress extends AbstractNamedDiffable<ClusterState.Custom> implements ClusterState.Custom
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SnapshotsInProgress.Entry |
|
static class |
SnapshotsInProgress.ShardSnapshotStatus |
|
static class |
SnapshotsInProgress.State |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
TYPE |
|
static long |
UNDEFINED_REPOSITORY_STATE_ID |
EMPTY_PARAMS| Constructor | Description |
|---|---|
SnapshotsInProgress(java.util.List<SnapshotsInProgress.Entry> entries) |
|
SnapshotsInProgress(SnapshotsInProgress.Entry... entries) |
|
SnapshotsInProgress(StreamInput in) |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
completed(com.carrotsearch.hppc.ObjectContainer<SnapshotsInProgress.ShardSnapshotStatus> shards) |
Checks if all shards in the list have completed
|
java.util.List<SnapshotsInProgress.Entry> |
entries() |
|
boolean |
equals(java.lang.Object o) |
|
java.lang.String |
getWriteableName() |
Returns the name of the writeable object
|
int |
hashCode() |
|
static NamedDiff<ClusterState.Custom> |
readDiffFrom(StreamInput in) |
|
SnapshotsInProgress.Entry |
snapshot(Snapshot snapshot) |
|
java.lang.String |
toString() |
|
void |
toXContent(SnapshotsInProgress.Entry entry,
XContentBuilder builder,
ToXContent.Params params) |
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
diff, get, readDiffFromisPrivategetMinimalSupportedVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitisFragmentpublic static final java.lang.String TYPE
public static final long UNDEFINED_REPOSITORY_STATE_ID
public SnapshotsInProgress(java.util.List<SnapshotsInProgress.Entry> entries)
public SnapshotsInProgress(SnapshotsInProgress.Entry... entries)
public SnapshotsInProgress(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static boolean completed(com.carrotsearch.hppc.ObjectContainer<SnapshotsInProgress.ShardSnapshotStatus> shards)
shards - list of shard statusespublic java.util.List<SnapshotsInProgress.Entry> entries()
public SnapshotsInProgress.Entry snapshot(Snapshot snapshot)
public java.lang.String getWriteableName()
NamedWriteablegetWriteableName in interface NamedWriteablepublic static NamedDiff<ClusterState.Custom> readDiffFrom(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic void toXContent(SnapshotsInProgress.Entry entry, XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
java.io.IOException