Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.giraph.partition Classes and Interfaces - 28 results found.
NameDescriptionTypePackageFramework
BasicPartitionBasic partition class for other partitions to extend.Classorg.apache.giraph.partitionGiraph
BasicPartitionOwnerBasic partition owner, can be subclassed for more complicated partition owner implementations.Classorg.apache.giraph.partitionGiraph
ByteArrayPartitionByte array based partition.Classorg.apache.giraph.partitionGiraph
DiskBackedPartitionStoreDisk-backed PartitionStore.Classorg.apache.giraph.partitionGiraph
GraphPartitionerFactoryDefines the partitioning framework for this application.Interfaceorg.apache.giraph.partitionGiraph
HashMasterPartitionerMaster will execute a hash based partitioning.Classorg.apache.giraph.partitionGiraph
HashPartitionerFactoryDivides the vertices into partitions by their hash code using a simple round-robin hash for great balancing if given a random hash code.Classorg.apache.giraph.partitionGiraph
HashRangePartitionerFactoryClassorg.apache.giraph.partitionGiraph
HashRangeWorkerPartitionerClassorg.apache.giraph.partitionGiraph
HashWorkerPartitionerClassorg.apache.giraph.partitionGiraph
LongMappingStorePartitionerFactoryFactory for long-byte mapping based partitioners.Classorg.apache.giraph.partitionGiraph
MasterGraphPartitionerDetermines how to divide the graph into partitions, how to manipulate partitions and then how to assign those partitions to workers.Interfaceorg.apache.giraph.partitionGiraph
PartitionA generic container that stores vertices.Interfaceorg.apache.giraph.partitionGiraph
PartitionBalancerHelper class for balancing partitions across a set of workers.Classorg.apache.giraph.partitionGiraph
PartitionExchangeDescribes what is required to send and wait for in a potential partition exchange between workers.Classorg.apache.giraph.partitionGiraph
PartitionOwnerMetadata about ownership of a partition.Interfaceorg.apache.giraph.partitionGiraph
PartitionStatsUsed to keep track of statistics of every Partition.Classorg.apache.giraph.partitionGiraph
PartitionStoreStructure that stores partitions for a worker.Classorg.apache.giraph.partitionGiraph
PartitionUtilsHelper class for Partition related operations.Classorg.apache.giraph.partitionGiraph
ReusesObjectsPartitionEmpty interface to characterize Partition implementations that don't keep references to the Vertex objects they are passed.Interfaceorg.apache.giraph.partitionGiraph
SimpleIntRangePartitionerFactoryFactory for simple range-based partitioners based on integer vertex ids.Classorg.apache.giraph.partitionGiraph
SimpleLongRangePartitionerFactoryFactory for simple range-based partitioners based on long vertex ids.Classorg.apache.giraph.partitionGiraph
SimpleMasterPartitionerAbstracts and implements all MasterGraphPartitioner logic on top of a single user function - getWorkerIndex.Classorg.apache.giraph.partitionGiraph
SimplePartitionA simple map-based container that stores vertices.Classorg.apache.giraph.partitionGiraph
SimplePartitionerFactoryAbstracts and implements all GraphPartitionerFactory logic on top of two functions which define partitioning scheme:Classorg.apache.giraph.partitionGiraph
SimplePartitionStoreA simple in-memory partition store.Classorg.apache.giraph.partitionGiraph
SimpleWorkerPartitionerAbstracts and implements all WorkerGraphPartitioner logic on top of a single user function - getPartitionIndex.Classorg.apache.giraph.partitionGiraph
WorkerGraphPartitionerStores the PartitionOwner objects from the master and provides the mapping of vertex to PartitionOwner.Interfaceorg.apache.giraph.partitionGiraph