Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.giraph.utils Classes and Interfaces - 85 results found.
NameDescriptionTypePackageFramework
AbstractVertexIdDataClassorg.apache.giraph.utilsGiraph
AnnotationUtilsHelper class to deal with annotations in runtime.Classorg.apache.giraph.utilsGiraph
ArrayListWritableA Writable for ListArray containing instances of a class.Classorg.apache.giraph.utilsGiraph
ArrayWritableA Writable for arrays containing instances of a class.Classorg.apache.giraph.utilsGiraph
BigDataInput only handle up to 1GB of data.Classorg.apache.giraph.utils.ioGiraph
BigDataInputOutputDataInputOutput which uses BigDataInput and BigDataOutput to support larger than allowed array size streams.Classorg.apache.giraph.utils.ioGiraph
BigDataOutput only handle up to 1GB of data.Classorg.apache.giraph.utils.ioGiraph
ByteArrayOneMessageToManyIdsStores a message and a list of target vertex ids.Classorg.apache.giraph.utilsGiraph
ByteArrayVertexIdDataClassorg.apache.giraph.utilsGiraph
ByteArrayVertexIdEdgesStores vertex id and edge pairs in a single byte array.Classorg.apache.giraph.utilsGiraph
ByteArrayVertexIdMessagesStores vertex id and message pairs in a single byte array.Classorg.apache.giraph.utilsGiraph
ByteStructIterableThis iterable is designed to deserialize a byte array on the fly to provide new copies of writable objects when desired.Classorg.apache.giraph.utilsGiraph
ByteStructIteratorThis iterator is designed to deserialize a byte array on the fly to provide new copies of writable objects when desired.Classorg.apache.giraph.utilsGiraph
ByteStructVertexIdDataIteratorSpecial iterator that reuses vertex ids and data objects so that the lifetime of the object is only until next() is called.Classorg.apache.giraph.utilsGiraph
ByteStructVertexIdEdgeIteratorSpecial iterator that reuses vertex ids and edge objects so that the lifetime of the object is only until next() is called.Classorg.apache.giraph.utilsGiraph
ByteStructVertexIdIteratorCommon implementation for VertexIdEdgeIterator, VertexIdMessageIterator and VertexIdMessageBytesIterator.Classorg.apache.giraph.utilsGiraph
ByteStructVertexIdMessageBytesIteratorSpecial iterator that reuses vertex ids and messages bytes so that the lifetime of the object is only until next() is called.Classorg.apache.giraph.utilsGiraph
ByteStructVertexIdMessageIteratorSpecial iterator that reuses vertex ids and message objects so that the lifetime of the object is only until next() is called.Classorg.apache.giraph.utilsGiraph
ByteUtilsClassorg.apache.giraph.utilsGiraph
CallableFactoryInterfaceorg.apache.giraph.utilsGiraph
CheckpointingUtilsClassorg.apache.giraph.utilsGiraph
CollectionUtilsClassorg.apache.giraph.utilsGiraph
ConfigurationUtilsTranslate command line args into Configuration Key-Value pairs.Classorg.apache.giraph.utilsGiraph
CounterUtilsClassorg.apache.giraph.utilsGiraph
DataInputOutputProvides both DataOutput which we can write to and DataInputs which are going to read data which was written to DataOutput.Classorg.apache.giraph.utils.ioGiraph
DistributedCacheUtilsClassorg.apache.giraph.utilsGiraph
DynamicChannelBufferInputStreamSpecial input that reads from a DynamicChannelBuffer.Classorg.apache.giraph.utilsGiraph
DynamicChannelBufferOutputStreamSpecial output stream that can grow as needed and dumps to a DynamicChannelBuffer.Classorg.apache.giraph.utilsGiraph
EdgeComparatorComparator for edges.Classorg.apache.giraph.utilsGiraph
EdgeIterablesUtility methods for iterables of edges.Classorg.apache.giraph.utilsGiraph
EmptyIterableSingleton class for empty iterables.Classorg.apache.giraph.utilsGiraph
ExtendedByteArrayDataInputClassorg.apache.giraph.utilsGiraph
ExtendedByteArrayDataOutputAdds some functionality to ByteArrayOutputStream, such as an option to write int value over previously written dataClassorg.apache.giraph.utilsGiraph
ExtendedByteArrayOutputBufferWraps a list of byte array outputs and provides convenient utilities on top of itClassorg.apache.giraph.utilsGiraph
ExtendedByteArrayOutputBuffer .IndexAndDataOutClassorg.apache.giraph.utils.ExtendedByteArrayOutputBufferGiraph
ExtendedDataInputInterfaceorg.apache.giraph.utilsGiraph
ExtendedDataInputOutputWraps ExtendedDataOutput and ExtendedDataOutput to be able to write data and later read data from the same placeClassorg.apache.giraph.utils.ioGiraph
ExtendedDataOutputInterfaceorg.apache.giraph.utilsGiraph
FactoryInterfaceorg.apache.giraph.utilsGiraph
FileUtilsClassorg.apache.giraph.utilsGiraph
GiraphDepVersionsVersions of Giraph dependencies.Classorg.apache.giraph.utilsGiraph
IncreasingBitSetBit set optimized for increasing longs to save storage space.Classorg.apache.giraph.utilsGiraph
InMemoryVertexInputFormatAn input format that reads the input graph in memory.Classorg.apache.giraph.utilsGiraph
InternalVertexRunnerA base class for running internal tests on a vertex Extending classes only have to invoke the run() method to test their vertex.Classorg.apache.giraph.utilsGiraph
IntPairClassorg.apache.giraph.utilsGiraph
JMapClassorg.apache.giraph.utilsGiraph
JMapHistoDumperAn observer for both worker and master that periodically dumps the memory usage using jmap tool.Classorg.apache.giraph.utilsGiraph
LoggerUtilsClassorg.apache.giraph.utilsGiraph
LogStacktraceCallableA wrapper to improve debugging.Classorg.apache.giraph.utilsGiraph
LogVersionsLogs versions of Giraph dependencies on job start.Classorg.apache.giraph.utilsGiraph
MasterLoggingAggregatorHelper class for using aggregator which gathers log messages from workers and prints them on master.Classorg.apache.giraph.utilsGiraph
MathUtilsClassorg.apache.giraph.utilsGiraph
MemoryUtilsHelper static methods for tracking memory usage.Classorg.apache.giraph.utilsGiraph
OneMessageToManyIdsIteratorVertexIdData iterator for ByteArrayOneMessageToManyIdsClassorg.apache.giraph.utilsGiraph
PairListCollection to keep pairs in, without creating a wrapper object around each pair of objects.Classorg.apache.giraph.utilsGiraph
PipelineUtilsClassorg.apache.giraph.utilsGiraph
ProgressableUtilsClassorg.apache.giraph.utilsGiraph
ReactiveJMapHistoDumperAn observer for both worker and master that periodically checks if available memory on heap is below certain threshold, and if found to be the caseClassorg.apache.giraph.utilsGiraph
ReflectionUtilsHelper methods to get type arguments to generic classes.Classorg.apache.giraph.utilsGiraph
RepresentativeByteStructIterableThe objects provided by the iterators generated from this object have lifetimes only until next() is called.Classorg.apache.giraph.utilsGiraph
RepresentativeByteStructIteratorThe objects provided by this iterator have lifetimes only until next() is called.Classorg.apache.giraph.utilsGiraph
RequestUtilsClassorg.apache.giraph.utilsGiraph
TaskIdsPermitsBarrierThis barrier is used when we don't know how many events are we waiting on from the start.Classorg.apache.giraph.utilsGiraph
TestGraphTestGraph class for in-memory testing.Classorg.apache.giraph.utilsGiraph
ThreadUtilsUtility class for thread related functions.Classorg.apache.giraph.utilsGiraph
TimedLoggerPrint log messages only if the time is met.Classorg.apache.giraph.utilsGiraph
TrimmableInterface for OutEdges and Vertex implementations capable to optimizeInterfaceorg.apache.giraph.utilsGiraph
UnsafeArrayReadsClassorg.apache.giraph.utilsGiraph
UnsafeByteArrayInputStreamClassorg.apache.giraph.utilsGiraph
UnsafeByteArrayOutputStreamClassorg.apache.giraph.utilsGiraph
UnsafeReadsClassorg.apache.giraph.utilsGiraph
UnsafeReusableByteArrayInputUnsafeReusableByteArrayInput is a data structure to read from a byte buffer with a read pointer that can be moved to desired locationClassorg.apache.giraph.utilsGiraph
VerboseByteStructMessageWriteClassorg.apache.giraph.utilsGiraph
VertexIdDataInterfaceorg.apache.giraph.utilsGiraph
VertexIdDataIteratorSpecial iterator that reuses vertex ids and data objects so that the lifetime of the object is only until next() is called.Interfaceorg.apache.giraph.utilsGiraph
VertexIdEdgeIteratorSpecial iterator that reuses vertex ids and edge objects so that the lifetime of the object is only until next() is called.Interfaceorg.apache.giraph.utilsGiraph
VertexIdEdgesInterfaceorg.apache.giraph.utilsGiraph
VertexIdIteratorCommon implementation for VertexIdEdgeIterator, VertexIdMessageIterator and VertexIdMessageBytesIterator.Interfaceorg.apache.giraph.utilsGiraph
VertexIdMessageBytesIteratorSpecial iterator that reuses vertex ids and messages bytes so that the lifetime of the object is only until next() is called.Interfaceorg.apache.giraph.utilsGiraph
VertexIdMessageIteratorSpecial iterator that reuses vertex ids and message objects so that the lifetime of the object is only until next() is called.Interfaceorg.apache.giraph.utilsGiraph
VertexIdMessagesInterfaceorg.apache.giraph.utilsGiraph
VertexIteratorIterates over vertices stored in an ExtendedDataOutput such that the ownership of the vertex id can be transferred to another object.Classorg.apache.giraph.utilsGiraph
WritableUtilsHelper static methods for working with Writable objects.Classorg.apache.giraph.utilsGiraph
YourKitContextConvenience context for profiling.Classorg.apache.giraph.utilsGiraph
YourKitProfilerHelper for YourKit profiling from within the code.Classorg.apache.giraph.utilsGiraph