public static class QueryDataPackage.EmptyResultsPackage extends Object implements QueryDataPackage
QueryDataPackage.DataPackage, QueryDataPackage.EmptyResultsPackage| Constructor and Description |
|---|
EmptyResultsPackage(UserBitShared.QueryId queryId) |
| Modifier and Type | Method and Description |
|---|---|
VectorContainer |
batch() |
List<UserBitShared.SerializedField> |
fields() |
UserBitShared.QueryId |
queryId() |
QueryWritableBatch |
toWritableBatch()
Creates a message that sends only the query ID to the
client.
|
public EmptyResultsPackage(UserBitShared.QueryId queryId)
public UserBitShared.QueryId queryId()
queryId in interface QueryDataPackagepublic QueryWritableBatch toWritableBatch()
toWritableBatch in interface QueryDataPackagepublic VectorContainer batch()
batch in interface QueryDataPackagepublic List<UserBitShared.SerializedField> fields()
fields in interface QueryDataPackageCopyright © 2022 The Apache Software Foundation. All rights reserved.