|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.outrigger.MatchSetData
class MatchSetData
Simple struct to hold the Uuid
for a new
MatchSet
instance and the first batch of
data. Also holds initial lease time.
Field Summary | |
---|---|
(package private) long |
intialLeaseDuration
Initial lease time. |
(package private) EntryRep[] |
reps
Intial set of entries |
private static long |
serialVersionUID
|
(package private) Uuid |
uuid
Uuid for iteration and associated lease. |
Constructor Summary | |
---|---|
MatchSetData(Uuid uuid,
EntryRep[] reps,
long intialLeaseDuration)
Creates a new MatchSetData instance. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
final Uuid uuid
Uuid
for iteration and associated lease.
null
if the entire iteration is in
reps
.
final EntryRep[] reps
final long intialLeaseDuration
reps
.
Constructor Detail |
---|
MatchSetData(Uuid uuid, EntryRep[] reps, long intialLeaseDuration)
uuid
- value of uuid
field.reps
- value of reps
field.intialLeaseDuration
- value of intialLeaseDuration
field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |