static GetPropertygraphStreamResponse.Builder |
GetPropertygraphStreamResponse.builder() |
|
GetPropertygraphStreamResponse.Builder |
GetPropertygraphStreamResponse.Builder.format(String format) |
Serialization format for the change records being returned.
|
GetPropertygraphStreamResponse.Builder |
GetPropertygraphStreamResponse.Builder.lastEventId(Map<String,String> lastEventId) |
Sequence identifier of the last change in the stream response.
|
GetPropertygraphStreamResponse.Builder |
GetPropertygraphStreamResponse.Builder.lastTrxTimestampInMillis(Long lastTrxTimestampInMillis) |
The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.
|
GetPropertygraphStreamResponse.Builder |
GetPropertygraphStreamResponse.Builder.records(Collection<PropertygraphRecord> records) |
An array of serialized change-log stream records included in the response.
|
GetPropertygraphStreamResponse.Builder |
GetPropertygraphStreamResponse.Builder.records(Consumer<PropertygraphRecord.Builder>... records) |
An array of serialized change-log stream records included in the response.
|
GetPropertygraphStreamResponse.Builder |
GetPropertygraphStreamResponse.Builder.records(PropertygraphRecord... records) |
An array of serialized change-log stream records included in the response.
|
GetPropertygraphStreamResponse.Builder |
GetPropertygraphStreamResponse.toBuilder() |
|
GetPropertygraphStreamResponse.Builder |
GetPropertygraphStreamResponse.Builder.totalRecords(Integer totalRecords) |
The total number of records in the response.
|