Package org.voltdb

Examples of org.voltdb.PartitionDRGateway


        } catch (Exception e) {
            VoltDB.crashLocalVoltDB("Unable to configure SpInitiator.", true, e);
        }

        // configure DR
        PartitionDRGateway drGateway =
                PartitionDRGateway.getInstance(m_partitionId, nodeDRGateway,
                        startAction.doesRejoin());
        ((SpScheduler) m_scheduler).setDRGateway(drGateway);

        super.configureCommon(backend, catalogContext,
View Full Code Here

TOP

Related Classes of org.voltdb.PartitionDRGateway

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.