- java.lang.Object
-
- swim.runtime.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
Modifier and Type Method Description static Form<PartInfo>
form()
static PartInfo
from(PartBinding partBinding)
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
-
from
public static PartInfo from(PartBinding partBinding)
-
partKey
public final Value partKey()
-
predicate
public final PartPredicate predicate()
-
masterHostUri
public final Uri masterHostUri()
-
hostCount
protected final int hostCount()
-
toValue
public Value toValue()
-
-