org.apache.hadoop.hbase.ipc
Interface IndexedRegionInterface

All Superinterfaces:
HBaseRPCProtocolVersion, HRegionInterface, TransactionalRegionInterface, org.apache.hadoop.ipc.VersionedProtocol
All Known Implementing Classes:
IndexedRegionServer

public interface IndexedRegionInterface
extends TransactionalRegionInterface

Interface for the indexed region server.


Field Summary
 
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
 
Method Summary
 
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, delete, exists, get, getClosestRowBefore, getHServerInfo, getOnlineRegionsAsArray, getRegionInfo, getRegionsAssignment, incrementColumnValue, lockRow, next, next, openScanner, put, put, unlockRow
 
Methods inherited from interface org.apache.hadoop.ipc.VersionedProtocol
getProtocolVersion
 



Copyright © 2010 The Apache Software Foundation