930691a846c217976081a220f6560f94e03726a4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type storageType : Enum<?> to storageType : StorageType in method private requestWriteBlock(channel Channel, storageType StorageType, writeBlockProtoBuilder OpWriteBlockProto.Builder) : void in class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputHelper | From | To | |
Change Parameter Type storageType : Enum<?> to storageType : StorageType in method private initialize(conf Configuration, channel Channel, dnInfo DatanodeInfo, storageType StorageType, writeBlockProtoBuilder OpWriteBlockProto.Builder, timeoutMs int, client DFSClient, accessToken Token<BlockTokenIdentifier>, promise Promise<Channel>) : void in class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputHelper | From | To | |
Change Variable Type | 2 | ||
Change Variable Type storageType : Enum<?> to storageType : StorageType in method private connectToDataNodes(conf Configuration, client DFSClient, clientName String, locatedBlock LocatedBlock, maxBytesRcvd long, latestGS long, stage BlockConstructionStage, summer DataChecksum, eventLoopGroup EventLoopGroup, channelClass Class<? extends Channel>) : List<Future<Channel>> in class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputHelper | From | To | |
Change Variable Type storageTypes : Enum<?>[] to storageTypes : StorageType[] in method private connectToDataNodes(conf Configuration, client DFSClient, clientName String, locatedBlock LocatedBlock, maxBytesRcvd long, latestGS long, stage BlockConstructionStage, summer DataChecksum, eventLoopGroup EventLoopGroup, channelClass Class<? extends Channel>) : List<Future<Channel>> in class org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputHelper | From | To |