|
Change Parameter Type lifespanSecs : int to lifespan : long in method public newPutIfAbsentOperation(key byte[], value byte[], lifespan long, maxIdle long) : PutIfAbsentOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type lifespan : int to lifespan : long in method public ReplaceIfUnmodifiedOperation(codec Codec, transportFactory TransportFactory, key byte[], cacheName byte[], topologyId AtomicInteger, flags Flag[], value byte[], lifespan long, maxIdle long, version long) in class org.infinispan.client.hotrod.impl.operations.ReplaceIfUnmodifiedOperation |
From |
To |
|
Change Parameter Type lifespanSeconds : int to lifespan : long in method public newReplaceIfUnmodifiedOperation(key byte[], value byte[], lifespan long, maxIdle long, version long) : ReplaceIfUnmodifiedOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type maxIdle : int to maxIdle : long in method public ReplaceOperation(codec Codec, transportFactory TransportFactory, key byte[], cacheName byte[], topologyId AtomicInteger, flags Flag[], value byte[], lifespan long, maxIdle long) in class org.infinispan.client.hotrod.impl.operations.ReplaceOperation |
From |
To |
|
Change Parameter Type maxIdleSecs : int to maxIdle : long in method public newReplaceOperation(key byte[], values byte[], lifespan long, maxIdle long) : ReplaceOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type lifespanSecs : int to lifespan : long in method public newReplaceOperation(key byte[], values byte[], lifespan long, maxIdle long) : ReplaceOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type maxIdleSecs : int to maxIdle : long in method public newPutKeyValueOperation(key byte[], value byte[], lifespan long, maxIdle long) : PutOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type maxIdleSecs : int to maxIdle : long in method public newPutIfAbsentOperation(key byte[], value byte[], lifespan long, maxIdle long) : PutIfAbsentOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type maxIdle : int to maxIdle : long in method public PutIfAbsentOperation(codec Codec, transportFactory TransportFactory, key byte[], cacheName byte[], topologyId AtomicInteger, flags Flag[], value byte[], lifespan long, maxIdle long) in class org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation |
From |
To |
|
Change Parameter Type maxIdle : int to maxIdle : long in method public PutOperation(codec Codec, transportFactory TransportFactory, key byte[], cacheName byte[], topologyId AtomicInteger, flags Flag[], value byte[], lifespan long, maxIdle long) in class org.infinispan.client.hotrod.impl.operations.PutOperation |
From |
To |
|
Change Parameter Type maxIdleTimeSeconds : int to maxIdle : long in method public newReplaceIfUnmodifiedOperation(key byte[], value byte[], lifespan long, maxIdle long, version long) : ReplaceIfUnmodifiedOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Change Parameter Type lifespan : int to lifespan : long in method public ReplaceOperation(codec Codec, transportFactory TransportFactory, key byte[], cacheName byte[], topologyId AtomicInteger, flags Flag[], value byte[], lifespan long, maxIdle long) in class org.infinispan.client.hotrod.impl.operations.ReplaceOperation |
From |
To |
|
Change Parameter Type lifespan : int to lifespan : long in method protected AbstractKeyValueOperation(codec Codec, transportFactory TransportFactory, key byte[], cacheName byte[], topologyId AtomicInteger, flags Flag[], value byte[], lifespan long, maxIdle long) in class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation |
From |
To |
|
Change Parameter Type maxIdle : int to maxIdle : long in method public ReplaceIfUnmodifiedOperation(codec Codec, transportFactory TransportFactory, key byte[], cacheName byte[], topologyId AtomicInteger, flags Flag[], value byte[], lifespan long, maxIdle long, version long) in class org.infinispan.client.hotrod.impl.operations.ReplaceIfUnmodifiedOperation |
From |
To |
|
Change Parameter Type lifespan : int to lifespan : long in method public PutIfAbsentOperation(codec Codec, transportFactory TransportFactory, key byte[], cacheName byte[], topologyId AtomicInteger, flags Flag[], value byte[], lifespan long, maxIdle long) in class org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation |
From |
To |
|
Change Parameter Type lifespan : int to lifespan : long in method public PutOperation(codec Codec, transportFactory TransportFactory, key byte[], cacheName byte[], topologyId AtomicInteger, flags Flag[], value byte[], lifespan long, maxIdle long) in class org.infinispan.client.hotrod.impl.operations.PutOperation |
From |
To |
|
Change Parameter Type maxIdle : int to maxIdle : long in method protected AbstractKeyValueOperation(codec Codec, transportFactory TransportFactory, key byte[], cacheName byte[], topologyId AtomicInteger, flags Flag[], value byte[], lifespan long, maxIdle long) in class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation |
From |
To |
|
Change Parameter Type lifespanSecs : int to lifespan : long in method public newPutKeyValueOperation(key byte[], value byte[], lifespan long, maxIdle long) : PutOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Variable lifespanSecs : int to lifespanNanos : long in method public putIfAbsent(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Variable lifespanSecs : int to lifespanNanos : long in method public put(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Variable lifespanSecs : int to lifespanNanos : long in method public replace(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Variable maxIdleSecs : int to maxIdleNanos : long in method public putIfAbsent(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Variable maxIdleSecs : int to maxIdleNanos : long in method public put(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Variable maxIdleSecs : int to maxIdleNanos : long in method public replace(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type lifespanSecs : int to lifespanNanos : long in method public putIfAbsent(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type lifespanSecs : int to lifespanNanos : long in method public put(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type lifespanSecs : int to lifespanNanos : long in method public replace(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type maxIdleSecs : int to maxIdleNanos : long in method public putIfAbsent(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type maxIdleSecs : int to maxIdleNanos : long in method public put(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Variable Type maxIdleSecs : int to maxIdleNanos : long in method public replace(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Rename Parameter lifespanSecs : int to lifespan : long in method public newReplaceOperation(key byte[], values byte[], lifespan long, maxIdle long) : ReplaceOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter maxIdleSecs : int to maxIdle : long in method public newPutKeyValueOperation(key byte[], value byte[], lifespan long, maxIdle long) : PutOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter maxIdleSecs : int to maxIdle : int in method public newPutAllOperation(map Map<byte[],byte[]>, lifespan int, maxIdle int) : PutAllOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter maxIdleSecs : int to maxIdle : long in method public newPutIfAbsentOperation(key byte[], value byte[], lifespan long, maxIdle long) : PutIfAbsentOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter maxIdleTimeSeconds : int to maxIdle : long in method public newReplaceIfUnmodifiedOperation(key byte[], value byte[], lifespan long, maxIdle long, version long) : ReplaceIfUnmodifiedOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter lifespanSecs : int to lifespan : long in method public newPutKeyValueOperation(key byte[], value byte[], lifespan long, maxIdle long) : PutOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter lifespanSecs : int to lifespan : int in method public newPutAllOperation(map Map<byte[],byte[]>, lifespan int, maxIdle int) : PutAllOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter lifespanSecs : int to lifespan : long in method public newPutIfAbsentOperation(key byte[], value byte[], lifespan long, maxIdle long) : PutIfAbsentOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter lifespanSeconds : int to lifespan : long in method public newReplaceIfUnmodifiedOperation(key byte[], value byte[], lifespan long, maxIdle long, version long) : ReplaceIfUnmodifiedOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |
|
Rename Parameter maxIdleSecs : int to maxIdle : long in method public newReplaceOperation(key byte[], values byte[], lifespan long, maxIdle long) : ReplaceOperation in class org.infinispan.client.hotrod.impl.operations.OperationsFactory |
From |
To |