jar

org.vanilladb : comm

Maven & Gradle

Jan 07, 2022
1 usages
10 stars

vanillacomm · VanillaComm is a collection of reliable group communication primitives (e.g., total-ordering) that can benefit the distributed database systems (e.g., eager-replication, NewSQL database systems).

Table Of Contents

Latest Version

Download org.vanilladb : comm JAR file - Latest Versions:

All Versions

Download org.vanilladb : comm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window comm-0.2.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.sf.appia.xml.templates

├─ net.sf.appia.xml.templates.ChannelTemplate.class - [JAR]

├─ net.sf.appia.xml.templates.SessionTemplate.class - [JAR]

net.sf.appia.protocols.udpsimple

├─ net.sf.appia.protocols.udpsimple.MulticastInitEvent.class - [JAR]

├─ net.sf.appia.protocols.udpsimple.SendableNotDeliveredEvent.class - [JAR]

├─ net.sf.appia.protocols.udpsimple.UdpSimpleLayer.class - [JAR]

├─ net.sf.appia.protocols.udpsimple.UdpSimpleSession.class - [JAR]

net.sf.appia.protocols.drop

├─ net.sf.appia.protocols.drop.DropConfig.class - [JAR]

├─ net.sf.appia.protocols.drop.DropLayer.class - [JAR]

├─ net.sf.appia.protocols.drop.DropSession.class - [JAR]

org.vanilladb.comm.protocols.zabacceptance

├─ org.vanilladb.comm.protocols.zabacceptance.ZabAccept.class - [JAR]

├─ org.vanilladb.comm.protocols.zabacceptance.ZabAcceptanceLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.zabacceptance.ZabAcceptanceSession.class - [JAR]

├─ org.vanilladb.comm.protocols.zabacceptance.ZabCacheProposal.class - [JAR]

├─ org.vanilladb.comm.protocols.zabacceptance.ZabCommit.class - [JAR]

├─ org.vanilladb.comm.protocols.zabacceptance.ZabDeny.class - [JAR]

net.sf.appia.protocols.fifounreliable

├─ net.sf.appia.protocols.fifounreliable.FifoUnreliableLayer.class - [JAR]

├─ net.sf.appia.protocols.fifounreliable.FifoUnreliableSession.class - [JAR]

├─ net.sf.appia.protocols.fifounreliable.PeerInfo.class - [JAR]

net.sf.appia.xml.interfaces

├─ net.sf.appia.xml.interfaces.InitializableSession.class - [JAR]

org.vanilladb.comm.protocols.totalorderappl

├─ org.vanilladb.comm.protocols.totalorderappl.TotalOrderApplicationLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.totalorderappl.TotalOrderApplicationSession.class - [JAR]

├─ org.vanilladb.comm.protocols.totalorderappl.TotalOrderMessageListener.class - [JAR]

├─ org.vanilladb.comm.protocols.totalorderappl.TotalOrderMessages.class - [JAR]

├─ org.vanilladb.comm.protocols.totalorderappl.TotalOrderRequest.class - [JAR]

net.sf.appia.protocols.frag

├─ net.sf.appia.protocols.frag.FragConfig.class - [JAR]

├─ net.sf.appia.protocols.frag.FragEvent.class - [JAR]

├─ net.sf.appia.protocols.frag.FragLayer.class - [JAR]

├─ net.sf.appia.protocols.frag.FragSession.class - [JAR]

├─ net.sf.appia.protocols.frag.FragTimer.class - [JAR]

├─ net.sf.appia.protocols.frag.MaxPDUSizeEvent.class - [JAR]

net.sf.appia.management

├─ net.sf.appia.management.AbstractSensorSession.class - [JAR]

├─ net.sf.appia.management.AppiaManagementException.class - [JAR]

├─ net.sf.appia.management.ManagedSession.class - [JAR]

├─ net.sf.appia.management.SensorSession.class - [JAR]

├─ net.sf.appia.management.SensorSessionListener.class - [JAR]

org.vanilladb.comm.protocols.events

├─ org.vanilladb.comm.protocols.events.ProcessListInit.class - [JAR]

org.vanilladb.comm.view

├─ org.vanilladb.comm.view.ProcessType.class - [JAR]

├─ org.vanilladb.comm.view.ProcessView.class - [JAR]

org.vanilladb.comm.protocols.tcpfd

├─ org.vanilladb.comm.protocols.tcpfd.FailureDetected.class - [JAR]

├─ org.vanilladb.comm.protocols.tcpfd.Heartbeat.class - [JAR]

├─ org.vanilladb.comm.protocols.tcpfd.NextHeartbeat.class - [JAR]

├─ org.vanilladb.comm.protocols.tcpfd.ProcessConnected.class - [JAR]

├─ org.vanilladb.comm.protocols.tcpfd.TcpFailureDetectionLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.tcpfd.TcpFailureDetectionSession.class - [JAR]

org.vanilladb.comm.protocols.zabelection

├─ org.vanilladb.comm.protocols.zabelection.LeaderChanged.class - [JAR]

├─ org.vanilladb.comm.protocols.zabelection.LeaderInit.class - [JAR]

├─ org.vanilladb.comm.protocols.zabelection.ZabElectionLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.zabelection.ZabElectionSession.class - [JAR]

org.vanilladb.comm.protocols.rb

├─ org.vanilladb.comm.protocols.rb.MessageId.class - [JAR]

├─ org.vanilladb.comm.protocols.rb.ReliableBroadcast.class - [JAR]

├─ org.vanilladb.comm.protocols.rb.ReliableBroadcastLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.rb.ReliableBroadcastSession.class - [JAR]

org.vanilladb.comm.protocols.urb

├─ org.vanilladb.comm.protocols.urb.UniformReliableBroadcast.class - [JAR]

├─ org.vanilladb.comm.protocols.urb.UniformReliableBroadcastLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.urb.UniformReliableBroadcastSession.class - [JAR]

org.vanilladb.comm.protocols.zabproposal

├─ org.vanilladb.comm.protocols.zabproposal.ZabProposal.class - [JAR]

├─ org.vanilladb.comm.protocols.zabproposal.ZabProposalId.class - [JAR]

├─ org.vanilladb.comm.protocols.zabproposal.ZabProposalLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.zabproposal.ZabProposalSession.class - [JAR]

├─ org.vanilladb.comm.protocols.zabproposal.ZabPropose.class - [JAR]

net.sf.appia.xml

├─ net.sf.appia.xml.AppiaXML.class - [JAR]

├─ net.sf.appia.xml.AppiaXMLException.class - [JAR]

├─ net.sf.appia.xml.Configuration.class - [JAR]

├─ net.sf.appia.xml.XMLFileHandler.class - [JAR]

net.sf.appia.protocols.fifo

├─ net.sf.appia.protocols.fifo.AckEvent.class - [JAR]

├─ net.sf.appia.protocols.fifo.FIFOConfigEvent.class - [JAR]

├─ net.sf.appia.protocols.fifo.FifoConfig.class - [JAR]

├─ net.sf.appia.protocols.fifo.FifoLayer.class - [JAR]

├─ net.sf.appia.protocols.fifo.FifoSession.class - [JAR]

├─ net.sf.appia.protocols.fifo.FifoTimer.class - [JAR]

├─ net.sf.appia.protocols.fifo.Header.class - [JAR]

├─ net.sf.appia.protocols.fifo.PeerInfo.class - [JAR]

├─ net.sf.appia.protocols.fifo.PeerWaitingMessage.class - [JAR]

├─ net.sf.appia.protocols.fifo.WaitingMessage.class - [JAR]

net.sf.appia.protocols.nakfifo.multicast

├─ net.sf.appia.protocols.nakfifo.multicast.ConfirmEvent.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.multicast.NakFifoMulticastLayer.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.multicast.NakFifoMulticastSession.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.multicast.UpdateEvent.class - [JAR]

org.vanilladb.comm.protocols.p2pappl

├─ org.vanilladb.comm.protocols.p2pappl.P2pApplicationLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.p2pappl.P2pApplicationSession.class - [JAR]

├─ org.vanilladb.comm.protocols.p2pappl.P2pMessage.class - [JAR]

├─ org.vanilladb.comm.protocols.p2pappl.P2pMessageListener.class - [JAR]

org.vanilladb.comm.process

├─ org.vanilladb.comm.process.CommProcess.class - [JAR]

├─ org.vanilladb.comm.process.ProcessList.class - [JAR]

├─ org.vanilladb.comm.process.ProcessState.class - [JAR]

├─ org.vanilladb.comm.process.ProcessStateListener.class - [JAR]

org.vanilladb.comm.server

├─ org.vanilladb.comm.server.ServerDemo.class - [JAR]

├─ org.vanilladb.comm.server.VanillaCommServer.class - [JAR]

├─ org.vanilladb.comm.server.VanillaCommServerListener.class - [JAR]

net.sf.appia.core.memoryManager

├─ net.sf.appia.core.memoryManager.AppiaWrongSizeException.class - [JAR]

├─ net.sf.appia.core.memoryManager.MemoryManager.class - [JAR]

net.sf.appia.core

├─ net.sf.appia.core.AbstractAppiaRunnable.class - [JAR]

├─ net.sf.appia.core.Appia.class - [JAR]

├─ net.sf.appia.core.AppiaConfig.class - [JAR]

├─ net.sf.appia.core.AppiaCursorException.class - [JAR]

├─ net.sf.appia.core.AppiaDuplicatedSessionsException.class - [JAR]

├─ net.sf.appia.core.AppiaError.class - [JAR]

├─ net.sf.appia.core.AppiaEventException.class - [JAR]

├─ net.sf.appia.core.AppiaException.class - [JAR]

├─ net.sf.appia.core.AppiaInvalidQoSException.class - [JAR]

├─ net.sf.appia.core.AppiaMBeanContainer.class - [JAR]

├─ net.sf.appia.core.Channel.class - [JAR]

├─ net.sf.appia.core.ChannelCursor.class - [JAR]

├─ net.sf.appia.core.ChannelEventRoute.class - [JAR]

├─ net.sf.appia.core.Direction.class - [JAR]

├─ net.sf.appia.core.Event.class - [JAR]

├─ net.sf.appia.core.EventQualifier.class - [JAR]

├─ net.sf.appia.core.EventScheduler.class - [JAR]

├─ net.sf.appia.core.Layer.class - [JAR]

├─ net.sf.appia.core.ManagementServerFactory.class - [JAR]

├─ net.sf.appia.core.QoS.class - [JAR]

├─ net.sf.appia.core.QoSEventRoute.class - [JAR]

├─ net.sf.appia.core.Session.class - [JAR]

├─ net.sf.appia.core.TimeProvider.class - [JAR]

├─ net.sf.appia.core.TimerManager.class - [JAR]

net.sf.appia.protocols.nakfifo

├─ net.sf.appia.protocols.nakfifo.IgnoreEvent.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.MessageUtils.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.NackEvent.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.Nacked.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.NakFifoLayer.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.NakFifoSession.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.NakFifoTimer.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.Peer.class - [JAR]

├─ net.sf.appia.protocols.nakfifo.PingEvent.class - [JAR]

org.vanilladb.comm.protocols.floodingcons

├─ org.vanilladb.comm.protocols.floodingcons.ConsensusRequest.class - [JAR]

├─ org.vanilladb.comm.protocols.floodingcons.ConsensusResult.class - [JAR]

├─ org.vanilladb.comm.protocols.floodingcons.Decide.class - [JAR]

├─ org.vanilladb.comm.protocols.floodingcons.FloodingConsensusLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.floodingcons.FloodingConsensusSession.class - [JAR]

├─ org.vanilladb.comm.protocols.floodingcons.Propose.class - [JAR]

├─ org.vanilladb.comm.protocols.floodingcons.Value.class - [JAR]

net.sf.appia.xml.utils

├─ net.sf.appia.xml.utils.ChannelInfo.class - [JAR]

├─ net.sf.appia.xml.utils.ChannelProperties.class - [JAR]

├─ net.sf.appia.xml.utils.ExecuteXML.class - [JAR]

├─ net.sf.appia.xml.utils.SessionProperties.class - [JAR]

├─ net.sf.appia.xml.utils.SharingState.class - [JAR]

net.sf.appia.protocols.tcpcomplete

├─ net.sf.appia.protocols.tcpcomplete.AcceptReader.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.Benchmark.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.CloseTcpSocket.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.Measure.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.Measures.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.SHook.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.SenderQueue.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.SocketInfoContainer.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.TcpCompleteConfig.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.TcpCompleteLayer.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.TcpCompleteSession.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.TcpReader.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.TcpTimer.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.TcpUndeliveredEvent.class - [JAR]

├─ net.sf.appia.protocols.tcpcomplete.TcpUnreadableEvent.class - [JAR]

org.vanilladb.comm.client

├─ org.vanilladb.comm.client.ClientDemo.class - [JAR]

├─ org.vanilladb.comm.client.VanillaCommClient.class - [JAR]

├─ org.vanilladb.comm.client.VanillaCommClientListener.class - [JAR]

org.vanilladb.comm.protocols.tob

├─ org.vanilladb.comm.protocols.tob.OrderProposal.class - [JAR]

├─ org.vanilladb.comm.protocols.tob.TotalOrderBroadcast.class - [JAR]

├─ org.vanilladb.comm.protocols.tob.TotalOrderBroadcastLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.tob.TotalOrderBroadcastSession.class - [JAR]

net.sf.appia.core.message

├─ net.sf.appia.core.message.AppiaOutOfMemory.class - [JAR]

├─ net.sf.appia.core.message.DefaultMessageFactory.class - [JAR]

├─ net.sf.appia.core.message.Message.class - [JAR]

├─ net.sf.appia.core.message.MessageException.class - [JAR]

├─ net.sf.appia.core.message.MessageFactory.class - [JAR]

├─ net.sf.appia.core.message.MsgBuffer.class - [JAR]

├─ net.sf.appia.core.message.MsgWalk.class - [JAR]

├─ net.sf.appia.core.message.SerializableObject.class - [JAR]

net.sf.appia.management.jmx

├─ net.sf.appia.management.jmx.ChannelManager.class - [JAR]

├─ net.sf.appia.management.jmx.GenericActuator.class - [JAR]

├─ net.sf.appia.management.jmx.JMXConfiguration.class - [JAR]

org.vanilladb.comm.protocols.beb

├─ org.vanilladb.comm.protocols.beb.BestEffortBroadcastLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.beb.BestEffortBroadcastSession.class - [JAR]

├─ org.vanilladb.comm.protocols.beb.Broadcast.class - [JAR]

net.sf.appia.protocols.utils

├─ net.sf.appia.protocols.utils.Buffer.class - [JAR]

├─ net.sf.appia.protocols.utils.HostUtils.class - [JAR]

├─ net.sf.appia.protocols.utils.ListBuffer.class - [JAR]

├─ net.sf.appia.protocols.utils.ParseUtils.class - [JAR]

net.sf.appia.core.events.channel

├─ net.sf.appia.core.events.channel.ChannelClose.class - [JAR]

├─ net.sf.appia.core.events.channel.ChannelEvent.class - [JAR]

├─ net.sf.appia.core.events.channel.ChannelInit.class - [JAR]

├─ net.sf.appia.core.events.channel.Debug.class - [JAR]

├─ net.sf.appia.core.events.channel.EchoEvent.class - [JAR]

├─ net.sf.appia.core.events.channel.ExternalEvent.class - [JAR]

├─ net.sf.appia.core.events.channel.PeriodicTimer.class - [JAR]

├─ net.sf.appia.core.events.channel.Timer.class - [JAR]

net.sf.appia.core.events

├─ net.sf.appia.core.events.AppiaMulticast.class - [JAR]

├─ net.sf.appia.core.events.AppiaMulticastSupport.class - [JAR]

├─ net.sf.appia.core.events.SendableEvent.class - [JAR]

net.sf.appia.protocols.common

├─ net.sf.appia.protocols.common.AppiaThreadFactory.class - [JAR]

├─ net.sf.appia.protocols.common.FIFOUndeliveredEvent.class - [JAR]

├─ net.sf.appia.protocols.common.NetworkUndeliveredEvent.class - [JAR]

├─ net.sf.appia.protocols.common.RegisterSocketEvent.class - [JAR]

├─ net.sf.appia.protocols.common.SendableNotDeliveredEvent.class - [JAR]

├─ net.sf.appia.protocols.common.ServiceEvent.class - [JAR]

org.vanilladb.comm.protocols.p2pcounting

├─ org.vanilladb.comm.protocols.p2pcounting.P2pCountingLayer.class - [JAR]

├─ org.vanilladb.comm.protocols.p2pcounting.P2pCountingSession.class - [JAR]

net.sf.appia.protocols.sslcomplete

├─ net.sf.appia.protocols.sslcomplete.CustomSSLServerSocketFactory.class - [JAR]

├─ net.sf.appia.protocols.sslcomplete.CustomSSLSocketFactory.class - [JAR]

├─ net.sf.appia.protocols.sslcomplete.SslCompleteLayer.class - [JAR]

├─ net.sf.appia.protocols.sslcomplete.SslCompleteSession.class - [JAR]

├─ net.sf.appia.protocols.sslcomplete.SslRegisterSocketEvent.class - [JAR]

├─ net.sf.appia.protocols.sslcomplete.SslUndeliveredEvent.class - [JAR]

Advertisement

Dependencies from Group

Sep 15, 2022
2 usages
180 stars
Jan 07, 2022
1 usages
10 stars
Feb 15, 2022
1 usages
6 stars

Discover Dependencies

Jan 10, 2022
1.4k stars
Oct 24, 2017
13 usages
11 stars
May 31, 2023
31 usages
82 stars
May 12, 2023
204 usages
6 stars
Nov 06, 2018
982 usages
Aug 24, 2023
16 usages
7.1k stars
Feb 18, 2017
73 usages
25 stars
Aug 25, 2023
43 stars
Sep 24, 2018
261 usages
47.5k stars
Aug 21, 2023
2 usages