|
Change Return Type Future<BucketInfo> to RecordFuture in method public addLogRecord(record Log) : RecordFuture in class org.kaaproject.kaa.client.logging.DefaultLogCollector |
From |
To |
|
Change Return Type T to RecordInfo in method public get(timeout long, unit TimeUnit) : RecordInfo in class org.kaaproject.kaa.client.logging.future.RecordFuture |
From |
To |
|
Change Return Type Future<BucketInfo> to RecordFuture in method public addLogRecord(record Log) : RecordFuture in class org.kaaproject.kaa.client.KaaClient |
From |
To |
|
Change Return Type Future<BucketInfo> to RecordFuture in method public addLogRecord(record Log) : RecordFuture in class org.kaaproject.kaa.client.BaseKaaClient |
From |
To |
|
Change Return Type T to RecordInfo in method public get() : RecordInfo in class org.kaaproject.kaa.client.logging.future.RecordFuture |
From |
To |
|
Change Return Type T to RecordInfo in method private processResult(result ExecutionResult<RecordInfo>) : RecordInfo in class org.kaaproject.kaa.client.logging.future.RecordFuture |
From |
To |
|
Change Return Type Future<BucketInfo> to RecordFuture in method public addLogRecord(record Log) : RecordFuture in class org.kaaproject.kaa.client.logging.LogCollector |
From |
To |
|
Change Variable Type deliveryFutures : List<Future<BucketInfo>> to deliveryFutures : List<RecordFuture> in method public testBucketFuture() : void in class org.kaaproject.kaa.client.logging.DefaultLogCollectorTest |
From |
To |
|
Change Variable Type future : BucketFuture<BucketInfo> to future : RecordFuture in method protected notifyDeliveryFuturesOnSuccess(info BucketInfo) : void in class org.kaaproject.kaa.client.logging.AbstractLogCollector |
From |
To |
|
Change Variable Type deliveryFutures : List<BucketFuture<BucketInfo>> to deliveryFutures : List<RecordFuture> in method protected addDeliveryFuture(info BucketInfo, future RecordFuture) : void in class org.kaaproject.kaa.client.logging.AbstractLogCollector |
From |
To |
|
Change Variable Type result : ExecutionResult<T> to result : ExecutionResult<RecordInfo> in method public get() : RecordInfo in class org.kaaproject.kaa.client.logging.future.RecordFuture |
From |
To |
|
Change Variable Type result : ExecutionResult<T> to result : ExecutionResult<RecordInfo> in method public get(timeout long, unit TimeUnit) : RecordInfo in class org.kaaproject.kaa.client.logging.future.RecordFuture |
From |
To |
|
Change Variable Type future : Future<BucketInfo> to future : RecordFuture in method public testBucketFuture() : void in class org.kaaproject.kaa.client.logging.DefaultLogCollectorTest |
From |
To |
|
Change Variable Type deliveryFutures : List<BucketFuture<BucketInfo>> to deliveryFutures : List<RecordFuture> in method protected notifyDeliveryFuturesOnSuccess(info BucketInfo) : void in class org.kaaproject.kaa.client.logging.AbstractLogCollector |
From |
To |