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

Method execute

test/Test.java:124–124  ·  view source on GitHub ↗
(HBaseClient client, String[] args)

Source from the content-addressed store, hash-verified

122
123 private static interface Cmd {
124 void execute(HBaseClient client, String[] args) throws Exception;
125 }
126
127 private static final class get implements Cmd {

Callers 1

mainMethod · 0.95

Implementers 8

gettest/Test.java
icvtest/Test.java
micvtest/Test.java
puttest/Test.java
deletetest/Test.java
scantest/Test.java
mscantest/Test.java
castest/Test.java

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76