Package org.hive2hive.core.processes.implementations.context

Examples of org.hive2hive.core.processes.implementations.context.MetaDocumentPKUpdateContext


      NoPeerConnectionException {
    // create a new sub-process
    SequentialProcess sequential = new SequentialProcess();

    // each meta document gets own context
    MetaDocumentPKUpdateContext metaContext = new MetaDocumentPKUpdateContext(
        context.consumeOldProtectionKeys(), context.consumeNewProtectionKeys(),
        index.getFilePublicKey(), index);
    sequential.add(new File2MetaFileComponent(index, metaContext, metaContext, dataManager));
    sequential.add(new ChangeProtectionKeysStep(metaContext, dataManager));
    sequential.add(new InitializeChunkUpdateStep(metaContext, dataManager));
View Full Code Here

TOP

Related Classes of org.hive2hive.core.processes.implementations.context.MetaDocumentPKUpdateContext

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.