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