Undocumented
Method setCopyableState I will be invoked with the state to copy locally.
Method checkMethod Undocumented
Method checkSelf Undocumented
Method check Undocumented

Inherited from RemoteCache:

Method remoteMessageReceived A remote message has been received. Dispatch it appropriately.
Method jellyFor serialize me (only for the broker I'm for) as the original cached reference
Method unjellyFor Perform the inverse operation of Jellyable.jellyFor.
Method __cmp__ Compare me [to another RemoteCache.
Method __hash__ Hash me.
Method __del__ Do distributed reference counting on finalize.
Method _borgify Create a new object that shares its state (i.e. its __dict__) and type with this object, but does not share its identity.

Inherited from Unjellyable (via RemoteCache, RemoteCopy):

Method setStateFor Undocumented

Inherited from Serializable (via RemoteCache):

Method processUniqueID Return an ID which uniquely represents this object for this process.

Inherited from Jellyable (via RemoteCache, Serializable):

Method getStateFor Undocumented
def setCopyableState(self, state):

I will be invoked with the state to copy locally.

'state' is the data returned from the remote object's 'getStateToCopyFor' method, which will often be the remote object's dictionary (or a filtered approximation of it depending on my peer's perspective).

def checkMethod(self):
Undocumented
def checkSelf(self):
Undocumented
def check(self):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.