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

Interface HasKey

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

An RPC from which you can get a row key name. @since 1.1

Source from the content-addressed store, hash-verified

81 * @since 1.1
82 */
83 public interface HasKey {
84 /**
85 * Returns the row key this RPC is for.
86 * <p>
87 * <strong>DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.</strong>
88 * @return the row key this RPC is for.
89 */
90 public byte[] key();
91 }
92
93 /**
94 * An RPC from which you can get a family name.

Callers 8

kvToCellMethod · 0.65
icvMethod · 0.65
micvMethod · 0.65
goodGetRequestMethod · 0.65
replayedMethod · 0.65

Implementers 11

TestIncrementCoalescingtest/TestIncrementCoalescing.java
TestMultiColumnIncrementCoalescingtest/TestMultiColumnIncrementCoalescin
CompareAndSetRequestsrc/CompareAndSetRequest.java
PutRequestsrc/PutRequest.java
GetRequestsrc/GetRequest.java
KeyValuesrc/KeyValue.java
MultiColumnAtomicIncrementRequestsrc/MultiColumnAtomicIncrementRequest.
RowLockRequestsrc/RowLockRequest.java
AtomicIncrementRequestsrc/AtomicIncrementRequest.java
DeleteRequestsrc/DeleteRequest.java
AppendRequestsrc/AppendRequest.java

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…