MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / table

Method table

src/HBaseRpc.java:76–76  ·  view source on GitHub ↗

Returns the name of the table this RPC is for. DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED. @return the name of the table this RPC is for.

()

Source from the content-addressed store, hash-verified

74 * @return the name of the table this RPC is for.
75 */
76 public byte[] table();
77 }
78
79 /**

Callers 12

RegionLocationMethod · 0.65
CompareAndSetRequestMethod · 0.65
tableMethod · 0.65
BrokenMetaExceptionMethod · 0.65
openReverseScannerMethod · 0.65
callMethod · 0.65
clientForMethod · 0.65
bufferAtomicIncrementMethod · 0.65
knownToBeNSREdMethod · 0.65
removeClientFromCacheMethod · 0.65
ReleaseRequestMethod · 0.65

Implementers 11

CompareAndSetRequestsrc/CompareAndSetRequest.java
RegionInfosrc/RegionInfo.java
PutRequestsrc/PutRequest.java
GetRequestsrc/GetRequest.java
BrokenMetaExceptionsrc/BrokenMetaException.java
MultiColumnAtomicIncrementRequestsrc/MultiColumnAtomicIncrementRequest.
RowLockRequestsrc/RowLockRequest.java
AtomicIncrementRequestsrc/AtomicIncrementRequest.java
Scannersrc/Scanner.java
DeleteRequestsrc/DeleteRequest.java
AppendRequestsrc/AppendRequest.java

Calls

no outgoing calls

Tested by

no test coverage detected