Uses of Class
org.elasticsearch.snapshots.Snapshot
-
Packages that use Snapshot Package Description org.elasticsearch.action.admin.cluster.snapshots.status org.elasticsearch.cluster org.elasticsearch.cluster.routing org.elasticsearch.snapshots -
-
Uses of Snapshot in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return Snapshot Modifier and Type Method Description SnapshotSnapshotStatus. getSnapshot()Returns snapshotMethods in org.elasticsearch.action.admin.cluster.snapshots.status that return types with arguments of type Snapshot Modifier and Type Method Description Map<Snapshot,Map<ShardId,SnapshotIndexShardStatus>>TransportNodesSnapshotsStatus.NodeSnapshotStatus. status()Methods in org.elasticsearch.action.admin.cluster.snapshots.status with parameters of type Snapshot Modifier and Type Method Description TransportNodesSnapshotsStatus.RequestTransportNodesSnapshotsStatus.Request. snapshots(Snapshot[] snapshots)Constructor parameters in org.elasticsearch.action.admin.cluster.snapshots.status with type arguments of type Snapshot Constructor Description NodeSnapshotStatus(DiscoveryNode node, Map<Snapshot,Map<ShardId,SnapshotIndexShardStatus>> status) -
Uses of Snapshot in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return Snapshot Modifier and Type Method Description SnapshotSnapshotDeletionsInProgress.Entry. getSnapshot()The snapshot to delete.SnapshotRestoreInProgress.Entry. snapshot()Returns snapshotSnapshotSnapshotsInProgress.Entry. snapshot()Methods in org.elasticsearch.cluster with parameters of type Snapshot Modifier and Type Method Description SnapshotsInProgress.EntrySnapshotsInProgress. snapshot(Snapshot snapshot)Constructors in org.elasticsearch.cluster with parameters of type Snapshot Constructor Description Entry(String uuid, Snapshot snapshot, RestoreInProgress.State state, List<String> indices, ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)Creates new restore metadataEntry(Snapshot snapshot, long startTime, long repositoryStateId)Entry(Snapshot snapshot, boolean includeGlobalState, boolean partial, SnapshotsInProgress.State state, List<IndexId> indices, long startTime, long repositoryStateId, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards, String failure, Map<String,Object> userMetadata)Entry(Snapshot snapshot, boolean includeGlobalState, boolean partial, SnapshotsInProgress.State state, List<IndexId> indices, long startTime, long repositoryStateId, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards, Map<String,Object> userMetadata) -
Uses of Snapshot in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return Snapshot Modifier and Type Method Description SnapshotRecoverySource.SnapshotRecoverySource. snapshot()Constructors in org.elasticsearch.cluster.routing with parameters of type Snapshot Constructor Description SnapshotRecoverySource(String restoreUUID, Snapshot snapshot, Version version, String index) -
Uses of Snapshot in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return Snapshot Modifier and Type Method Description SnapshotRestoreService.RestoreCompletionResponse. getSnapshot()SnapshotSnapshotShardsService.UpdateIndexShardSnapshotStatusRequest. snapshot()Methods in org.elasticsearch.snapshots with parameters of type Snapshot Modifier and Type Method Description Map<ShardId,IndexShardSnapshotStatus>SnapshotShardsService. currentSnapshotShards(Snapshot snapshot)Returns status of shards that are snapshotted on the node and belong to the given snapshotMethod parameters in org.elasticsearch.snapshots with type arguments of type Snapshot Modifier and Type Method Description voidSnapshotsService. createSnapshot(CreateSnapshotRequest request, ActionListener<Snapshot> listener)Initializes the snapshotting process.Constructors in org.elasticsearch.snapshots with parameters of type Snapshot Constructor Description ConcurrentSnapshotExecutionException(Snapshot snapshot, String msg)SnapshotException(Snapshot snapshot, String msg)SnapshotException(Snapshot snapshot, String msg, Throwable cause)SnapshotRestoreException(Snapshot snapshot, String message)SnapshotRestoreException(Snapshot snapshot, String message, Throwable cause)UpdateIndexShardSnapshotStatusRequest(Snapshot snapshot, ShardId shardId, SnapshotsInProgress.ShardSnapshotStatus status)
-