F - type of the fencing tokenP - type of the payloadpublic class LocalFencedMessage<F extends Serializable,P> extends Object implements FencedMessage<F,P>
FencedMessage implementation. This message is used when the communication is local
and thus does not require its payload to be serializable.public F getFencingToken()
getFencingToken 在接口中 FencedMessage<F extends Serializable,P>public P getPayload()
getPayload 在接口中 FencedMessage<F extends Serializable,P>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.