|
||||||||||
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.
Field Summary |
---|
Fields inherited from class org.apache.hadoop.hbase.regionserver.HRegionServer |
---|
abortRequested, conf, fsOk, isOnline, lock, log, 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)
|
|
IndexedRegionServer(HServerAddress serverAddress,
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, batchUpdate, beginTransaction, closeRegion, commit, commitIfPossible, commitRequest, deleteAll, get, get, get, getRow, getRow, getRow, getTransactionalLeases, getTransactionalRegion, init, openScanner |
Methods inherited from class org.apache.hadoop.hbase.regionserver.HRegionServer |
---|
abort, addProcessingMessage, addRowLock, addScanner, batchUpdate, batchUpdates, checkAndSave, checkFileSystem, checkOOME, checkOpen, close, createRegionLoad, deleteAll, deleteAll, deleteAllByRegex, deleteFamily, deleteFamilyByRegex, doMain, doMetrics, exists, get, getClosestRowBefore, getConfiguration, getCopyOfOnlineRegionsSortedBySize, getFileSystem, getFlushRequester, getGlobalMemcacheSize, getInfoServer, getLeases, getMetrics, getMostLoadedRegions, getOnlineRegion, getOnlineRegions, getOutboundMsgs, getRegion, getRegionInfo, getRegionsToCheck, getRequestCount, getRootDir, getRow, getServerInfo, getSortedOnlineRegionInfos, incrementColumnValue, isInSafeMode, isOnline, isStopRequested, lockRow, main, next, next, openScanner, 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, batchUpdate, beginTransaction, commit, commitIfPossible, commitRequest, deleteAll, get, get, get, getRow, getRow, getRow, openScanner |
Methods inherited from interface org.apache.hadoop.hbase.ipc.HRegionInterface |
---|
batchUpdate, batchUpdates, checkAndSave, close, deleteAll, deleteAll, deleteAllByRegex, deleteFamily, deleteFamilyByRegex, exists, get, getClosestRowBefore, getRegionInfo, getRow, incrementColumnValue, lockRow, next, next, openScanner, unlockRow |
Constructor Detail |
---|
public IndexedRegionServer(HBaseConfiguration conf) throws IOException
IOException
public IndexedRegionServer(HServerAddress serverAddress, 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 |