Class IndexShardTestUtils

java.lang.Object
org.opensearch.index.shard.IndexShardTestUtils

public class IndexShardTestUtils extends Object
  • Field Details

  • Constructor Details

    • IndexShardTestUtils

      public IndexShardTestUtils()
  • Method Details

    • getFakeDiscoNode

      public static org.opensearch.cluster.node.DiscoveryNode getFakeDiscoNode(String id)
    • getFakeRemoteEnabledNode

      public static org.opensearch.cluster.node.DiscoveryNode getFakeRemoteEnabledNode(String id)
    • getFakeDiscoveryNodes

      public static org.opensearch.cluster.node.DiscoveryNodes getFakeDiscoveryNodes(List<org.opensearch.cluster.routing.ShardRouting> shardRoutings)
    • getFakeRemoteEnabledDiscoveryNodes

      public static org.opensearch.cluster.node.DiscoveryNodes getFakeRemoteEnabledDiscoveryNodes(List<org.opensearch.cluster.routing.ShardRouting> shardRoutings)
    • getFakeDiscoveryNodes

      public static org.opensearch.cluster.node.DiscoveryNodes getFakeDiscoveryNodes(org.opensearch.cluster.routing.ShardRouting shardRouting)