- java.lang.Object
-
- swim.runtime.reflect.PartInfo
-
public class PartInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected inthostCountprotected swim.uri.UrimasterHostUriprotected swim.structure.ValuepartKeyprotected PartPredicatepredicate
-
Constructor Summary
Constructors Constructor Description PartInfo(swim.structure.Value partKey, PartPredicate predicate, swim.uri.Uri masterHostUri, int hostCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static swim.structure.Form<PartInfo>form()static PartInfofrom(PartBinding partBinding)protected inthostCount()swim.uri.UrimasterHostUri()swim.structure.ValuepartKey()PartPredicatepredicate()swim.structure.ValuetoValue()
-
-
-
Field Detail
-
partKey
protected final swim.structure.Value partKey
-
predicate
protected final PartPredicate predicate
-
masterHostUri
protected final swim.uri.Uri masterHostUri
-
hostCount
protected final int hostCount
-
-
Constructor Detail
-
PartInfo
public PartInfo(swim.structure.Value partKey, PartPredicate predicate, swim.uri.Uri masterHostUri, int hostCount)
-
-
Method Detail
-
from
public static PartInfo from(PartBinding partBinding)
-
form
@Kind public static swim.structure.Form<PartInfo> form()
-
partKey
public final swim.structure.Value partKey()
-
predicate
public final PartPredicate predicate()
-
masterHostUri
public final swim.uri.Uri masterHostUri()
-
hostCount
protected final int hostCount()
-
toValue
public swim.structure.Value toValue()
-
-