-
- All Superinterfaces:
Log
- All Known Subinterfaces:
EdgeBinding
,EdgeContext
,HostContext
,LaneContext
,MeshBinding
,MeshContext
,NodeContext
,PartBinding
,PartContext
- All Known Implementing Classes:
AbstractTierBinding
,AbstractWarpRef
,ActorCell
,ActorHost
,ActorLane
,ActorMesh
,ActorNode
,ActorPart
,ActorSpace
,ActorTier
,AgentLane
,AgentModel
,AgentNode
,AgentView
,ClientRuntime
,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
,MetaEdgeAgent
,MetaHostAgent
,MetaLaneAgent
,MetaMeshAgent
,MetaPartAgent
,NodeProxy
,NodeScope
,PartProxy
,PartTable
,PartTableHost
,RemoteHost
,RemoteHostClient
,RestLaneModel
,RestLaneView
,Scope
,SpatialLaneModel
,SpatialLaneView
,SupplyLaneModel
,SupplyLaneView
,ValueLaneModel
,ValueLaneView
,WarpLaneModel
,WarpLaneView
public interface CellContext extends Log
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkBinding
bindDownlink(Downlink downlink)
CellAddress
cellAddress()
void
closeDownlink(LinkBinding link)
String
edgeName()
Uri
meshUri()
void
openDownlink(LinkBinding link)
void
openMetaDownlink(LinkBinding downlink, NodeBinding metaDownlink)
Policy
policy()
void
pushDown(Push<?> push)
void
reportDown(Metric metric)
Schedule
schedule()
Stage
stage()
StoreBinding
store()
-
-
-
Method Detail
-
cellAddress
CellAddress cellAddress()
-
edgeName
String edgeName()
-
meshUri
Uri meshUri()
-
policy
Policy policy()
-
schedule
Schedule schedule()
-
stage
Stage stage()
-
store
StoreBinding store()
-
bindDownlink
LinkBinding bindDownlink(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)
-
-