Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.giraph.comm.messages Classes and Interfaces - 26 results found.
NameDescriptionTypePackageFramework
AbstractListPerVertexStoreAbstract Implementation of SimpleMessageStore where multiple messages are stored per vertex as a listClassorg.apache.giraph.comm.messagesGiraph
AsyncMessageStoreWrapperThis class decouples message receiving and processing into separate threads thus reducing contention.Classorg.apache.giraph.comm.messages.queueGiraph
ByteArrayMessagesPerVertexStore stored per vertex as byte backed datastructures.Classorg.apache.giraph.comm.messagesGiraph
DiskBackedMessageStoreMessage store which separates data by partitions, and submits them to underlying message store.Classorg.apache.giraph.comm.messages.out_of_coreGiraph
DiskBackedMessageStoreFactoryMessage store factory which persist the messages on the disk.Classorg.apache.giraph.comm.messages.out_of_coreGiraph
IdByteArrayMessageStoreSpecial message store to be used when IDs are primitive and no combiner is Data is backed by primitive maps in order to decrease number of objects andClassorg.apache.giraph.comm.messages.primitivesGiraph
IdOneMessagePerVertexStoreSpecial message store to be used when IDs are primitive and message doesn't need to be, and message combiner is used.Classorg.apache.giraph.comm.messages.primitivesGiraph
InMemoryMessageStoreFactoryMessage store factory which produces message stores which hold all messages in memory.Classorg.apache.giraph.comm.messagesGiraph
IntByteArrayMessageStoreSpecial message store to be used when ids are IntWritable and no combiner Uses fastutil primitive maps in order to decrease number of objects andClassorg.apache.giraph.comm.messages.primitivesGiraph
IntFloatMessageStoreSpecial message store to be used when ids are IntWritable and messages are FloatWritable and messageCombiner is used.Classorg.apache.giraph.comm.messages.primitivesGiraph
LongAbstractListMessageStoreSpecial message store to be used when ids are LongWritable and no combiner Uses fastutil primitive maps in order to decrease number of objects andClassorg.apache.giraph.comm.messages.primitives.long_idGiraph
LongAbstractMessageStoreSpecial message store to be used when ids are LongWritable and no combiner Uses fastutil primitive maps in order to decrease number of objects andClassorg.apache.giraph.comm.messages.primitives.long_idGiraph
LongByteArrayMessageStoreSpecial message store to be used when ids are LongWritable and no combiner Uses fastutil primitive maps in order to decrease number of objects andClassorg.apache.giraph.comm.messages.primitives.long_idGiraph
LongDoubleMessageStoreSpecial message store to be used when ids are LongWritable and messages are DoubleWritable and messageCombiner is used.Classorg.apache.giraph.comm.messages.primitivesGiraph
LongPointerListMessageStoreThis stores messages in ExtendedByteArrayOutputBufferClassorg.apache.giraph.comm.messages.primitives.long_idGiraph
MessageEncodeAndStoreTypeenum MessageEncodeAndStoreTypeThere are two types of message-stores currentlyClassorg.apache.giraph.comm.messagesGiraph
MessagesIterableClassorg.apache.giraph.comm.messagesGiraph
MessageStoreInterfaceorg.apache.giraph.comm.messagesGiraph
MessageStoreFactoryInterfaceorg.apache.giraph.comm.messagesGiraph
OneMessagePerVertexStore message per vertex.Classorg.apache.giraph.comm.messagesGiraph
PartitionDiskBackedMessageStoreMessage storage with in-memory map of messages and with support for flushing all the messages to the disk.Classorg.apache.giraph.comm.messages.out_of_coreGiraph
PartitionMessageSmall wrapper that holds a reference to vertex message and knows partition id.Classorg.apache.giraph.comm.messages.queueGiraph
PointerListMessagesIterableClassorg.apache.giraph.comm.messagesGiraph
PointerListPerVertexStore stored as a list of long pointers to extended data output objects Used when there is no combiner provided.Classorg.apache.giraph.comm.messagesGiraph
SequentialFileMessageStoreUsed for writing and reading collection of messages to the disk.Classorg.apache.giraph.comm.messages.out_of_coreGiraph
SimpleMessageStoreAbstract class for MessageStore which allows any kind of object to hold messages for one vertex.Classorg.apache.giraph.comm.messagesGiraph