Documentation ¶
Index ¶
Constants ¶
View Source
const (
PartitionActivatorActorName = "partition-activator"
)
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() cluster.IdentityLookup
Types ¶
type GrainMeta ¶
type GrainMeta struct { ID *clustering.ClusterIdentity PID *actor.PID }
type IdentityLookup ¶
type IdentityLookup struct {
// contains filtered or unexported fields
}
func (*IdentityLookup) Get ¶
func (p *IdentityLookup) Get(clusterIdentity *cluster.ClusterIdentity) *actor.PID
func (*IdentityLookup) RemovePid ¶
func (p *IdentityLookup) RemovePid(clusterIdentity *cluster.ClusterIdentity, pid *actor.PID)
func (*IdentityLookup) Setup ¶
func (p *IdentityLookup) Setup(cluster *cluster.Cluster, kinds []string, isClient bool)
func (*IdentityLookup) Shutdown ¶
func (p *IdentityLookup) Shutdown()
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) Get ¶
func (pm *Manager) Get(identity *clustering.ClusterIdentity) *actor.PID
func (*Manager) PidOfActivatorActor ¶
Click to show internal directories.
Click to hide internal directories.