-
- All Superinterfaces:
CellContext,swim.util.Log,swim.store.StoreContext,TierContext
- All Known Implementing Classes:
HostTableNode,NodeProxy
public interface NodeContext extends TierContext, CellContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description swim.structure.ValueagentKey()swim.uri.UrihostUri()swim.api.auth.Identityidentity()LaneBindinginjectLane(swim.uri.Uri laneUri, LaneBinding lane)swim.uri.UrimeshUri()swim.uri.UrinodeUri()swim.structure.ValuepartKey()-
Methods inherited from interface swim.runtime.CellContext
bindDownlink, closeDownlink, data, httpDownlink, openDownlink, policy, pushDown, schedule, stage
-
-
-
-
Method Detail
-
meshUri
swim.uri.Uri meshUri()
- Specified by:
meshUriin interfaceCellContext
-
partKey
swim.structure.Value partKey()
-
hostUri
swim.uri.Uri hostUri()
-
nodeUri
swim.uri.Uri nodeUri()
-
agentKey
swim.structure.Value agentKey()
-
identity
swim.api.auth.Identity identity()
-
injectLane
LaneBinding injectLane(swim.uri.Uri laneUri, LaneBinding lane)
-
-