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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetSnapshotsRequest.Afterfrom(SnapshotInfo snapshotInfo, GetSnapshotsRequest.SortBy sortBy)static GetSnapshotsRequest.AfterfromQueryParam(String param)repoName()value()voidwriteTo(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:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-