- java.lang.Object
-
- swim.system.reflect.PartInfo
-
public class PartInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
hostCount
protected Uri
masterHostUri
protected Value
partKey
protected PartPredicate
predicate
-
Constructor Summary
Constructors Constructor Description PartInfo(Value partKey, PartPredicate predicate, Uri masterHostUri, int hostCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartInfo
create(PartBinding partBinding)
static Form<PartInfo>
form()
protected int
hostCount()
Uri
masterHostUri()
Value
partKey()
PartPredicate
predicate()
Value
toValue()
-
-
-
Field Detail
-
partKey
protected final Value partKey
-
predicate
protected final PartPredicate predicate
-
masterHostUri
protected final Uri masterHostUri
-
hostCount
protected final int hostCount
-
-
Constructor Detail
-
PartInfo
public PartInfo(Value partKey, PartPredicate predicate, Uri masterHostUri, int hostCount)
-
-
Method Detail
-
partKey
public final Value partKey()
-
predicate
public final PartPredicate predicate()
-
masterHostUri
public final Uri masterHostUri()
-
hostCount
protected final int hostCount()
-
toValue
public Value toValue()
-
create
public static PartInfo create(PartBinding partBinding)
-
-