View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window reef-io-0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.reef.io.network.exception
├─ com.microsoft.reef.io.network.exception.NetworkRuntimeException.class - [JAR]
├─ com.microsoft.reef.io.network.exception.ParentDeadException.class - [JAR]
com.microsoft.io.network.naming.avro
├─ com.microsoft.io.network.naming.avro.AvroNamingAssignment.class - [JAR]
├─ com.microsoft.io.network.naming.avro.AvroNamingLookupRequest.class - [JAR]
├─ com.microsoft.io.network.naming.avro.AvroNamingLookupResponse.class - [JAR]
├─ com.microsoft.io.network.naming.avro.AvroNamingRegisterRequest.class - [JAR]
├─ com.microsoft.io.network.naming.avro.AvroNamingUnRegisterRequest.class - [JAR]
com.microsoft.reef.io.network.naming
├─ com.microsoft.reef.io.network.naming.NameAssignmentTuple.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NameCache.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NameClient.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NameLookupClient.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NameRegistryClient.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NameServer.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NameServerConfiguration.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NameServerParameters.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingClientEventHandler.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingCodecFactory.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingLookupClientHandler.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingLookupRequestHandler.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingLookupResponseHandler.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingRegisterRequestHandler.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingRegistryClientHandler.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingRegistryResponseHandler.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingResponseHandler.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingServerHandler.class - [JAR]
├─ com.microsoft.reef.io.network.naming.NamingUnregisterRequestHandler.class - [JAR]
com.microsoft.reef.io.data.loading.impl
├─ com.microsoft.reef.io.data.loading.impl.EvaluatorRequestSerializer.class - [JAR]
├─ com.microsoft.reef.io.data.loading.impl.EvaluatorToPartitionMapper.class - [JAR]
├─ com.microsoft.reef.io.data.loading.impl.InMemoryInputFormatDataSet.class - [JAR]
├─ com.microsoft.reef.io.data.loading.impl.InputFormatDataSet.class - [JAR]
├─ com.microsoft.reef.io.data.loading.impl.InputFormatExternalConstructor.class - [JAR]
├─ com.microsoft.reef.io.data.loading.impl.InputFormatLoadingService.class - [JAR]
├─ com.microsoft.reef.io.data.loading.impl.InputSplitExternalConstructor.class - [JAR]
├─ com.microsoft.reef.io.data.loading.impl.JobConfExternalConstructor.class - [JAR]
├─ com.microsoft.reef.io.data.loading.impl.NumberedSplit.class - [JAR]
├─ com.microsoft.reef.io.data.loading.impl.WritableSerializer.class - [JAR]
com.microsoft.reef.io.storage.util
├─ com.microsoft.reef.io.storage.util.GetAllIterable.class - [JAR]
├─ com.microsoft.reef.io.storage.util.IntegerCodec.class - [JAR]
├─ com.microsoft.reef.io.storage.util.IntegerDeserializer.class - [JAR]
├─ com.microsoft.reef.io.storage.util.IntegerSerializer.class - [JAR]
├─ com.microsoft.reef.io.storage.util.StringDeserializer.class - [JAR]
├─ com.microsoft.reef.io.storage.util.StringSerializer.class - [JAR]
├─ com.microsoft.reef.io.storage.util.TupleKeyComparator.class - [JAR]
com.microsoft.reef.io.storage.ram
├─ com.microsoft.reef.io.storage.ram.CodecRamMap.class - [JAR]
├─ com.microsoft.reef.io.storage.ram.RamMap.class - [JAR]
├─ com.microsoft.reef.io.storage.ram.RamSpool.class - [JAR]
├─ com.microsoft.reef.io.storage.ram.RamStorageService.class - [JAR]
├─ com.microsoft.reef.io.storage.ram.SortingRamSpool.class - [JAR]
com.microsoft.reef.io.network.naming.serialization
├─ com.microsoft.reef.io.network.naming.serialization.AvroUtils.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingLookupRequest.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingLookupRequestCodec.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingLookupResponse.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingLookupResponseCodec.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingMessage.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingRegisterRequest.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingRegisterRequestCodec.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingRegisterResponse.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingRegisterResponseCodec.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingUnregisterRequest.class - [JAR]
├─ com.microsoft.reef.io.network.naming.serialization.NamingUnregisterRequestCodec.class - [JAR]
com.microsoft.reef.io.network.util
├─ com.microsoft.reef.io.network.util.ListCodec.class - [JAR]
├─ com.microsoft.reef.io.network.util.Pair.class - [JAR]
├─ com.microsoft.reef.io.network.util.StringCodec.class - [JAR]
├─ com.microsoft.reef.io.network.util.StringIdentifier.class - [JAR]
├─ com.microsoft.reef.io.network.util.StringIdentifierFactory.class - [JAR]
com.microsoft.reef.io.network
├─ com.microsoft.reef.io.network.Cache.class - [JAR]
├─ com.microsoft.reef.io.network.Connection.class - [JAR]
├─ com.microsoft.reef.io.network.ConnectionFactory.class - [JAR]
├─ com.microsoft.reef.io.network.Message.class - [JAR]
├─ com.microsoft.reef.io.network.TransportFactory.class - [JAR]
com.microsoft.reef.io.network.impl
├─ com.microsoft.reef.io.network.impl.BindNSToTask.class - [JAR]
├─ com.microsoft.reef.io.network.impl.MessageHandler.class - [JAR]
├─ com.microsoft.reef.io.network.impl.MessagingTransportFactory.class - [JAR]
├─ com.microsoft.reef.io.network.impl.NSConnection.class - [JAR]
├─ com.microsoft.reef.io.network.impl.NSMessage.class - [JAR]
├─ com.microsoft.reef.io.network.impl.NSMessageCodec.class - [JAR]
├─ com.microsoft.reef.io.network.impl.NSMessageLinkListener.class - [JAR]
├─ com.microsoft.reef.io.network.impl.NameServiceCloseHandler.class - [JAR]
├─ com.microsoft.reef.io.network.impl.NetworkService.class - [JAR]
├─ com.microsoft.reef.io.network.impl.NetworkServiceClosingHandler.class - [JAR]
├─ com.microsoft.reef.io.network.impl.NetworkServiceParameters.class - [JAR]
├─ com.microsoft.reef.io.network.impl.StreamingCodec.class - [JAR]
├─ com.microsoft.reef.io.network.impl.UnbindNSFromTask.class - [JAR]
com.microsoft.reef.io.storage
├─ com.microsoft.reef.io.storage.FramingInputStream.class - [JAR]
├─ com.microsoft.reef.io.storage.FramingOutputStream.class - [JAR]
├─ com.microsoft.reef.io.storage.FramingTupleDeserializer.class - [JAR]
├─ com.microsoft.reef.io.storage.FramingTupleSerializer.class - [JAR]
├─ com.microsoft.reef.io.storage.MergingIterator.class - [JAR]
├─ com.microsoft.reef.io.storage.ScratchSpace.class - [JAR]
├─ com.microsoft.reef.io.storage.StorageService.class - [JAR]
com.microsoft.reef.io.network.proto
├─ com.microsoft.reef.io.network.proto.ReefNetworkServiceProtos.class - [JAR]
com.microsoft.reef.io.network.naming.exception
├─ com.microsoft.reef.io.network.naming.exception.NamingException.class - [JAR]
├─ com.microsoft.reef.io.network.naming.exception.NamingRuntimeException.class - [JAR]
com.microsoft.reef.io.storage.local
├─ com.microsoft.reef.io.storage.local.CodecFileAccumulable.class - [JAR]
├─ com.microsoft.reef.io.storage.local.CodecFileAccumulator.class - [JAR]
├─ com.microsoft.reef.io.storage.local.CodecFileIterable.class - [JAR]
├─ com.microsoft.reef.io.storage.local.CodecFileIterator.class - [JAR]
├─ com.microsoft.reef.io.storage.local.LocalScratchSpace.class - [JAR]
├─ com.microsoft.reef.io.storage.local.LocalStorageService.class - [JAR]
├─ com.microsoft.reef.io.storage.local.SerializerFileSpool.class - [JAR]
com.microsoft.reef.io.data.loading.api
├─ com.microsoft.reef.io.data.loading.api.DataLoader.class - [JAR]
├─ com.microsoft.reef.io.data.loading.api.DataLoadingDriverConfiguration.class - [JAR]
├─ com.microsoft.reef.io.data.loading.api.DataLoadingRequestBuilder.class - [JAR]
├─ com.microsoft.reef.io.data.loading.api.DataLoadingService.class - [JAR]
├─ com.microsoft.reef.io.data.loading.api.DataSet.class - [JAR]
├─ com.microsoft.reef.io.data.loading.api.ResourceRequestHandler.class - [JAR]