class MatchSetData extends Object implements Serializable
Uuid
for a new
MatchSet
instance and the first batch of
data. Also holds initial lease time.Modifier and Type | Field and Description |
---|---|
(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 and Description |
---|
MatchSetData(Uuid uuid,
EntryRep[] reps,
long intialLeaseDuration)
Creates a new MatchSetData instance.
|
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
.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.