MCPcopy Create free account
hub / github.com/apache/kudu / getFirst

Method getFirst

java/kudu-client/src/main/java/org/apache/kudu/util/Pair.java:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public A getFirst() {
34 return first;
35 }
36
37 public B getSecond() {
38 return second;

Callers 13

createTableMethod · 0.80
decodeRangePartitionsMethod · 0.80
SecurityContextMethod · 0.80
connectToMastersMethod · 0.80
responseReceivedMethod · 0.80
createMethod · 0.80
nextPartitionKeyMethod · 0.80
nextPartitionKeyRangeMethod · 0.80
shouldPruneForTestsMethod · 0.80

Calls

no outgoing calls

Tested by 2

createTableMethod · 0.64