|
Change Attribute Type mOutputFiles : List<String> to mOutputFiles : ArrayList<String> in class alluxio.wire.LineageInfo |
From |
To |
|
Change Attribute Type mProperties : Map<String,String> to mProperties : HashMap<String,String> in class alluxio.wire.MountPointInfo |
From |
To |
|
Change Attribute Type mBlockIds : List<Long> to mBlockIds : ArrayList<Long> in class alluxio.wire.FileInfo |
From |
To |
|
Change Attribute Type mFileBlockInfos : List<FileBlockInfo> to mFileBlockInfos : ArrayList<FileBlockInfo> in class alluxio.wire.FileInfo |
From |
To |
|
Change Attribute Type mLocations : List<BlockLocation> to mLocations : ArrayList<BlockLocation> in class alluxio.wire.BlockInfo |
From |
To |
|
Change Attribute Type mUfsLocations : List<String> to mUfsLocations : ArrayList<String> in class alluxio.wire.FileBlockInfo |
From |
To |
|
Change Attribute Type mParents : List<Long> to mParents : ArrayList<Long> in class alluxio.wire.LineageInfo |
From |
To |
|
Change Attribute Type mInputFiles : List<String> to mInputFiles : ArrayList<String> in class alluxio.wire.LineageInfo |
From |
To |
|
Change Attribute Type mChildren : List<Long> to mChildren : ArrayList<Long> in class alluxio.wire.LineageInfo |
From |
To |