|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.regionserver.HRegionServer
org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
org.apache.hadoop.hbase.regionserver.tableindexed.IndexedRegionServer
public class IndexedRegionServer
RegionServer which maintains secondary indexes.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.HConstants |
---|
HConstants.Modify |
Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher |
---|
org.apache.zookeeper.Watcher.Event |
Field Summary |
---|
Fields inherited from class org.apache.hadoop.hbase.regionserver.HRegionServer |
---|
abortRequested, conf, fsOk, haveRootRegion, hlog, isOnline, lock, numRegionsToReport, onlineRegions, quiesced, REGIONSERVER, safeMode, serverInfo, stopRequested, threadWakeFrequency |
Fields inherited from interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface |
---|
COMMIT_OK, COMMIT_OK_READ_ONLY, COMMIT_UNSUCESSFUL |
Fields inherited from interface org.apache.hadoop.hbase.ipc.HBaseRPCProtocolVersion |
---|
versionID |
Constructor Summary | |
---|---|
IndexedRegionServer(HBaseConfiguration conf)
|
Method Summary | |
---|---|
long |
getProtocolVersion(String protocol,
long clientVersion)
|
protected HRegion |
instantiateRegion(HRegionInfo regionInfo)
|
Methods inherited from class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer |
---|
abort, beginTransaction, closeRegion, commit, commitIfPossible, commitRequest, delete, get, getTransactionalLeases, getTransactionalRegion, init, instantiateHLog, openScanner, put, put |
Methods inherited from class org.apache.hadoop.hbase.regionserver.HRegionServer |
---|
abort, addProcessingMessage, addRowLock, addScanner, checkAndPut, checkFileSystem, checkOOME, checkOpen, close, createRegionLoad, delete, doMain, doMetrics, exists, get, getClosestRowBefore, getConfiguration, getCopyOfOnlineRegionsSortedBySize, getFileSystem, getFlushRequester, getGlobalMemStoreSize, getHServerInfo, getInfoServer, getLeases, getLogRoller, getMetrics, getMostLoadedRegions, getOnlineRegion, getOnlineRegions, getOnlineRegionsAsArray, getOutboundMsgs, getRegion, getRegionInfo, getRegionsAssignment, getRegionsToCheck, getRequestCount, getRootDir, getSortedOnlineRegionInfos, getZooKeeperWrapper, incrementColumnValue, isInSafeMode, isOnline, isStopRequested, lockRow, main, metrics, next, next, openScanner, process, put, put, run, runThread, setHDFSShutdownThreadOnExit, stop, unlockRow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface |
---|
abort, beginTransaction, commit, commitIfPossible, commitRequest, delete, get, openScanner, put, put |
Methods inherited from interface org.apache.hadoop.hbase.ipc.HRegionInterface |
---|
checkAndPut, close, delete, exists, get, getClosestRowBefore, getHServerInfo, getOnlineRegionsAsArray, getRegionInfo, getRegionsAssignment, incrementColumnValue, lockRow, next, next, openScanner, put, put, unlockRow |
Constructor Detail |
---|
public IndexedRegionServer(HBaseConfiguration conf) throws IOException
IOException
Method Detail |
---|
public long getProtocolVersion(String protocol, long clientVersion) throws IOException
getProtocolVersion
in interface org.apache.hadoop.ipc.VersionedProtocol
getProtocolVersion
in class TransactionalRegionServer
IOException
protected HRegion instantiateRegion(HRegionInfo regionInfo) throws IOException
instantiateRegion
in class TransactionalRegionServer
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |