-
- All Superinterfaces:
swim.util.Log
- All Known Subinterfaces:
EdgeBinding,EdgeContext,HostContext,LaneContext,MeshBinding,MeshContext,NodeContext,PartBinding,PartContext
- All Known Implementing Classes:
AbstractSwimRef,AbstractTierBinding,AgentLane,AgentModel,AgentNode,AgentView,CommandLaneModel,CommandLaneView,DemandLaneModel,DemandLaneView,DemandMapLaneModel,DemandMapLaneView,EdgeProxy,EdgeTable,EdgeTableMesh,HostProxy,HostScope,HostTable,HostTableNode,HttpLaneModel,HttpLaneView,JoinMapLaneModel,JoinMapLaneView,JoinValueLaneModel,JoinValueLaneView,LaneModel,LaneProxy,LaneScope,LaneView,ListLaneModel,ListLaneView,MapLaneModel,MapLaneView,MeshProxy,MeshTable,MeshTablePart,NodeProxy,NodeScope,PartProxy,PartTable,PartTableHost,RestLaneModel,RestLaneView,Scope,SpatialLaneModel,SpatialLaneView,SupplyLaneModel,SupplyLaneView,ValueLaneModel,ValueLaneView,WarpLaneModel,WarpLaneView
public interface CellContext extends swim.util.Log
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkBindingbindDownlink(swim.api.Downlink downlink)CellAddresscellAddress()voidcloseDownlink(LinkBinding link)StringedgeName()swim.uri.UrimeshUri()voidopenDownlink(LinkBinding link)voidopenMetaDownlink(LinkBinding downlink, NodeBinding metaDownlink)swim.api.policy.Policypolicy()voidpushDown(Push<?> push)voidreportDown(Metric metric)swim.concurrent.Scheduleschedule()swim.concurrent.Stagestage()swim.store.StoreBindingstore()
-
-
-
Method Detail
-
cellAddress
CellAddress cellAddress()
-
edgeName
String edgeName()
-
meshUri
swim.uri.Uri meshUri()
-
policy
swim.api.policy.Policy policy()
-
schedule
swim.concurrent.Schedule schedule()
-
stage
swim.concurrent.Stage stage()
-
store
swim.store.StoreBinding store()
-
bindDownlink
LinkBinding bindDownlink(swim.api.Downlink downlink)
-
openDownlink
void openDownlink(LinkBinding link)
-
closeDownlink
void closeDownlink(LinkBinding link)
-
openMetaDownlink
void openMetaDownlink(LinkBinding downlink, NodeBinding metaDownlink)
-
pushDown
void pushDown(Push<?> push)
-
reportDown
void reportDown(Metric metric)
-
-