jar

org.apache.nemo : nemo-common

Maven & Gradle

Sep 02, 2022
9 usages
90 stars

Nemo Common

Table Of Contents

Latest Version

Download org.apache.nemo : nemo-common JAR file - Latest Versions:

All Versions

Download org.apache.nemo : nemo-common JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4
0.3
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nemo-common-0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.nemo.common.ir.edge

├─ org.apache.nemo.common.ir.edge.IREdge.class - [JAR]

org.apache.nemo.common.exception

├─ org.apache.nemo.common.exception.BlockFetchException.class - [JAR]

├─ org.apache.nemo.common.exception.BlockWriteException.class - [JAR]

├─ org.apache.nemo.common.exception.CompileTimeOptimizationException.class - [JAR]

├─ org.apache.nemo.common.exception.ContainerException.class - [JAR]

├─ org.apache.nemo.common.exception.DataSourceException.class - [JAR]

├─ org.apache.nemo.common.exception.DynamicOptimizationException.class - [JAR]

├─ org.apache.nemo.common.exception.IllegalEdgeOperationException.class - [JAR]

├─ org.apache.nemo.common.exception.IllegalMessageException.class - [JAR]

├─ org.apache.nemo.common.exception.IllegalStateTransitionException.class - [JAR]

├─ org.apache.nemo.common.exception.IllegalVertexOperationException.class - [JAR]

├─ org.apache.nemo.common.exception.InvalidParameterException.class - [JAR]

├─ org.apache.nemo.common.exception.InvalidUserMainException.class - [JAR]

├─ org.apache.nemo.common.exception.JsonParseException.class - [JAR]

├─ org.apache.nemo.common.exception.MetricException.class - [JAR]

├─ org.apache.nemo.common.exception.NodeConnectionException.class - [JAR]

├─ org.apache.nemo.common.exception.OutputMismatchException.class - [JAR]

├─ org.apache.nemo.common.exception.PhysicalPlanGenerationException.class - [JAR]

├─ org.apache.nemo.common.exception.RuntimeOptimizationException.class - [JAR]

├─ org.apache.nemo.common.exception.SchedulingException.class - [JAR]

├─ org.apache.nemo.common.exception.SimulationException.class - [JAR]

├─ org.apache.nemo.common.exception.UnknownExecutionStateException.class - [JAR]

├─ org.apache.nemo.common.exception.UnknownFailureCauseException.class - [JAR]

├─ org.apache.nemo.common.exception.UnrecoverableFailureException.class - [JAR]

├─ org.apache.nemo.common.exception.UnsupportedBlockStoreException.class - [JAR]

├─ org.apache.nemo.common.exception.UnsupportedCommPatternException.class - [JAR]

├─ org.apache.nemo.common.exception.UnsupportedCompressionException.class - [JAR]

├─ org.apache.nemo.common.exception.UnsupportedExecutionPropertyException.class - [JAR]

├─ org.apache.nemo.common.exception.UnsupportedMethodException.class - [JAR]

├─ org.apache.nemo.common.exception.UnsupportedMetricException.class - [JAR]

├─ org.apache.nemo.common.exception.UnsupportedPartitionerException.class - [JAR]

org.apache.nemo.common.ir.vertex.utility

├─ org.apache.nemo.common.ir.vertex.utility.RelayVertex.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.utility.SamplingVertex.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.utility.TaskSizeSplitterVertex.class - [JAR]

org.apache.nemo.common.ir.executionproperty

├─ org.apache.nemo.common.ir.executionproperty.AssociatedProperty.class - [JAR]

├─ org.apache.nemo.common.ir.executionproperty.EdgeExecutionProperty.class - [JAR]

├─ org.apache.nemo.common.ir.executionproperty.ExecutionProperty.class - [JAR]

├─ org.apache.nemo.common.ir.executionproperty.ExecutionPropertyMap.class - [JAR]

├─ org.apache.nemo.common.ir.executionproperty.ResourceSpecification.class - [JAR]

├─ org.apache.nemo.common.ir.executionproperty.VertexExecutionProperty.class - [JAR]

org.apache.nemo.common.punctuation

├─ org.apache.nemo.common.punctuation.Finishmark.class - [JAR]

├─ org.apache.nemo.common.punctuation.LatencyMark.class - [JAR]

├─ org.apache.nemo.common.punctuation.Watermark.class - [JAR]

org.apache.nemo.common.ir

├─ org.apache.nemo.common.ir.BoundedIteratorReadable.class - [JAR]

├─ org.apache.nemo.common.ir.IRDAG.class - [JAR]

├─ org.apache.nemo.common.ir.IRDAGChecker.class - [JAR]

├─ org.apache.nemo.common.ir.IdManager.class - [JAR]

├─ org.apache.nemo.common.ir.OutputCollector.class - [JAR]

├─ org.apache.nemo.common.ir.Readable.class - [JAR]

org.apache.nemo.common.coder

├─ org.apache.nemo.common.coder.BytesDecoderFactory.class - [JAR]

├─ org.apache.nemo.common.coder.BytesEncoderFactory.class - [JAR]

├─ org.apache.nemo.common.coder.DecoderFactory.class - [JAR]

├─ org.apache.nemo.common.coder.EncoderFactory.class - [JAR]

├─ org.apache.nemo.common.coder.IntDecoderFactory.class - [JAR]

├─ org.apache.nemo.common.coder.IntEncoderFactory.class - [JAR]

├─ org.apache.nemo.common.coder.LongDecoderFactory.class - [JAR]

├─ org.apache.nemo.common.coder.LongEncoderFactory.class - [JAR]

├─ org.apache.nemo.common.coder.PairDecoderFactory.class - [JAR]

├─ org.apache.nemo.common.coder.PairEncoderFactory.class - [JAR]

org.apache.nemo.common.dag

├─ org.apache.nemo.common.dag.DAG.class - [JAR]

├─ org.apache.nemo.common.dag.DAGBuilder.class - [JAR]

├─ org.apache.nemo.common.dag.DAGInterface.class - [JAR]

├─ org.apache.nemo.common.dag.Edge.class - [JAR]

├─ org.apache.nemo.common.dag.Vertex.class - [JAR]

org.apache.nemo.common.ir.edge.executionproperty

├─ org.apache.nemo.common.ir.edge.executionproperty.AdditionalOutputTagProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.BlockFetchFailureProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.CacheIDProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.CommunicationPatternProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.CompressionProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.DataFlowProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.DataPersistenceProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.DataStoreProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.DecoderProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.DecompressionProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.DuplicateEdgeGroupProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.DuplicateEdgeGroupPropertyValue.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.EncoderProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.KeyDecoderProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.KeyEncoderProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.KeyExtractorProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.MessageIdEdgeProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.PartitionSetProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.PartitionerProperty.class - [JAR]

├─ org.apache.nemo.common.ir.edge.executionproperty.SubPartitionSetProperty.class - [JAR]

org.apache.nemo.common

├─ org.apache.nemo.common.ByteBufferInputStream.class - [JAR]

├─ org.apache.nemo.common.Cloneable.class - [JAR]

├─ org.apache.nemo.common.HashRange.class - [JAR]

├─ org.apache.nemo.common.KeyExtractor.class - [JAR]

├─ org.apache.nemo.common.KeyRange.class - [JAR]

├─ org.apache.nemo.common.Pair.class - [JAR]

├─ org.apache.nemo.common.PairKeyExtractor.class - [JAR]

├─ org.apache.nemo.common.StateMachine.class - [JAR]

├─ org.apache.nemo.common.Util.class - [JAR]

org.apache.nemo.common.partitioner

├─ org.apache.nemo.common.partitioner.DedicatedKeyPerElement.class - [JAR]

├─ org.apache.nemo.common.partitioner.DedicatedKeyPerElementPartitioner.class - [JAR]

├─ org.apache.nemo.common.partitioner.HashPartitioner.class - [JAR]

├─ org.apache.nemo.common.partitioner.IntactPartitioner.class - [JAR]

├─ org.apache.nemo.common.partitioner.Partitioner.class - [JAR]

org.apache.nemo.common.ir.vertex.transform

├─ org.apache.nemo.common.ir.vertex.transform.LatencymarkEmitTransform.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.transform.MessageAggregatorTransform.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.transform.MessageGeneratorTransform.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.transform.NoWatermarkEmitTransform.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.transform.SignalTransform.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.transform.StreamTransform.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.transform.Transform.class - [JAR]

org.apache.nemo.common.ir.vertex.utility.runtimepass

├─ org.apache.nemo.common.ir.vertex.utility.runtimepass.MessageAggregatorVertex.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.utility.runtimepass.MessageGeneratorVertex.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.utility.runtimepass.SignalVertex.class - [JAR]

org.apache.nemo.common.ir.vertex

├─ org.apache.nemo.common.ir.vertex.CachedSourceVertex.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.IRVertex.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.InMemorySourceVertex.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.LoopVertex.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.OperatorVertex.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.SourceVertex.class - [JAR]

org.apache.nemo.common.eventhandler

├─ org.apache.nemo.common.eventhandler.CommonEventHandler.class - [JAR]

├─ org.apache.nemo.common.eventhandler.CompilerEvent.class - [JAR]

├─ org.apache.nemo.common.eventhandler.CompilerEventHandler.class - [JAR]

├─ org.apache.nemo.common.eventhandler.PubSubEventHandlerWrapper.class - [JAR]

├─ org.apache.nemo.common.eventhandler.RuntimeEvent.class - [JAR]

├─ org.apache.nemo.common.eventhandler.RuntimeEventHandler.class - [JAR]

org.apache.nemo.common.pass

├─ org.apache.nemo.common.pass.Pass.class - [JAR]

org.apache.nemo.common.test

├─ org.apache.nemo.common.test.ArgBuilder.class - [JAR]

├─ org.apache.nemo.common.test.EmptyComponents.class - [JAR]

├─ org.apache.nemo.common.test.ExampleTestArgs.class - [JAR]

├─ org.apache.nemo.common.test.ExampleTestUtil.class - [JAR]

org.apache.nemo.common.ir.vertex.executionproperty

├─ org.apache.nemo.common.ir.vertex.executionproperty.ClonedSchedulingProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.EnableDynamicTaskSizingProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.IgnoreSchedulingTempDataReceiverProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.MessageIdVertexProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.ParallelismProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.ResourceAntiAffinityProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.ResourceLambdaProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.ResourceLocalityProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.ResourcePriorityProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.ResourceSiteProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.ResourceSlotProperty.class - [JAR]

├─ org.apache.nemo.common.ir.vertex.executionproperty.ScheduleGroupProperty.class - [JAR]

Advertisement

Dependencies from Group

Sep 02, 2022
9 usages
90 stars
Sep 02, 2022
6 usages
90 stars
Sep 02, 2022
6 usages
90 stars
Sep 02, 2022
3 usages
90 stars
Sep 02, 2022
3 usages
90 stars

Discover Dependencies

Jan 02, 2019
2 stars
Jan 11, 2022
65 stars
Apr 30, 2019
3 stars
Jun 10, 2022
2k stars
Jul 15, 2020
1 usages
2 stars
Oct 11, 2021
1 usages