Package com.fasterxml.storemate.store.util

Examples of com.fasterxml.storemate.store.util.OperationDiagnostics


     */
    protected OperationDiagnostics constructMetadata() {
        /* 28-Mar-2013, tsaloranta: Let's construct this by default, since
         *   it will be needed to collect metrics.
         */
        return new OperationDiagnostics(_timeMaster.nanosForDiagnostics());
    }
View Full Code Here


     */
    protected OperationDiagnostics constructMetadata() {
        /* 28-Mar-2013, tsaloranta: Let's construct this by default, since
         *   it will be needed to collect metrics.
         */
        return new OperationDiagnostics(_timeMaster.nanosForDiagnostics());
    }
View Full Code Here

TOP

Related Classes of com.fasterxml.storemate.store.util.OperationDiagnostics

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.