Package org.hive2hive.core.processes.implementations.files.update

Examples of org.hive2hive.core.processes.implementations.files.update.CleanupChunksStep


    process.add(new CreateNewVersionStep(context, session.getFileConfiguration()));
    process.add(new PutMetaFileStep(context, dataManager));
    process.add(new UpdateMD5inUserProfileStep(context, session.getProfileManager()));

    // TODO: cleanup can be made async because user operation does not depend on it
    process.add(new CleanupChunksStep(context, dataManager));
    process.add(new PrepareNotificationStep(context));
    process.add(createNotificationProcess(context, networkManager));

    return process;
  }
View Full Code Here

TOP

Related Classes of org.hive2hive.core.processes.implementations.files.update.CleanupChunksStep

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.