Package org.apache.hadoop.hbase
Class TestMetaTableLocator
java.lang.Object
org.apache.hadoop.hbase.TestMetaTableLocator
Test 
MetaTableLocator- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) classWait on META.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate org.apache.hadoop.hbase.Abortablestatic final HBaseClassTestRuleprivate static final org.slf4j.Loggerprivate static final org.apache.hadoop.hbase.ServerNameprivate static final HBaseTestingUtilityprivate org.apache.hadoop.hbase.zookeeper.ZKWatcher
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidafter()static voidvoidbefore()static voidprivate voidstartWaitAliveThenWaitItLives(Thread t, int ms) voidTest normal operationsvoidTest waiting on meat w/ no timeout specified.void
- 
Field Details- 
CLASS_RULE
- 
LOG
- 
UTIL
- 
SN
- 
watcher
- 
abortable
 
- 
- 
Constructor Details- 
TestMetaTableLocatorpublic TestMetaTableLocator()
 
- 
- 
Method Details- 
beforeClass- Throws:
- Exception
 
- 
afterClass- Throws:
- IOException
 
- 
before- Throws:
- IOException
 
- 
after
- 
testMetaLookuppublic void testMetaLookup() throws IOException, InterruptedException, org.apache.hbase.thirdparty.com.google.protobuf.ServiceException, org.apache.zookeeper.KeeperExceptionTest normal operations- Throws:
- IOException
- InterruptedException
- org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
- org.apache.zookeeper.KeeperException
 
- 
testTimeoutWaitForMeta- Throws:
- IOException
- InterruptedException
 
- 
testNoTimeoutWaitForMetapublic void testNoTimeoutWaitForMeta() throws IOException, InterruptedException, org.apache.zookeeper.KeeperExceptionTest waiting on meat w/ no timeout specified.- Throws:
- IOException
- InterruptedException
- org.apache.zookeeper.KeeperException
 
- 
startWaitAliveThenWaitItLives
 
-