Uses of Interface
org.jgroups.raft.serialization.JGroupsRaftCustomMarshaller
Packages that use JGroupsRaftCustomMarshaller
-
Uses of JGroupsRaftCustomMarshaller in org.jgroups.raft
Methods in org.jgroups.raft with parameters of type JGroupsRaftCustomMarshallerModifier and TypeMethodDescriptionJGroupsRaft.Builder.registerMarshaller(JGroupsRaftCustomMarshaller<?> marshaller) Register a new marshaler to serialize commands. -
Uses of JGroupsRaftCustomMarshaller in org.jgroups.raft.command
Fields in org.jgroups.raft.command declared as JGroupsRaftCustomMarshallerModifier and TypeFieldDescriptionstatic final JGroupsRaftCustomMarshaller<?> JGroupsRaftReadCommandOptions.ReadImpl.SERIALIZERstatic final JGroupsRaftCustomMarshaller<?> JGroupsRaftWriteCommandOptions.WriteImpl.SERIALIZER