Class DeltaQueryInfo
java.lang.Object
tech.oxfordsemantic.jrdfox.client.DeltaQueryInfo
Encapsulates information about a delta query.
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaQueryInfo(String name, String uniqueID, Query query, String formatName, long snapshotsMaxSize, long deletionsMaxSize, long additionsMaxSize, long lastDataStoreVersionWithSnapshot, long lastDataStoreVersionWithDeletion, long lastDataStoreVersionWithAddition) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongReturns the additions max size of a delta query.longReturns the deletions max size of a delta query.Returns the format name of a delta query.longReturns the last data store version with addition of a delta query.longReturns the last data store version with deletion of a delta query.longReturns the last data store version with snapshot of a delta query.getName()Returns the name of a delta query.getQuery()Returns the query of a delta query.longReturns the snapshots max size of a delta query.Returns the unique ID of a delta query.inthashCode()
-
Constructor Details
-
DeltaQueryInfo
-
-
Method Details
-
getName
-
getUniqueID
Returns the unique ID of a delta query.- Returns:
- the unique ID of a delta query
-
getQuery
-
getFormatName
Returns the format name of a delta query.- Returns:
- the format name of a delta query
-
getSnapshotsMaxSize
public long getSnapshotsMaxSize()Returns the snapshots max size of a delta query. A value of 0 indicates that no snapshot values should be recorded. A value of int.MAX_VALUE indicates that all snapshot values should be recorded (i.e. there is no maximum file size).- Returns:
- the snapshot max size of a delta query
-
getDeletionsMaxSize
public long getDeletionsMaxSize()Returns the deletions max size of a delta query. A value of 0 indicates that no deleted values should be recorded. A value of int.MAX_VALUE indicates that all deletions should be recorded (i.e. there is no maximum file size).- Returns:
- the deletions max size of a delta query
-
getAdditionsMaxSize
public long getAdditionsMaxSize()Returns the additions max size of a delta query. A value of 0 indicates that no added values should be recorded. A value of int.MAX_VALUE indicates that all additions should be recorded (i.e. there is no maximum file size).- Returns:
- the additions max size of a delta query
-
getLastDataStoreVersionWithSnapshot
public long getLastDataStoreVersionWithSnapshot()Returns the last data store version with snapshot of a delta query.- Returns:
- the last data store version with snapshot of a delta query
-
getLastDataStoreVersionWithDeletion
public long getLastDataStoreVersionWithDeletion()Returns the last data store version with deletion of a delta query.- Returns:
- the last data store version with deletion of a delta query
-
getLastDataStoreVersionWithAddition
public long getLastDataStoreVersionWithAddition()Returns the last data store version with addition of a delta query.- Returns:
- the last data store version with addition of a delta query
-
hashCode
-
equals
-