Package org.voltdb.messaging

Examples of org.voltdb.messaging.Iv2LogFaultMessage


            if (m_isLeader) {
                // write the viable set locally
                long faultSpHandle = advanceTxnEgo().getTxnId();
                writeIv2ViableReplayEntryInternal(faultSpHandle);
                // Generate Iv2LogFault message and send it to replicas
                Iv2LogFaultMessage faultMsg = new Iv2LogFaultMessage(faultSpHandle);
                m_mailbox.send(m_sendToHSIds,
                        faultMsg);
            }
        }
    }
View Full Code Here

TOP

Related Classes of org.voltdb.messaging.Iv2LogFaultMessage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.