public class AggregateResult extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getCount() |
String |
getReason() |
int |
hashCode() |
boolean |
isOk()
True if all rows have been processed.
|
static AggregateResult |
ok() |
static AggregateResult |
partial(int count,
String reason) |
String |
toString() |
public static AggregateResult ok()
public static AggregateResult partial(int count, String reason)
public boolean isOk()
public int getCount()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.