Class TestRemoteHTableRetries
java.lang.Object
org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
Test RemoteHTable retries.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private org.apache.hadoop.hbase.rest.client.Client
private static final byte[]
private static final long
private static final byte[]
private RemoteHTable
private static final int
private static final byte[]
private static final int
private static final HBaseTestingUtility
private static final byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setup()
void
void
void
void
void
testGet()
void
void
void
private void
testTimedOutCall
(TestRemoteHTableRetries.CallExecutor callExecutor) private void
testTimedOutGetCall
(TestRemoteHTableRetries.CallExecutor callExecutor)
-
Field Details
-
CLASS_RULE
-
SLEEP_TIME
- See Also:
-
RETRIES
- See Also:
-
MAX_TIME
- See Also:
-
TEST_UTIL
-
ROW_1
-
COLUMN_1
-
QUALIFIER_1
-
VALUE_1
-
client
-
remoteTable
-
-
Constructor Details
-
TestRemoteHTableRetries
public TestRemoteHTableRetries()
-
-
Method Details
-
setup
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testDelete
- Throws:
Exception
-
testGet
- Throws:
Exception
-
testSingleRowPut
- Throws:
Exception
-
testMultiRowPut
- Throws:
Exception
-
testGetScanner
- Throws:
Exception
-
testCheckAndPut
- Throws:
Exception
-
testCheckAndDelete
- Throws:
Exception
-
testTimedOutGetCall
private void testTimedOutGetCall(TestRemoteHTableRetries.CallExecutor callExecutor) throws Exception - Throws:
Exception
-
testTimedOutCall
- Throws:
Exception
-