|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--demo.repair.RepairDirectoryTest.CreateReplicaReq
CreateReplicaReq
is a request to disseminate a replica
on a set of storage servers.
Field Summary | |
---|---|
SinkIF |
sink
|
Object |
userData
|
Constructor Summary | |
---|---|
RepairDirectoryTest.CreateReplicaReq(SecureHash objguid,
DDThresholdTag ttag,
QuickSerializable object,
int numReplicas,
Object userData,
SinkIF sink)
Construct according to the given fields. |
Method Summary | |
---|---|
int |
getNumReplicas()
getNumReplicas returns the number of replicas to
be replicated on storage servers. |
QuickSerializable |
getObj()
getObj returns the object to be replicated on storage
server. |
SecureHash |
getObjguid()
getObjguid returns the guid of the originally requested
obj specified in the CreateReplicaReq. |
DDThresholdTag |
getTag()
getTag returns the
DDThresholdTag associated with the
objguid . |
String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Object userData
public SinkIF sink
Constructor Detail |
public RepairDirectoryTest.CreateReplicaReq(SecureHash objguid, DDThresholdTag ttag, QuickSerializable object, int numReplicas, Object userData, SinkIF sink)
Method Detail |
public final QuickSerializable getObj()
getObj
returns the object to be replicated on storage
server.
public final int getNumReplicas()
getNumReplicas
returns the number of replicas to
be replicated on storage servers.
public final SecureHash getObjguid()
getObjguid
returns the guid of the originally requested
obj specified in the CreateReplicaReq.
public final DDThresholdTag getTag()
getTag
returns the
DDThresholdTag
associated with the
objguid
.
DDThresholdTag
associated to the objguid
.public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |