Class ESIndexLevelReplicationTestCase

    • Field Detail

      • index

        protected final Index index
      • indexMapping

        protected final java.util.Map<java.lang.String,​java.lang.String> indexMapping
    • Constructor Detail

      • ESIndexLevelReplicationTestCase

        public ESIndexLevelReplicationTestCase()
    • Method Detail

      • buildIndexMetaData

        protected IndexMetaData buildIndexMetaData​(int replicas)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • buildIndexMetaData

        protected IndexMetaData buildIndexMetaData​(int replicas,
                                                   java.util.Map<java.lang.String,​java.lang.String> mappings)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • buildIndexMetaData

        protected IndexMetaData buildIndexMetaData​(int replicas,
                                                   Settings indexSettings,
                                                   java.util.Map<java.lang.String,​java.lang.String> mappings)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • copyIndexRequest

        protected IndexRequest copyIndexRequest​(IndexRequest inRequest)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • getDiscoveryNode

        protected DiscoveryNode getDiscoveryNode​(java.lang.String id)