Class GetSnapshotsRequest.After
java.lang.Object
org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest.After
- All Implemented Interfaces:
Writeable
- Enclosing class:
- GetSnapshotsRequest
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GetSnapshotsRequest.After
from(SnapshotInfo snapshotInfo, GetSnapshotsRequest.SortBy sortBy)
static GetSnapshotsRequest.After
fromQueryParam(String param)
repoName()
value()
void
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
Constructor Details
-
After
-
-
Method Details
-
fromQueryParam
-
from
@Nullable public static GetSnapshotsRequest.After from(@Nullable SnapshotInfo snapshotInfo, GetSnapshotsRequest.SortBy sortBy) -
value
-
snapshotName
-
repoName
-
asQueryParam
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-