Uses of Class
org.elasticsearch.gateway.WriteStateException
-
Packages that use WriteStateException Package Description org.elasticsearch.gateway org.elasticsearch.index.seqno org.elasticsearch.index.shard -
-
Uses of WriteStateException in org.elasticsearch.gateway
Methods in org.elasticsearch.gateway that throw WriteStateException Modifier and Type Method Description longMetaDataStateFormat. write(T state, Path... locations)Writes the given state to the given directories.longMetaDataStateFormat. writeAndCleanup(T state, Path... locations)Writes the given state to the given directories and performs cleanup of old state files if the write succeeds or newly created state file if write fails.longMetaStateService. writeIndex(String reason, IndexMetaData indexMetaData)Writes the index state.voidMetaStateService. writeManifestAndCleanup(String reason, Manifest manifest)Writes manifest file (represented byManifest) to disk and performs cleanup of old manifest state file if the write succeeds or newly created manifest state if the write fails. -
Uses of WriteStateException in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno that throw WriteStateException Modifier and Type Method Description voidReplicationTracker. persistRetentionLeases(Path path)Persists the current retention leases to their dedicated state file.protected TransportReplicationAction.ReplicaResultRetentionLeaseBackgroundSyncAction. shardOperationOnReplica(RetentionLeaseBackgroundSyncAction.Request request, IndexShard replica)protected TransportWriteAction.WriteReplicaResult<RetentionLeaseSyncAction.Request>RetentionLeaseSyncAction. shardOperationOnReplica(RetentionLeaseSyncAction.Request request, IndexShard replica) -
Uses of WriteStateException in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that throw WriteStateException Modifier and Type Method Description voidIndexShard. persistRetentionLeases()Persists the current retention leases to their dedicated state file.
-