Uses of Class
org.infinispan.remoting.transport.NodeVersion
Packages that use NodeVersion
Package
Description
Commands that operate on the cache, either locally or remotely.
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
Uses of NodeVersion in org.infinispan.commands
Methods in org.infinispan.commands that return NodeVersionModifier and TypeMethodDescriptionReplicableCommand.supportedSince()
Returns aNodeVersion
representing the Infinispan version in which this command was added. -
Uses of NodeVersion in org.infinispan.expiration.impl
Methods in org.infinispan.expiration.impl that return NodeVersion -
Uses of NodeVersion in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl that return NodeVersionModifier and TypeMethodDescriptionReplicableManagerFunctionCommand.supportedSince()
ReplicableRunnableCommand.supportedSince()
-
Uses of NodeVersion in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster that return NodeVersion -
Uses of NodeVersion in org.infinispan.remoting.transport
Classes in org.infinispan.remoting.transport that implement interfaces with type arguments of type NodeVersionModifier and TypeClassDescriptionclass
A DTO class used to represent the basic major, minor and patch values of an instance'sVersion
over the wire.final class
WARNING: Generated code!Fields in org.infinispan.remoting.transport declared as NodeVersionModifier and TypeFieldDescriptionstatic final NodeVersion
NodeVersion.INSTANCE
static final NodeVersion
NodeVersion.SIXTEEN
Methods in org.infinispan.remoting.transport that return NodeVersionModifier and TypeMethodDescriptionstatic NodeVersion
NodeVersion.from
(byte major, byte minor, byte patch) static NodeVersion
Address.getVersion()
NodeVersion$___Marshaller_a817ffd8e915182dc4f756672ae67a590cc8990de2adb6d307f4b896e90b748f.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.remoting.transport that return types with arguments of type NodeVersionModifier and TypeMethodDescriptionNodeVersion$___Marshaller_a817ffd8e915182dc4f756672ae67a590cc8990de2adb6d307f4b896e90b748f.getJavaClass()
Methods in org.infinispan.remoting.transport with parameters of type NodeVersionModifier and TypeMethodDescriptionint
NodeVersion.compareTo
(NodeVersion o) boolean
NodeVersion.lessThan
(NodeVersion other) static Address
Address.protoFactory
(long mostSignificantBits, long leastSignificantBits, NodeVersion version, String siteId, String rackId, String machineId) static org.jgroups.util.ExtendedUUID
Address.randomUUID
(String name, NodeVersion version, String siteId, String rackId, String machineId) void
NodeVersion$___Marshaller_a817ffd8e915182dc4f756672ae67a590cc8990de2adb6d307f4b896e90b748f.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, NodeVersion $2) -
Uses of NodeVersion in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups that return NodeVersionModifier and TypeMethodDescriptionClusterView.getOldestMember()
JGroupsTransport.getOldestMember()
Constructors in org.infinispan.remoting.transport.jgroups with parameters of type NodeVersion -
Uses of NodeVersion in org.infinispan.server.hotrod.command.tx
Methods in org.infinispan.server.hotrod.command.tx that return NodeVersionModifier and TypeMethodDescriptionForwardCommitCommand.supportedSince()
ForwardRollbackCommand.supportedSince()
-
Uses of NodeVersion in org.infinispan.topology
Methods in org.infinispan.topology that return NodeVersion -
Uses of NodeVersion in org.infinispan.upgrade
Methods in org.infinispan.upgrade that return NodeVersionModifier and TypeMethodDescriptionVersionAware.supportedSince()
Returns aNodeVersion
representing the Infinispan version in which this functionality was added. -
Uses of NodeVersion in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type NodeVersionModifier and TypeMethodDescriptionLog_$logger.commandNotYeySupportedByAllClusterMembers
(String command, NodeVersion version) -
Uses of NodeVersion in org.infinispan.xsite.commands
Methods in org.infinispan.xsite.commands that return NodeVersionModifier and TypeMethodDescriptionXSiteAmendOfflineStatusCommand.supportedSince()
XSiteAutoTransferStatusCommand.supportedSince()
XSiteLocalEventCommand.supportedSince()
XSiteSetStateTransferModeCommand.supportedSince()
XSiteStateTransferCancelSendCommand.supportedSince()
XSiteStateTransferClearStatusCommand.supportedSince()
XSiteStateTransferFinishReceiveCommand.supportedSince()
XSiteStateTransferFinishSendCommand.supportedSince()
XSiteStateTransferRestartSendingCommand.supportedSince()
XSiteStateTransferStartReceiveCommand.supportedSince()
XSiteStateTransferStartSendCommand.supportedSince()
XSiteStateTransferStatusRequestCommand.supportedSince()
-
Uses of NodeVersion in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer that return NodeVersion