Package org.apache.aurora.scheduler.storage.log.LogManager.StreamManager

Examples of org.apache.aurora.scheduler.storage.log.LogManager.StreamManager.EntrySerializer


    driverFactory = control.createMock(DriverFactory.class);
    log = control.createMock(Log.class);
    logStream = control.createMock(Stream.class);
    streamMatcher = LogOpMatcher.matcherFor(logStream);
    entrySerializer = new EntrySerializer(LogStorageModule.MAX_LOG_ENTRY_SIZE.get());

    zkClient = createZkClient();

    Module testModule = new AbstractModule() {
      @Override
View Full Code Here

TOP

Related Classes of org.apache.aurora.scheduler.storage.log.LogManager.StreamManager.EntrySerializer

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.