Package io.fathom.auto

Examples of io.fathom.auto.TimeSpan


        }
    }

    @Override
    public Lock buildLock() {
        TimeSpan lockTimeout = TimeSpan.minutes(10);
        TimeSpan lockPollInterval = TimeSpan.seconds(5);

        OpenstackPseudoLock lock = new OpenstackPseudoLock(this, lockTimeout, lockPollInterval);
        return lock;
    }
View Full Code Here

TOP

Related Classes of io.fathom.auto.TimeSpan

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.