public class TestAsyncAggregationClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestAsyncAggregationClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUp() |
static void |
tearDown() |
void |
testAvg() |
void |
testMax() |
void |
testMedian() |
void |
testMedianWithWeight() |
void |
testMin() |
void |
testRowCount() |
void |
testStd() |
void |
testSum() |
public static final HBaseClassTestRule CLASS_RULE
public TestAsyncAggregationClient()
public void testMax() throws InterruptedException, ExecutionException
public void testMin() throws InterruptedException, ExecutionException
public void testRowCount() throws InterruptedException, ExecutionException
public void testSum() throws InterruptedException, ExecutionException
public void testAvg() throws InterruptedException, ExecutionException
public void testStd() throws InterruptedException, ExecutionException
public void testMedian() throws InterruptedException, ExecutionException
public void testMedianWithWeight() throws InterruptedException, ExecutionException
Copyright © 2007–2019 Cloudera. All rights reserved.