Class TestRpcExecutor

java.lang.Object
org.apache.hadoop.hbase.ipc.TestRpcExecutor

@Tag("org.apache.hadoop.hbase.testclassification.RPCTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests") public class TestRpcExecutor extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static org.apache.hadoop.conf.Configuration
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    void
    testConfiguredQueueLimits(org.junit.jupiter.api.TestInfo testInfo)
    Test that validates configured soft and hard limits when maxQueueLength is explicitly set.
    void
    testDefaultQueueLimits(org.junit.jupiter.api.TestInfo testInfo)
    Test that validates default soft and hard limits when maxQueueLength is not explicitly configured (-1).

    Methods inherited from class java.lang.Object

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

    • conf

      private static org.apache.hadoop.conf.Configuration conf
  • Constructor Details

  • Method Details

    • setUp

      @BeforeAll public static void setUp()
    • testDefaultQueueLimits

      @Test public void testDefaultQueueLimits(org.junit.jupiter.api.TestInfo testInfo)
      Test that validates default soft and hard limits when maxQueueLength is not explicitly configured (-1).
    • testConfiguredQueueLimits

      @Test public void testConfiguredQueueLimits(org.junit.jupiter.api.TestInfo testInfo)
      Test that validates configured soft and hard limits when maxQueueLength is explicitly set.