Package com.sleepycat.je.rep.stream

Examples of com.sleepycat.je.rep.stream.Protocol.resetStats()


    }

    void resetStats() {
        final Protocol protocol = outputThread.protocol;
        if (protocol != null) {
            protocol.resetStats();
        }
    }

    void setSyncLatch(CountDownLatch syncLatch) {
        this.syncLatch = syncLatch;
View Full Code Here


    }

    void resetStats() {
        final Protocol protocol = outputThread.protocol;
        if (protocol != null) {
            protocol.resetStats();
        }
    }

    /**
     * Returns the channel between this Feeder and its Replica.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.