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

Interface HasValue

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

An RPC from which you can get a value. @since 1.1

Source from the content-addressed store, hash-verified

137 * @since 1.1
138 */
139 public interface HasValue {
140 /**
141 * Returns the value contained in this RPC.
142 * <p>
143 * <strong>DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.</strong>
144 * @return the value contained in this RPC.
145 */
146 public byte[] value();
147 }
148
149 /**
150 * An RPC from which you can get multiple values.

Callers 8

kvToCellMethod · 0.65
testMethod · 0.65
testMethod · 0.65
goodGetRequestMethod · 0.65
replayedMethod · 0.65

Implementers 7

CompareAndSetRequestsrc/CompareAndSetRequest.java
PutRequestsrc/PutRequest.java
BitComparatorsrc/BitComparator.java
BinaryPrefixComparatorsrc/BinaryPrefixComparator.java
KeyValuesrc/KeyValue.java
BinaryComparatorsrc/BinaryComparator.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…