Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.giraph.comm Classes and Interfaces - 103 results found.
NameDescriptionTypePackageFramework
AbstractListPerVertexStoreAbstract Implementation of SimpleMessageStore where multiple messages are stored per vertex as a listClassorg.apache.giraph.comm.messagesGiraph
AddressRequestIdGeneratorGenerate different request ids based on the address of the well known port on the workers.Classorg.apache.giraph.comm.netty.handlerGiraph
AggregatorUtilsClassorg.apache.giraph.comm.aggregatorsGiraph
AllAggregatorServerDataAccepts aggregators and their values from previous superstep from master and workers which own aggregators.Classorg.apache.giraph.comm.aggregatorsGiraph
AsyncMessageStoreWrapperThis class decouples message receiving and processing into separate threads thus reducing contention.Classorg.apache.giraph.comm.messages.queueGiraph
AuthorizeServerHandlerAuthorize or deny client requests based on existence and completeness of client's SASL authentication.Classorg.apache.giraph.comm.netty.handlerGiraph
ByteArrayMessagesPerVertexStore stored per vertex as byte backed datastructures.Classorg.apache.giraph.comm.messagesGiraph
ByteArrayRequestClassorg.apache.giraph.comm.requestsGiraph
ByteArrayWithSenderTaskIdRequestClassorg.apache.giraph.comm.requestsGiraph
ByteCounterInterfaceorg.apache.giraph.comm.nettyGiraph
ByteCounterDelegateDelegate Object to help keep track of the bytes processed and provide some metrics when desired as part of the Netty Channel stack.Classorg.apache.giraph.comm.nettyGiraph
ChannelRotaterMaintains multiple channels and rotates between them.Classorg.apache.giraph.comm.nettyGiraph
ClientRequestIdSimple immutable object to use for tracking requests uniquely.Classorg.apache.giraph.comm.netty.handlerGiraph
CountingCacheCache which counts the number of flushes per task id (destination worker id), so we know how many requests were sent to the workerClassorg.apache.giraph.comm.aggregatorsGiraph
CountingOutputStreamWrapper for output stream which keeps the place in the beginning for the count of objects which were written to itClassorg.apache.giraph.comm.aggregatorsGiraph
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
GlobalCommTypeType tag distinguishing different global communication messages.Classorg.apache.giraph.commGiraph
GlobalCommValueOutputStream reduced values in the form of pair (name, type, value) There are two modes:Classorg.apache.giraph.comm.aggregatorsGiraph
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
InboundByteCounterKeep track of the bytes received and provide some metrics when desired as part of the Netty Channel stack.Classorg.apache.giraph.comm.nettyGiraph
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
MasterClientInterfaceorg.apache.giraph.commGiraph
MasterRequestInterfaceorg.apache.giraph.comm.requestsGiraph
MasterRequestServerHandlerClassorg.apache.giraph.comm.netty.handlerGiraph
MasterRequestServerHandler .FactoryClassorg.apache.giraph.comm.netty.handler.MasterRequestServerHandlerGiraph
MasterServerInterfaceorg.apache.giraph.commGiraph
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
NettyClientNetty client for sending requests.Classorg.apache.giraph.comm.nettyGiraph
NettyMasterClientClassorg.apache.giraph.comm.nettyGiraph
NettyMasterServerClassorg.apache.giraph.comm.nettyGiraph
NettyServerClassorg.apache.giraph.comm.nettyGiraph
NettyWorkerAggregatorRequestProcessorClassorg.apache.giraph.comm.nettyGiraph
NettyWorkerClientTakes users facing APIs in WorkerClient and implements them using the available WritableRequest objects.Classorg.apache.giraph.comm.nettyGiraph
NettyWorkerClientRequestProcessorAggregate requests and sends them to the thread-safe NettyClient.Classorg.apache.giraph.comm.nettyGiraph
NettyWorkerServerNetty worker server that implement WorkerServer and contains the actual ServerData.Classorg.apache.giraph.comm.nettyGiraph
OneMessagePerVertexStore message per vertex.Classorg.apache.giraph.comm.messagesGiraph
OutboundByteCounterKeep track of the bytes sent and provide some metrics when desired as part of the Netty Channel stack.Classorg.apache.giraph.comm.nettyGiraph
OwnerAggregatorServerDataClass for holding aggregators which current worker owns, and aggregating partial aggregator values from workers.Classorg.apache.giraph.comm.aggregatorsGiraph
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
RequestDecoderDecodes encoded requests from the client.Classorg.apache.giraph.comm.netty.handlerGiraph
RequestEncoderRequests have a request type and an encoded request.Classorg.apache.giraph.comm.netty.handlerGiraph
RequestInfoClassorg.apache.giraph.comm.netty.handlerGiraph
RequestServerHandlerGeneric handler of requests.Classorg.apache.giraph.comm.netty.handlerGiraph
RequestServerHandler .FactoryInterfaceorg.apache.giraph.comm.netty.handler.RequestServerHandlerGiraph
RequestTypeClassorg.apache.giraph.comm.requestsGiraph
ResponseClientHandlerGeneric handler of responses.Classorg.apache.giraph.comm.netty.handlerGiraph
ResponseEncoderHow a server should respond to a client.Classorg.apache.giraph.comm.netty.handlerGiraph
SaslClientHandlerClassorg.apache.giraph.comm.netty.handlerGiraph
SaslCompleteRequestReply from server to client after SASL authentication completes.Classorg.apache.giraph.comm.requestsGiraph
SaslNettyClientClassorg.apache.giraph.comm.nettyGiraph
SaslNettyServerEncapsulates SASL server logic for Giraph BSP worker servers.Classorg.apache.giraph.comm.nettyGiraph
SaslNettyServer .SaslDigestCallbackHandlerClassorg.apache.giraph.comm.netty.SaslNettyServerGiraph
SaslServerHandlerGenerate SASL response tokens to client SASL tokens, allowing clients to authenticate themselves with this server.Classorg.apache.giraph.comm.netty.handlerGiraph
SaslServerHandler .FactoryClassorg.apache.giraph.comm.netty.handler.SaslServerHandlerGiraph
SaslTokenMessageRequestSend and receive SASL tokens.Classorg.apache.giraph.comm.requestsGiraph
SendAggregatorsToOwnerRequestClassorg.apache.giraph.comm.requestsGiraph
SendAggregatorsToWorkerRequestClassorg.apache.giraph.comm.requestsGiraph
SendDataCacheAn abstract structure for caching data by partitions to be sent to workers in bulk.Classorg.apache.giraph.commGiraph
SendEdgeCacheAggregates the edges to be sent to workers so they can be sent in bulk.Classorg.apache.giraph.commGiraph
SendGlobalCommCacheTakes and serializes global communication values and keeps them grouped by owner partition id, to be sent in bulk.Classorg.apache.giraph.comm.aggregatorsGiraph
SendMessageCacheAggregates the messages to be sent to workers so they can be sent in bulk.Classorg.apache.giraph.commGiraph
SendMutationsCacheClassorg.apache.giraph.commGiraph
SendOneMessageToManyCacheClassorg.apache.giraph.commGiraph
SendPartitionCacheCaches partition vertices prior to sending.Classorg.apache.giraph.commGiraph
SendPartitionCurrentMessagesRequestSend a collection of vertex messages for a partition.Classorg.apache.giraph.comm.requestsGiraph
SendPartitionMutationsRequestSend a collection of vertex mutations for a partition.Classorg.apache.giraph.comm.requestsGiraph
SendReducedToMasterRequestRequest to send final aggregated values from worker which owns aggregators to the masterClassorg.apache.giraph.comm.requestsGiraph
SendVertexIdDataCacheAn abstract structure for caching data indexed by vertex id, to be sent to workers in bulk.Classorg.apache.giraph.commGiraph
SendVertexRequestSend a collection of vertices for a partition.Classorg.apache.giraph.comm.requestsGiraph
SendWorkerAggregatorsRequestRequest to send partial aggregated values for current superstep (values which were computed by one worker's vertices)Classorg.apache.giraph.comm.requestsGiraph
SendWorkerDataRequestClassorg.apache.giraph.comm.requestsGiraph
SendWorkerEdgesRequestSend a collection of edges for a partition.Classorg.apache.giraph.comm.requestsGiraph
SendWorkerMessagesRequestSend a collection of vertex messages for a partition.Classorg.apache.giraph.comm.requestsGiraph
SendWorkerOneMessageToManyRequestSend a collection of ByteArrayOneMessageToManyIds messages to a worker.Classorg.apache.giraph.comm.requestsGiraph
SendWorkerToWorkerMessageRequestClassorg.apache.giraph.comm.requestsGiraph
SendWorkerVerticesRequestClassorg.apache.giraph.comm.requestsGiraph
SequentialFileMessageStoreUsed for writing and reading collection of messages to the disk.Classorg.apache.giraph.comm.messages.out_of_coreGiraph
ServerDataClassorg.apache.giraph.commGiraph
SimpleMessageStoreAbstract class for MessageStore which allows any kind of object to hold messages for one vertex.Classorg.apache.giraph.comm.messagesGiraph
WorkerAggregatorRequestProcessorInterfaceorg.apache.giraph.comm.aggregatorsGiraph
WorkerClientInterfaceorg.apache.giraph.commGiraph
WorkerClientRequestProcessorInterfaceorg.apache.giraph.commGiraph
WorkerRequestInterfaceorg.apache.giraph.comm.requestsGiraph
WorkerRequestReservedMapClassorg.apache.giraph.comm.netty.handlerGiraph
WorkerRequestServerHandlerClassorg.apache.giraph.comm.netty.handlerGiraph
WorkerRequestServerHandler .FactoryClassorg.apache.giraph.comm.netty.handler.WorkerRequestServerHandlerGiraph
WorkerServerInterface for message communication server.Interfaceorg.apache.giraph.commGiraph
WritableRequestClassorg.apache.giraph.comm.requestsGiraph