Package org.voltdb.rejoin

Examples of org.voltdb.rejoin.TaskLog


            // demote rejoin to create for initiators that aren't rejoinable.
            if (startAction.doesJoin() && !isRejoinable()) {
                startAction = StartAction.CREATE;
            }

            TaskLog taskLog = null;
            if (m_initiatorMailbox.getJoinProducer() != null) {
                taskLog = m_initiatorMailbox.getJoinProducer().constructTaskLog(catalogContext.cluster.getVoltroot());
            }

            m_executionSite = new Site(m_scheduler.getQueue(),
View Full Code Here

TOP

Related Classes of org.voltdb.rejoin.TaskLog

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.