Package org.opensearch.index.remote
Class RemoteStorePathStrategy.BasePathInput
java.lang.Object
org.opensearch.index.remote.RemoteStorePathStrategy.BasePathInput
- Direct Known Subclasses:
RemoteStorePathStrategy.PathInput
,RemoteStorePathStrategy.SnapshotShardPathInput
- Enclosing class:
RemoteStorePathStrategy
@PublicApi(since="2.14.0")
@ExperimentalApi
public static class RemoteStorePathStrategy.BasePathInput
extends Object
Wrapper class for the path input required to generate path for remote store uploads. This input is composed of
basePath and indexUUID.
- Opensearch.internal:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
RemoteStorePathStrategy.BasePathInput.Builder<T extends RemoteStorePathStrategy.BasePathInput.Builder<T>>
Builder forRemoteStorePathStrategy.BasePathInput
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
builder()
Returns a new builder forRemoteStorePathStrategy.BasePathInput
.
-
Constructor Details
-
BasePathInput
-
BasePathInput
-
-
Method Details
-
builder
Returns a new builder forRemoteStorePathStrategy.BasePathInput
. -
assertIsValid
public void assertIsValid()
-