|
Rename Method public listenAsync(lsnr IgniteInClosure<? super IgniteInternalFuture<R>>) : void renamed to public listen(lsnr IgniteInClosure<? super IgniteInternalFuture<R>>) : void in class org.apache.ignite.internal.IgniteInternalFuture |
From |
To |
|
Rename Method public listenAsync(lsnr IgniteInClosure<? super GridNioFuture<R>>) : void renamed to public listen(lsnr IgniteInClosure<? super GridNioFuture<R>>) : void in class org.apache.ignite.internal.util.nio.GridNioFutureImpl |
From |
To |
|
Rename Method public listenAsync(lsnrs GridClientFutureListener<R>...) : void renamed to public listen(lsnrs GridClientFutureListener<R>...) : void in class org.apache.ignite.internal.client.GridClientFuture |
From |
To |
|
Rename Method public listenAsync(lsnr IgniteInClosure<? super IgniteInternalFuture<T>>) : void renamed to public listen(lsnr IgniteInClosure<? super IgniteInternalFuture<T>>) : void in class org.apache.ignite.internal.util.future.GridFinishedFuture |
From |
To |
|
Rename Method public testRemoteListenAsync() : void renamed to public testRemoteListen() : void in class org.apache.ignite.messaging.GridMessagingSelfTest |
From |
To |
|
Rename Method public testRemoteListenAsyncWithIntTopic() : void renamed to public testRemoteListenOrderedMessages() : void in class org.apache.ignite.messaging.GridMessagingSelfTest |
From |
To |
|
Rename Method public listenAsync(lsnr0 IgniteInClosure<? super IgniteInternalFuture<R>>) : void renamed to public listen(lsnr0 IgniteInClosure<? super IgniteInternalFuture<R>>) : void in class org.apache.ignite.internal.util.future.GridFutureAdapter |
From |
To |
|
Rename Method public listenAsync(lsnr IgniteInClosure<? super GridNioFuture<R>>) : void renamed to public listen(lsnr IgniteInClosure<? super GridNioFuture<R>>) : void in class org.apache.ignite.internal.util.nio.GridNioFinishedFuture |
From |
To |
|
Rename Method public testRemoteListenAsyncOrderedMessages() : void renamed to public testRemoteListenWithIntTopic() : void in class org.apache.ignite.messaging.GridMessagingSelfTest |
From |
To |
|
Rename Method public testListenAsyncNotify() : void renamed to public testListenNotify() : void in class org.apache.ignite.internal.util.future.GridFutureAdapterSelfTest |
From |
To |
|
Rename Method public listenAsync(lsnrs GridClientFutureListener<R>...) : void renamed to public listen(lsnrs GridClientFutureListener<R>...) : void in class org.apache.ignite.internal.client.impl.GridClientFutureAdapter |
From |
To |
|
Rename Method public listenAsync(lsnr IgniteInClosure<? super GridNioFuture<R>>) : void renamed to public listen(lsnr IgniteInClosure<? super GridNioFuture<R>>) : void in class org.apache.ignite.internal.util.nio.GridNioFuture |
From |
To |
|
Change Return Type GridPlainClosure<GridPlainFuture<IgfsMessage>,T> to IgniteClosure<IgniteInternalFuture<IgfsMessage>,T> in method private createClosure() : IgniteClosure<IgniteInternalFuture<IgfsMessage>,T> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Return Type GridPlainFuture<byte[]> to IgniteInternalFuture<byte[]> in method public readData(delegate HadoopIgfsStreamDelegate, pos long, len int, outBuf byte[], outOff int, outLen int) : IgniteInternalFuture<byte[]> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsEx |
From |
To |
|
Change Return Type GridPlainFuture<T> to IgniteInternalFuture<T> in method public send(msg IgfsMessage, outBuf byte[], outOff int, outLen int) : IgniteInternalFuture<T> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsIpcIo |
From |
To |
|
Change Return Type GridPlainFuture<byte[]> to IgniteInternalFuture<byte[]> in method public readData(desc HadoopIgfsStreamDelegate, pos long, len int, outBuf byte[], outOff int, outLen int) : IgniteInternalFuture<byte[]> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Return Type GridPlainFuture<T> to IgniteInternalFuture<T> in method public send(msg IgfsMessage, outBuf byte[], outOff int, outLen int) : IgniteInternalFuture<T> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsIo |
From |
To |
|
Change Return Type GridPlainFuture<IgfsMessage> to IgniteInternalFuture<IgfsMessage> in method public send(msg IgfsMessage) : IgniteInternalFuture<IgfsMessage> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsIo |
From |
To |
|
Change Return Type GridPlainFuture<T> to IgniteInternalFuture<T> in method protected execute(task Callable<T>) : IgniteInternalFuture<T> in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Return Type GridPlainFuture<byte[]> to IgniteInternalFuture<byte[]> in method public readData(delegate HadoopIgfsStreamDelegate, pos long, len int, outBuf byte[], outOff int, outLen int) : IgniteInternalFuture<byte[]> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsInProc |
From |
To |
|
Change Return Type GridPlainFuture<IgfsMessage> to IgniteInternalFuture<IgfsMessage> in method public send(msg IgfsMessage) : IgniteInternalFuture<IgfsMessage> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsIpcIo |
From |
To |
|
Change Variable Type fut : GridPlainFutureAdapter<T> to fut : GridFutureAdapter<T> in method protected execute(task Callable<T>) : IgniteInternalFuture<T> in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res1 : GridPlainFuture<Boolean> to res1 : IgniteInternalFuture<Boolean> in method public testConcurrentRenamesRemote() : void in class org.apache.ignite.internal.processors.igfs.IgfsDualAbstractSelfTest |
From |
To |
|
Change Variable Type res1 : GridPlainFuture<Boolean> to res1 : IgniteInternalFuture<Boolean> in method public testConcurrentDeletes() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res2 : GridPlainFuture<Boolean> to res2 : IgniteInternalFuture<Boolean> in method public testConcurrentRenameDeleteDestination() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res2 : GridPlainFuture<Boolean> to res2 : IgniteInternalFuture<Boolean> in method public testConcurrentMkdirsDelete() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res1 : GridPlainFuture<Boolean> to res1 : IgniteInternalFuture<Boolean> in method public testConcurrentRenameDeleteDestinationRemote() : void in class org.apache.ignite.internal.processors.igfs.IgfsDualAbstractSelfTest |
From |
To |
|
Change Variable Type res2 : GridPlainFuture<Boolean> to res2 : IgniteInternalFuture<Boolean> in method public testConcurrentRenamesRemote() : void in class org.apache.ignite.internal.processors.igfs.IgfsDualAbstractSelfTest |
From |
To |
|
Change Variable Type res2 : GridPlainFuture<Boolean> to res2 : IgniteInternalFuture<Boolean> in method public testConcurrentRenameDeleteSourceRemote() : void in class org.apache.ignite.internal.processors.igfs.IgfsDualAbstractSelfTest |
From |
To |
|
Change Variable Type res2 : GridPlainFuture<Boolean> to res2 : IgniteInternalFuture<Boolean> in method public testConcurrentRenames() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res2 : GridPlainFuture<Boolean> to res2 : IgniteInternalFuture<Boolean> in method public testConcurrentRenameDeleteDestinationRemote() : void in class org.apache.ignite.internal.processors.igfs.IgfsDualAbstractSelfTest |
From |
To |
|
Change Variable Type res1 : GridPlainFuture<Boolean> to res1 : IgniteInternalFuture<Boolean> in method public testConcurrentRenameDeleteDestination() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res1 : GridPlainFuture<Boolean> to res1 : IgniteInternalFuture<Boolean> in method public testConcurrentDeletesRemote() : void in class org.apache.ignite.internal.processors.igfs.IgfsDualAbstractSelfTest |
From |
To |
|
Change Variable Type res1 : GridPlainFuture<Boolean> to res1 : IgniteInternalFuture<Boolean> in method public testConcurrentMkdirsDelete() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res2 : GridPlainFuture<Boolean> to res2 : IgniteInternalFuture<Boolean> in method public testConcurrentRenameDeleteSource() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res1 : GridPlainFuture<Boolean> to res1 : IgniteInternalFuture<Boolean> in method public testConcurrentRenames() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res1 : GridPlainFuture<Boolean> to res1 : IgniteInternalFuture<Boolean> in method public testConcurrentRenameDeleteSource() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res2 : GridPlainFuture<Boolean> to res2 : IgniteInternalFuture<Boolean> in method public testConcurrentDeletes() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type res2 : GridPlainFuture<Boolean> to res2 : IgniteInternalFuture<Boolean> in method public testConcurrentDeletesRemote() : void in class org.apache.ignite.internal.processors.igfs.IgfsDualAbstractSelfTest |
From |
To |
|
Change Variable Type res1 : GridPlainFuture<Boolean> to res1 : IgniteInternalFuture<Boolean> in method public testConcurrentRenameDeleteSourceRemote() : void in class org.apache.ignite.internal.processors.igfs.IgfsDualAbstractSelfTest |
From |
To |
|
Change Attribute Type HANDSHAKE_RES : GridPlainClosure<GridPlainFuture<IgfsMessage>,IgfsHandshakeResponse> to HANDSHAKE_RES : IgniteClosure<IgniteInternalFuture<IgfsMessage>,IgfsHandshakeResponse> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Attribute Type readFut : GridPlainFuture<byte[]> to readFut : IgniteInternalFuture<byte[]> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsInputStream.FetchBufferPart |
From |
To |
|
Change Attribute Type FILE_RES : GridPlainClosure<GridPlainFuture<IgfsMessage>,IgfsFile> to FILE_RES : IgniteClosure<IgniteInternalFuture<IgfsMessage>,IgfsFile> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Attribute Type PATH_COL_RES : GridPlainClosure<GridPlainFuture<IgfsMessage>,Collection<IgfsPath>> to PATH_COL_RES : IgniteClosure<IgniteInternalFuture<IgfsMessage>,Collection<IgfsPath>> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Attribute Type BOOL_RES : GridPlainClosure<GridPlainFuture<IgfsMessage>,Boolean> to BOOL_RES : IgniteClosure<IgniteInternalFuture<IgfsMessage>,Boolean> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Attribute Type FILE_COL_RES : GridPlainClosure<GridPlainFuture<IgfsMessage>,Collection<IgfsFile>> to FILE_COL_RES : IgniteClosure<IgniteInternalFuture<IgfsMessage>,Collection<IgfsFile>> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Attribute Type LONG_RES : GridPlainClosure<GridPlainFuture<IgfsMessage>,Long> to LONG_RES : IgniteClosure<IgniteInternalFuture<IgfsMessage>,Long> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Attribute Type SUMMARY_RES : GridPlainClosure<GridPlainFuture<IgfsMessage>,IgfsPathSummary> to SUMMARY_RES : IgniteClosure<IgniteInternalFuture<IgfsMessage>,IgfsPathSummary> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Attribute Type STREAM_DESCRIPTOR_RES : GridPlainClosure<GridPlainFuture<IgfsMessage>,IgfsInputStreamDescriptor> to STREAM_DESCRIPTOR_RES : IgniteClosure<IgniteInternalFuture<IgfsMessage>,IgfsInputStreamDescriptor> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Attribute Type STATUS_RES : GridPlainClosure<GridPlainFuture<IgfsMessage>,IgfsStatus> to STATUS_RES : IgniteClosure<IgniteInternalFuture<IgfsMessage>,IgfsStatus> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |
|
Change Attribute Type BLOCK_LOCATION_COL_RES : GridPlainClosure<GridPlainFuture<IgfsMessage>,Collection<IgfsBlockLocation>> to BLOCK_LOCATION_COL_RES : IgniteClosure<IgniteInternalFuture<IgfsMessage>,Collection<IgfsBlockLocation>> in class org.apache.ignite.internal.processors.hadoop.igfs.HadoopIgfsOutProc |
From |
To |