public static class QueryBuilder.QuerySummary extends Object
| Constructor and Description |
|---|
QuerySummary(UserBitShared.QueryId queryId,
int recordCount,
int batchCount,
long elapsed,
Exception ex) |
QuerySummary(UserBitShared.QueryId queryId,
int recordCount,
int batchCount,
long elapsed,
UserBitShared.QueryResult.QueryState state) |
| Modifier and Type | Method and Description |
|---|---|
int |
batchCount() |
Exception |
error() |
boolean |
failed() |
UserBitShared.QueryResult.QueryState |
finalState() |
UserBitShared.QueryId |
queryId() |
String |
queryIdString() |
long |
recordCount() |
long |
runTimeMs() |
boolean |
succeeded() |
public QuerySummary(UserBitShared.QueryId queryId, int recordCount, int batchCount, long elapsed, UserBitShared.QueryResult.QueryState state)
public QuerySummary(UserBitShared.QueryId queryId, int recordCount, int batchCount, long elapsed, Exception ex)
public boolean failed()
public boolean succeeded()
public long recordCount()
public int batchCount()
public long runTimeMs()
public UserBitShared.QueryId queryId()
public String queryIdString()
public Exception error()
public UserBitShared.QueryResult.QueryState finalState()
Copyright © 2022 The Apache Software Foundation. All rights reserved.