Class TestRemoteAdminRetries
java.lang.Object
org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
Tests
RemoteAdmin
retries.-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private org.apache.hadoop.hbase.rest.client.Client
private static final long
private RemoteAdmin
private static final int
private static final int
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setup()
void
void
void
void
void
void
void
private void
testTimedOutCall
(TestRemoteAdminRetries.CallExecutor callExecutor) private void
testTimedOutGetCall
(TestRemoteAdminRetries.CallExecutor callExecutor)
-
Field Details
-
CLASS_RULE
-
SLEEP_TIME
- See Also:
-
RETRIES
- See Also:
-
MAX_TIME
- See Also:
-
TEST_UTIL
-
remoteAdmin
-
client
-
-
Constructor Details
-
TestRemoteAdminRetries
public TestRemoteAdminRetries()
-
-
Method Details
-
setup
- Throws:
Exception
-
testFailingGetRestVersion
- Throws:
Exception
-
testFailingGetClusterStatus
- Throws:
Exception
-
testFailingGetClusterVersion
- Throws:
Exception
-
testFailingGetTableAvailable
- Throws:
Exception
-
testFailingCreateTable
- Throws:
Exception
-
testFailingDeleteTable
- Throws:
Exception
-
testFailingGetTableList
- Throws:
Exception
-
testTimedOutGetCall
- Throws:
Exception
-
testTimedOutCall
- Throws:
Exception
-