|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.ComponentChecksum
public abstract class ComponentChecksum
The abstract class to support checking the that the runtime configuration of components are consistent within a cluster.
Constructor Summary | |
---|---|
ComponentChecksum()
|
|
ComponentChecksum(java.lang.String name)
|
Method Summary | |
---|---|
boolean |
compareChecksum(byte[] otherChecksum)
compare the current checksum with another one. |
abstract byte[] |
getChecksum()
Return the checksum of the component. |
java.lang.String |
getName()
Return the name of the component |
static java.util.List |
makeListOfBytes(byte[] b)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ComponentChecksum(java.lang.String name)
public ComponentChecksum()
Method Detail |
---|
public java.lang.String getName()
public abstract byte[] getChecksum()
public boolean compareChecksum(byte[] otherChecksum)
otherChecksum
- checksum to compare
public static java.util.List makeListOfBytes(byte[] b)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |