Class ESIntegTestCase.NumShards

java.lang.Object
org.elasticsearch.test.ESIntegTestCase.NumShards
Enclosing class:
ESIntegTestCase

protected static class ESIntegTestCase.NumShards
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int dataCopies  
    int numPrimaries  
    int numReplicas  
    int totalNumShards  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • numPrimaries

      public final int numPrimaries
    • numReplicas

      public final int numReplicas
    • totalNumShards

      public final int totalNumShards
    • dataCopies

      public final int dataCopies