Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for NodeEnvironment (0.06 seconds)

  1. benchmarks/src/main/java/org/elasticsearch/benchmark/fs/AvailableIndexFoldersBenchmark.java

    @State(Scope.Benchmark)
    public class AvailableIndexFoldersBenchmark {
    
        private NodeEnvironment.NodePath nodePath;
        private NodeEnvironment nodeEnv;
        private Set<String> excludedDirs;
    
        @Setup
        public void setup() throws IOException {
            Path path = Files.createTempDirectory("test");
            nodePath = new NodeEnvironment.NodePath(path);
    
            LogConfigurator.setNodeName("test");
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Apr 27 15:29:12 GMT 2021
    - 3K bytes
    - Click Count (0)
Back to Top