Inherits Handler.
|
| GM_CLASS_ALLOCATOR (ReplicaManager) |
|
void | Init (const ReplicaMgrDesc &desc) |
|
void | Shutdown () |
|
IGridMate * | GetGridMate () const |
| Access to the owning gridmate instance.
|
|
bool | IsInitialized () const |
|
bool | IsReady () const |
|
bool | IsSyncHost () const |
|
bool | HasValidHost () const |
|
PeerId | GetLocalPeerId () const |
|
TimeContext | GetTime () const |
|
AZ::u32 | GetTimeForNetworkTimestamp () const |
|
void | UpdateFixedTimeStep () |
|
bool | IsUsingFixedTimeStep () const |
|
void | SetSendTimeInterval (unsigned int sendTimeMs) |
|
unsigned int | GetSendTimeInterval () const |
|
void | SetSendLimit (unsigned int sendLimitBytesPerSec) |
|
unsigned int | GetSendLimit () const |
|
void | SetSendLimitBurstRange (float rangeSec) |
|
float | GetSendLimitBurstRange () const |
|
void | SetAutoBroadcast (bool isEnabled) |
|
void | SetLocalLagAmt (unsigned int ms) |
|
void | RegisterUserContext (int key, void *data) |
|
void | UnregisterUserContext (int key) |
|
void * | GetUserContext (int key) |
|
void | UpdateFromReplicas () |
|
void | UpdateReplicas () |
|
void | Marshal () |
|
void | Unmarshal () |
|
void | Promote () |
|
void | AddPeer (ConnectionID connId, RemotePeerMode peerMode) |
|
void | RemovePeer (ConnectionID connId) |
|
virtual ReplicaPtr | FindReplica (ReplicaId replicaId) |
|
ReplicaId | AddPrimary (const ReplicaPtr &pPrimary) |
|
void | EnqueueUpdateTask (ReplicaPtr replica) |
|
void | UpdateReplicaTargets (ReplicaPtr replica) |
|
void | OnPeerAccepted (ReplicaPeer *peer) |
|
void | OnPeerReadyToRemove (ReplicaPeer *peer) |
|
void | OnReplicaChanged (ReplicaPtr replica) |
|
void | OnRPCQueued (ReplicaPtr replica) |
|
void | OnReplicaUnmarshaled (ReplicaPtr replica) |
|
void | RemoveFromDirtyList (Replica &replica) |
|
void | CancelTasks (ReplicaPtr replica) |
|
void | OnDestroyProxy (ReplicaId repId) |
|
void | OnPendingReportsReceived (PeerId peerId) |
|
void | OnMigratePeer (ReplicaPeer *peer) |
|
void | OnReplicaPriorityUpdated (Replica *replica) |
|
void | SetSecurityOptions (const ReplicationSecurityOptions &options) |
|
ReplicationSecurityOptions | GetSecurityOptions () const |
|