Package org.apache.hadoop.hbase.client
Class TestFallbackToUseReplay
java.lang.Object
org.apache.hadoop.hbase.client.TestFallbackToUseReplay
Make sure we could fallback to use replay method if replicateToReplica method is not present,
 i.e, we are connecting an old region server.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.AsyncRegionReplicationRetryingCallerstatic final HBaseClassTestRuleprivate static org.apache.hadoop.conf.Configurationprivate static org.apache.hadoop.hbase.client.AsyncClusterConnectionImplprivate static AtomicBooleanprivate static org.apache.hadoop.hbase.client.RegionInfo
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidstatic voidvoid
- 
Field Details- 
CLASS_RULE
- 
CONF
- 
CONN
- 
CALLER
- 
REPLICA
- 
REPLAY_CALLED
 
- 
- 
Constructor Details- 
TestFallbackToUseReplaypublic TestFallbackToUseReplay()
 
- 
- 
Method Details- 
setUpBeforeClass- Throws:
- IOException
 
- 
tearDownAfterClass- Throws:
- IOException
 
- 
testFallback
 
-