|
Rename Attribute deleteByRecordIdStatement : SQLiteStatement to updateBucketStateStatement : SQLiteStatement in class org.kaaproject.kaa.client.logging.AndroidSQLiteDBLogStorage |
From |
To |
|
Rename Attribute bucketSize : long to maxBucketSize : long in class org.kaaproject.kaa.client.logging.AndroidSQLiteDBLogStorage |
From |
To |
|
Rename Attribute bucketSize : long to maxBucketSize : long in class org.kaaproject.kaa.client.logging.DesktopSQLiteDBLogStorage |
From |
To |
|
Rename Attribute TABLE_NAME : String to LOG_TABLE_NAME : String in class org.kaaproject.kaa.client.logging.PersistentLogStorageConstants |
From |
To |
|
Rename Attribute KAA_SELECT_UNMARKED_RECORDS : String to KAA_SELECT_LOG_RECORDS_BY_BUCKET_ID : String in class org.kaaproject.kaa.client.logging.PersistentLogStorageConstants |
From |
To |
|
Rename Attribute recordCount : int to maxRecordCount : int in class org.kaaproject.kaa.client.logging.DesktopSQLiteDBLogStorage |
From |
To |
|
Rename Attribute KAA_RESET_BUCKET_ID_ON_START : String to KAA_RESET_BUCKET_STATE_ON_START : String in class org.kaaproject.kaa.client.logging.PersistentLogStorageConstants |
From |
To |
|
Rename Parameter bucketSize : long to maxBucketSize : long in method public AndroidSQLiteDBLogStorage(context Context, maxBucketSize long, maxRecordCount int) in class org.kaaproject.kaa.client.logging.AndroidSQLiteDBLogStorage |
From |
To |
|
Rename Parameter recordId : int to bucketId : int in method private updateBucketState(bucketId int) : void in class org.kaaproject.kaa.client.logging.AndroidSQLiteDBLogStorage |
From |
To |
|
Rename Parameter recordCount : int to maxRecordCount : int in method public DesktopSQLiteDBLogStorage(maxBucketSize long, maxRecordCount int) in class org.kaaproject.kaa.client.logging.DesktopSQLiteDBLogStorage |
From |
To |
|
Rename Parameter recordId : int to bucketId : int in method private updateBucketState(bucketId int) : void in class org.kaaproject.kaa.client.logging.DesktopSQLiteDBLogStorage |
From |
To |
|
Rename Parameter recordCount : int to maxRecordCount : int in method public DesktopSQLiteDBLogStorage(dbName String, maxBucketSize long, maxRecordCount int) in class org.kaaproject.kaa.client.logging.DesktopSQLiteDBLogStorage |
From |
To |
|
Rename Parameter bucketSize : long to maxBucketSize : long in method public DesktopSQLiteDBLogStorage(maxBucketSize long, maxRecordCount int) in class org.kaaproject.kaa.client.logging.DesktopSQLiteDBLogStorage |
From |
To |
|
Rename Parameter bucketSize : long to maxBucketSize : long in method public DesktopSQLiteDBLogStorage(dbName String, maxBucketSize long, maxRecordCount int) in class org.kaaproject.kaa.client.logging.DesktopSQLiteDBLogStorage |
From |
To |
|
Rename Parameter recordCount : int to maxRecordCount : int in method public AndroidSQLiteDBLogStorage(context Context, maxBucketSize long, maxRecordCount int) in class org.kaaproject.kaa.client.logging.AndroidSQLiteDBLogStorage |
From |
To |