Class TestRemoteHTableRetries
java.lang.Object
org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
Test RemoteHTable retries.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate org.apache.hadoop.hbase.rest.client.Clientprivate static final byte[]private static final longprivate static final byte[]private RemoteHTableprivate static final intprivate static final byte[]private static final intprivate static final HBaseTestingUtilprivate static final byte[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetup()voidvoidvoidvoidvoidtestGet()voidvoidvoidprivate voidtestTimedOutCall(TestRemoteHTableRetries.CallExecutor callExecutor) private voidtestTimedOutGetCall(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- 
TestRemoteHTableRetriespublic 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
 
- 
testTimedOutGetCallprivate void testTimedOutGetCall(TestRemoteHTableRetries.CallExecutor callExecutor) throws Exception - Throws:
- Exception
 
- 
testTimedOutCall- Throws:
- Exception
 
 
-