Uses of Enum Class
org.irods.irods4j.high_level.vfs.IRODSReplicas.VerificationCalculation
Packages that use IRODSReplicas.VerificationCalculation
-
Uses of IRODSReplicas.VerificationCalculation in org.irods.irods4j.high_level.vfs
Methods in org.irods.irods4j.high_level.vfs that return IRODSReplicas.VerificationCalculationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.IRODSReplicas.VerificationCalculation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.irods.irods4j.high_level.vfs with parameters of type IRODSReplicas.VerificationCalculationModifier and TypeMethodDescriptionstatic StringIRODSReplicas.replicaChecksum(AdminTag adminTag, IRODSApi.RcComm comm, String logicalPath, long replicaNumber, IRODSReplicas.VerificationCalculation calculation) Optionally calculates and returns the checksum of a replica.static StringIRODSReplicas.replicaChecksum(AdminTag adminTag, IRODSApi.RcComm comm, String logicalPath, String leafResourceName, IRODSReplicas.VerificationCalculation calculation) Optionally calculates and returns the checksum of a replica.static StringIRODSReplicas.replicaChecksum(IRODSApi.RcComm comm, String logicalPath, long replicaNumber, IRODSReplicas.VerificationCalculation calculation) Optionally calculates and returns the checksum of a replica.static StringIRODSReplicas.replicaChecksum(IRODSApi.RcComm comm, String logicalPath, String leafResourceName, IRODSReplicas.VerificationCalculation calculation) Optionally calculates and returns the checksum of a replica.