Uses of Class
de.hybris.platform.cluster.RawMessage
-
Packages that use RawMessage Package Description de.hybris.platform.cluster de.hybris.platform.cluster.jgroups de.hybris.platform.cluster.legacy de.hybris.platform.cluster.udp -
-
Uses of RawMessage in de.hybris.platform.cluster
Methods in de.hybris.platform.cluster that return RawMessage Modifier and Type Method Description RawMessageRawMessage. join(java.util.Collection<RawMessage> messageparts)Joins the current RawMessage (this) with the given list of RawMessages into a new joined RawMessage.Methods in de.hybris.platform.cluster that return types with arguments of type RawMessage Modifier and Type Method Description java.util.List<RawMessage>RawMessage. split(int packetSize)Splits the current RawMessage (this) into several RawMessages which are the same size or less (including the header) as the given packet size.Methods in de.hybris.platform.cluster with parameters of type RawMessage Modifier and Type Method Description booleanBroadcastService. accept(RawMessage message)Returnstrueif the given message is by the current broadcast service acceptedbooleanDefaultBroadcastService. accept(RawMessage message)Determines whether or not a specific message is being accepted.voidDefaultBroadcastService. addTransportData(RawMessage message)protected booleanDefaultBroadcastService. isDuplicateMessage(RawMessage message)protected booleanDefaultBroadcastService. isLocal(RawMessage message)booleanRawMessage. matches(RawMessage other)TODO apidocprotected voidAbstractBroadcastMethod. notifyMessgageReceived(RawMessage message)protected voidInvalidationBroadcastHandler. processInvalidation(InvalidationBroadcastHandler.InvalidationEvent event, RawMessage message)booleanBroadcastMessageListener. processMessage(RawMessage message)booleanDefaultBroadcastService.MethodBroadcastListener. processMessage(RawMessage message)booleanInvalidationBroadcastHandler. processMessage(RawMessage message)booleanPingBroadcastHandler. processMessage(RawMessage message)protected voidDefaultBroadcastService. processMessageFromMethod(RawMessage message, java.lang.String methodName)protected booleanPingBroadcastHandler. processPingMessage(RawMessage message)voidBroadcastMethod. send(RawMessage message)Sends a raw data message to all connected hybris platform nodesvoidBroadcastService. send(RawMessage message)TODO apidocvoidDefaultBroadcastService. send(RawMessage message)voidDummyBroadcastMethod. send(RawMessage message)voidLoopBackBroadcastMethod. send(RawMessage message)Directly sends message back to listeners.protected voidDefaultBroadcastService. sendAsnychronously(DefaultBroadcastService.MethodWrapper methodWrapper, RawMessage message, Tenant currentTenant, java.util.concurrent.ExecutorService executorService)Sends a message using a executor service.protected voidDefaultBroadcastService. sendSynchronously(DefaultBroadcastService.MethodWrapper methodWrapper, RawMessage message)Sends a message synchronously.Method parameters in de.hybris.platform.cluster with type arguments of type RawMessage Modifier and Type Method Description RawMessageRawMessage. join(java.util.Collection<RawMessage> messageparts)Joins the current RawMessage (this) with the given list of RawMessages into a new joined RawMessage.Constructors in de.hybris.platform.cluster with parameters of type RawMessage Constructor Description RawMessage(RawMessage original, int numberOfPackets, int currentPacketNumber, int offset, int length)Constructor used for message splitting. -
Uses of RawMessage in de.hybris.platform.cluster.jgroups
Methods in de.hybris.platform.cluster.jgroups with parameters of type RawMessage Modifier and Type Method Description voidJGroupsBroadcastMethod. send(RawMessage message) -
Uses of RawMessage in de.hybris.platform.cluster.legacy
Methods in de.hybris.platform.cluster.legacy with parameters of type RawMessage Modifier and Type Method Description protected voidLegacyBroadcastHandler. notifyMessageReceived(RawMessage message, byte[] data)booleanLegacyBroadcastHandler. processMessage(RawMessage message) -
Uses of RawMessage in de.hybris.platform.cluster.udp
Methods in de.hybris.platform.cluster.udp with parameters of type RawMessage Modifier and Type Method Description protected booleanUnicastBroadcastMethod. accept(RawMessage msg)protected voidUnicastBroadcastMethod. notifyMessgageReceived(RawMessage message)voidUDPBroadcastMethod. send(RawMessage message)Sends the givenRawMessage.voidUnicastBroadcastMethod. send(RawMessage message)Sends the givenRawMessage.protected voidUDPRecorder. showStatus(java.net.DatagramPacket datagramPacket, RawMessage message)protected voidUDPSniffer. showStatus(java.net.DatagramPacket datagramPacket, RawMessage msg)parses the specified datagram packet
-