| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
SparqlRecord |
SparqlRecord.addEventIdEntry(String key,
String value)
Add a single EventId entry
|
SparqlRecord |
SparqlRecord.clearEventIdEntries()
Removes all the entries added into EventId.
|
SparqlRecord |
SparqlRecord.clone() |
SparqlRecord |
SparqlRecord.withCommitTimestampInMillis(Long commitTimestampInMillis)
The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.
|
SparqlRecord |
SparqlRecord.withData(SparqlData data)
The serialized SPARQL change record.
|
SparqlRecord |
SparqlRecord.withEventId(Map<String,String> eventId)
The sequence identifier of the stream change record.
|
SparqlRecord |
SparqlRecord.withIsLastOp(Boolean isLastOp)
Only present if this operation is the last one in its transaction.
|
SparqlRecord |
SparqlRecord.withOp(String op)
The operation that created the change.
|
| Modifier and Type | Method and Description |
|---|---|
List<SparqlRecord> |
GetSparqlStreamResult.getRecords()
An array of serialized change-log stream records included in the response.
|
| Modifier and Type | Method and Description |
|---|---|
GetSparqlStreamResult |
GetSparqlStreamResult.withRecords(SparqlRecord... records)
An array of serialized change-log stream records included in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSparqlStreamResult.setRecords(Collection<SparqlRecord> records)
An array of serialized change-log stream records included in the response.
|
GetSparqlStreamResult |
GetSparqlStreamResult.withRecords(Collection<SparqlRecord> records)
An array of serialized change-log stream records included in the response.
|
Copyright © 2024. All rights reserved.