Class IRODSDataObjectStream.OnCloseSuccess

java.lang.Object
org.irods.irods4j.high_level.io.IRODSDataObjectStream.OnCloseSuccess
Enclosing class:
IRODSDataObjectStream

public static class IRODSDataObjectStream.OnCloseSuccess extends Object
Instructions for the iRODS server following a successful close of a data object.
Since:
0.1.0
  • Field Details

    • updateSize

      public boolean updateSize
      Instructs the server to update the replica size.
      Since:
      0.1.0
    • updateStatus

      public boolean updateStatus
      Instructs the server to update the replica status.
      Since:
      0.1.0
    • computeChecksum

      public boolean computeChecksum
      Instructs the server to compute a checksum for the replica.
      Since:
      0.1.0
    • sendNotifications

      public boolean sendNotifications
      Instructs 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 preserveReplicaStateTable
      This member is for advanced use.
      Since:
      0.1.0
  • Constructor Details

    • OnCloseSuccess

      public OnCloseSuccess()