Package org.opensearch.env
Class NodeEnvironment.NodePath
java.lang.Object
org.opensearch.env.NodeEnvironment.NodePath
- Enclosing class:
NodeEnvironment
A node path.
- Opensearch.api:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolve
(org.opensearch.core.index.Index index) Resolves index directory against this NodePath ${data.paths}/nodes/{node.id}/indices/{index.uuid}resolve
(org.opensearch.core.index.shard.ShardId shardId) Resolves the given shards directory against this NodePath ${data.paths}/nodes/{node.id}/indices/{index.uuid}/{shard.id}toString()
-
Field Details
-
path
-
indicesPath
-
fileStore
Cached FileStore from path -
fileCachePath
-
fileCacheReservedSize
public org.opensearch.core.common.unit.ByteSizeValue fileCacheReservedSize -
majorDeviceNumber
public final int majorDeviceNumber -
minorDeviceNumber
public final int minorDeviceNumber
-
-
Constructor Details
-
NodePath
- Throws:
IOException
-
-
Method Details