Package org.apache.giraph.comm.messages.queue

Examples of org.apache.giraph.comm.messages.queue.AsyncMessageStoreWrapper


    }

    int asyncMessageStoreThreads =
        GiraphConstants.ASYNC_MESSAGE_STORE_THREADS_COUNT.get(conf);
    if (asyncMessageStoreThreads > 0) {
      messageStore = new AsyncMessageStoreWrapper(
          messageStore,
          service.getPartitionStore().getPartitionIds(),
          asyncMessageStoreThreads);
    }
View Full Code Here

TOP

Related Classes of org.apache.giraph.comm.messages.queue.AsyncMessageStoreWrapper

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.