Package org.irods.irods4j.high_level.io
Class IRODSDataObjectStream.OnCloseSuccess
java.lang.Object
org.irods.irods4j.high_level.io.IRODSDataObjectStream.OnCloseSuccess
- Enclosing class:
- IRODSDataObjectStream
Instructions for the iRODS server following a successful close of a data
object.
- Since:
- 0.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanInstructs the server to compute a checksum for the replica.booleanThis member is for advanced use.booleanInstructs the server to trigger file-modified notifications when necessary.booleanInstructs the server to update the replica size.booleanInstructs the server to update the replica status. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
updateSize
public boolean updateSizeInstructs the server to update the replica size.- Since:
- 0.1.0
-
updateStatus
public boolean updateStatusInstructs the server to update the replica status.- Since:
- 0.1.0
-
computeChecksum
public boolean computeChecksumInstructs the server to compute a checksum for the replica.- Since:
- 0.1.0
-
sendNotifications
public boolean sendNotificationsInstructs the server to trigger file-modified notifications when necessary.This option controls whether policy is fired on a close operation.
- Since:
- 0.1.0
-
preserveReplicaStateTable
public boolean preserveReplicaStateTableThis member is for advanced use.- Since:
- 0.1.0
-
-
Constructor Details
-
OnCloseSuccess
public OnCloseSuccess()
-