Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.giraph.edge Classes and Interfaces - 33 results found.
NameDescriptionTypePackageFramework
AbstractEdgeStoreBasic implementation of edges store, extended this to easily define simple and primitive edge storesClassorg.apache.giraph.edgeGiraph
ArrayListEdgesOutEdges implementation backed by an ArrayList.Classorg.apache.giraph.edgeGiraph
ByteArrayEdgesOutEdges implementation backed by a byte array.Classorg.apache.giraph.edgeGiraph
ConfigurableOutEdgesClassorg.apache.giraph.edgeGiraph
DefaultEdgeA complete edge, the target vertex and the edge value.Classorg.apache.giraph.edgeGiraph
EdgeA complete edge, the target vertex and the edge value.Interfaceorg.apache.giraph.edgeGiraph
EdgeFactoryClassorg.apache.giraph.edgeGiraph
EdgeNoValueAn edge that has no value.Classorg.apache.giraph.edgeGiraph
EdgeStoreCollects incoming edges for vertices owned by this worker.Interfaceorg.apache.giraph.edgeGiraph
EdgeStoreFactoryInterfaceorg.apache.giraph.edgeGiraph
HashMapEdgesOutEdges implementation backed by a HashMap.Classorg.apache.giraph.edgeGiraph
HashMultimapEdgesOutEdges implementation backed by an ArrayListMultimap.Classorg.apache.giraph.edgeGiraph
IdAndNullArrayEdges Backed by a dynamic primitive array.Classorg.apache.giraph.edgeGiraph
IdAndValueArrayEdges Data is backed by a dynamic primitive array.Classorg.apache.giraph.edgeGiraph
InMemoryEdgeStoreFactoryEdge store factory which produces message stores which hold all edges in memory.Classorg.apache.giraph.edgeGiraph
IntEdgeStoreSpecial edge store to be used when ids are IntWritable.Classorg.apache.giraph.edge.primitivesGiraph
IntNullArrayEdges values, backed by dynamic primitive array.Classorg.apache.giraph.edgeGiraph
LongDoubleArrayEdges values, backed by dynamic primitive arrays.Classorg.apache.giraph.edgeGiraph
LongDoubleHashMapEdgesOutEdges implementation with long ids and double edge values, backed by a Long2DoubleOpenHashMap.Classorg.apache.giraph.edgeGiraph
LongEdgeStoreSpecial edge store to be used when ids are LongWritable.Classorg.apache.giraph.edge.primitivesGiraph
LongNullArrayEdges values, backed by a dynamic primitive array.Classorg.apache.giraph.edgeGiraph
LongNullHashSetEdgesOutEdges implementation with long ids and null edge values, backed by a LongOpenHashSet.Classorg.apache.giraph.edgeGiraph
MapMutableEdgeHelper class for a mutable edge that modifies the backing map entry.Classorg.apache.giraph.edgeGiraph
MultiRandomAccessOutEdgesInterface for OutEdges implementations that provide efficient random access to the edges given the target vertex id.Interfaceorg.apache.giraph.edgeGiraph
MutableEdgeAn edge whose value can be modified.Interfaceorg.apache.giraph.edgeGiraph
MutableEdgesIterableHelper class to provide a mutable iterable over the edges when the chosen OutEdges doesn't offer a specialized one.Classorg.apache.giraph.edgeGiraph
MutableEdgesWrapperHelper class that wraps the current out-edges and inserts them into a new data structure as they are iterated over.Classorg.apache.giraph.edgeGiraph
MutableOutEdgesInterface for OutEdges implementations that have an optimized mutable edge iterator.Interfaceorg.apache.giraph.edgeGiraph
OutEdgesInterface for data structures that store out-edges for a vertex.Interfaceorg.apache.giraph.edgeGiraph
ReusableEdgeA complete edge, the target vertex and the edge value.Interfaceorg.apache.giraph.edgeGiraph
ReuseObjectsOutEdgesEmpty interface to characterize OutEdges implementations that don't keep references to the Edge (or id and value) objects they are passed.Interfaceorg.apache.giraph.edgeGiraph
SimpleEdgeStoreSimple in memory edge store which supports any type of ids.Classorg.apache.giraph.edgeGiraph
StrictRandomAccessOutEdgesInterface for OutEdges implementations that provide efficient random access to the edges given the target vertex id.Interfaceorg.apache.giraph.edgeGiraph