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 suuchi-examples-0.3.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
in.ashwanthkumar.suuchi.client
├─ in.ashwanthkumar.suuchi.client.SuuchiClient.class - [JAR]
in.ashwanthkumar.suuchi.rpc
├─ in.ashwanthkumar.suuchi.rpc.PingService.class - [JAR]
├─ in.ashwanthkumar.suuchi.rpc.SumOfNumbers.class - [JAR]
├─ in.ashwanthkumar.suuchi.rpc.SuuchiAggregatorService.class - [JAR]
├─ in.ashwanthkumar.suuchi.rpc.SuuchiPutService.class - [JAR]
├─ in.ashwanthkumar.suuchi.rpc.SuuchiReadService.class - [JAR]
├─ in.ashwanthkumar.suuchi.rpc.SuuchiScanService.class - [JAR]
├─ in.ashwanthkumar.suuchi.rpc.SuuchiShardService.class - [JAR]
in.ashwanthkumar.suuchi.examples.rpc.generated
├─ in.ashwanthkumar.suuchi.examples.rpc.generated.AggregatorGrpc.class - [JAR]
├─ in.ashwanthkumar.suuchi.examples.rpc.generated.PingServiceGrpc.class - [JAR]
├─ in.ashwanthkumar.suuchi.examples.rpc.generated.PutGrpc.class - [JAR]
├─ in.ashwanthkumar.suuchi.examples.rpc.generated.ReadGrpc.class - [JAR]
├─ in.ashwanthkumar.suuchi.examples.rpc.generated.ScanGrpc.class - [JAR]
├─ in.ashwanthkumar.suuchi.examples.rpc.generated.ShardsGrpc.class - [JAR]
├─ in.ashwanthkumar.suuchi.examples.rpc.generated.SuuchiRPC.class - [JAR]
in.ashwanthkumar.suuchi.example
├─ in.ashwanthkumar.suuchi.example.DistributedKVServer.class - [JAR]
├─ in.ashwanthkumar.suuchi.example.DistributedRocksDb.class - [JAR]