Class AdminConnection.TxLogRange.Builder
java.lang.Object
com.complexible.stardog.api.admin.AdminConnection.TxLogRange.Builder
- Enclosing class:
AdminConnection.TxLogRange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Set the inclusive end transaction UUID.Set the inclusive end timestamp.Set the inclusive start timestamp.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
start
-
end
Set the inclusive end transaction UUID. Requires a start UUID to be set as well — the server does not accept end-only ranges andAdminConnection.transactionLog(java.lang.String, com.complexible.stardog.api.admin.AdminConnection.FileConsumer)will reject them. -
startDate
Set the inclusive start timestamp. Not yet supported by the server. Reserved for future use and for client-side post-filtering. Calls toAdminConnection.transactionLog(java.lang.String, com.complexible.stardog.api.admin.AdminConnection.FileConsumer)with this field set will throwIllegalArgumentException. -
endDate
Set the inclusive end timestamp. Not yet supported by the server. Reserved for future use and for client-side post-filtering. Calls toAdminConnection.transactionLog(java.lang.String, com.complexible.stardog.api.admin.AdminConnection.FileConsumer)with this field set will throwIllegalArgumentException. -
build
-