public static class BufferingQueryEventListener.QueryEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BufferingQueryEventListener.QueryEvent.Type |
| Modifier and Type | Field and Description |
|---|---|
QueryDataBatch |
batch |
Exception |
error |
UserBitShared.QueryId |
queryId |
UserBitShared.QueryResult.QueryState |
state |
BufferingQueryEventListener.QueryEvent.Type |
type |
| Constructor and Description |
|---|
QueryEvent(Exception ex) |
QueryEvent(QueryDataBatch batch) |
QueryEvent(UserBitShared.QueryId queryId) |
QueryEvent(UserBitShared.QueryResult.QueryState state) |
public final BufferingQueryEventListener.QueryEvent.Type type
public UserBitShared.QueryId queryId
public QueryDataBatch batch
public Exception error
public UserBitShared.QueryResult.QueryState state
public QueryEvent(UserBitShared.QueryId queryId)
public QueryEvent(Exception ex)
public QueryEvent(QueryDataBatch batch)
public QueryEvent(UserBitShared.QueryResult.QueryState state)
Copyright © 2021 The Apache Software Foundation. All rights reserved.