Package org.cdlib.mrt.s3.cloudhost
Class CloudhostFixityState
java.lang.Object
org.cdlib.mrt.s3.cloudhost.CloudhostStateAbs
org.cdlib.mrt.s3.cloudhost.CloudhostFixityState
- All Implemented Interfaces:
Serializable
,org.cdlib.mrt.utility.StateInf
public class CloudhostFixityState
extends CloudhostStateAbs
implements org.cdlib.mrt.utility.StateInf, Serializable
- Author:
- dloy
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
anvlSet
(Properties prop) long
getError()
getKey()
long
boolean
isOk()
org.cdlib.mrt.utility.MessageDigestType
setChecksumType
(String checksumTypeS) setChecksumType
(org.cdlib.mrt.utility.MessageDigestType checksumType) setDataChecksum
(String dataChecksum) setDataLength
(long dataLength) setOK
(boolean ok) setTestChecksum
(String testChecksum) setTestLength
(long testLength) Methods inherited from class org.cdlib.mrt.s3.cloudhost.CloudhostStateAbs
getLongEx, getProp, getProperties, getPropEx
-
Field Details
-
NAME
- See Also:
-
prop
-
bucket
-
key
-
error
-
testChecksum
-
testLength
protected long testLength -
dataChecksum
-
dataLength
protected long dataLength -
ok
protected boolean ok -
checksumType
protected org.cdlib.mrt.utility.MessageDigestType checksumType
-
-
Constructor Details
-
CloudhostFixityState
public CloudhostFixityState() -
CloudhostFixityState
- Throws:
org.cdlib.mrt.utility.TException
-
-
Method Details
-
anvlSet
- Throws:
org.cdlib.mrt.utility.TException
-
getKey
-
getBucket
-
setBucket
-
setKey
-
getError
-
setError
-
getTestChecksum
-
setTestChecksum
-
getTestLength
public long getTestLength() -
setTestLength
-
getDataChecksum
-
setDataChecksum
-
getDataLength
public long getDataLength() -
setDataLength
-
isOk
public boolean isOk() -
setOK
-
getChecksumType
-
retrieveChecksumType
public org.cdlib.mrt.utility.MessageDigestType retrieveChecksumType() -
setChecksumType
-
setChecksumType
-
dump
-