|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object[], len int) : void in class org.lealone.aose.storage.rtree.SpatialDataType |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public openRTreeMap(name String, valueType StorageDataType, dimensions int) : RTreeMap<V> in class org.lealone.aose.storage.AOStorage |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object[], len int) : void in class org.lealone.mvcc.TransactionalValueType |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method private writeChildrenPositions(buff DataBuffer) : void in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.db.index.VersionedValueType |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.storage.type.SerializedObjectType |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public replicationAppend(session Session, value Object, valueType StorageDataType) : Object in class org.lealone.storage.DelegatedStorageMap |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public replicationPut(session Session, key Object, value Object, valueType StorageDataType) : Object in class org.lealone.storage.StorageMapBase |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object[], len int) : void in class org.lealone.storage.type.StorageDataType |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public replicationAppend(session Session, value Object, valueType StorageDataType) : Object in class org.lealone.storage.StorageMapBase |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method protected StorageMapBase(name String, keyType StorageDataType, valueType StorageDataType) in class org.lealone.storage.StorageMapBase |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public openMap(name String, mapType String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : MemoryMap<K,V> in class org.lealone.storage.memory.MemoryStorage |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public create(name String, dimensions int, valueType StorageDataType, config Map<String,Object>, aoStorage AOStorage) : RTreeMap<V> in class org.lealone.aose.storage.rtree.RTreeMap |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.mvcc.TransactionalValueType |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public openMap(name String, mapType String, keyType StorageDataType, valueType StorageDataType, storage Storage, isShardingMode boolean, initReplicationEndpoints String) : MVCCTransactionMap<K,V> in class org.lealone.mvcc.MVCCTransaction |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method package writeUnsavedRecursive(chunk BTreeChunk, buff DataBuffer) : void in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.storage.type.ObjectDataType |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public openMap(name String, mapType String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : StorageMap<K,V> in class org.lealone.aose.storage.AOStorage |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method private releaseDataBuffer(buff DataBuffer) : void in class org.lealone.aose.storage.btree.BTreeStorage |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object[], len int) : void in class org.lealone.db.index.ValueDataType |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public openBufferedMap(name String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : BufferedMap<K,V> in class org.lealone.aose.storage.AOStorage |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.mvcc.log.RedoLogKeyType |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public openAOMap(name String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : AOMap<K,V> in class org.lealone.aose.storage.AOStorage |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public replicationAppend(session Session, value Object, valueType StorageDataType) : Object in class org.lealone.replication.ReplicationMap |
From |
To |
|
Change Parameter Type type : DataType to type : StorageDataType in method public write(type StorageDataType, obj Object) : ByteBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public openBTreeMap(name String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : BTreeMap<K,V> in class org.lealone.aose.storage.AOStorage |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public openMap(name String, mapType String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : StorageMap<K,V> in class org.lealone.storage.Storage |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public openMap(name String, mapType String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : StorageMap<K,V> in class org.lealone.aose.storage.AOStorage |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.storage.type.BigIntegerType |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.storage.type.CharacterType |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method private writeReplicationHostIds(buff DataBuffer) : void in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method private write0(buff DataBuffer, s String) : void in class org.lealone.db.value.ValueString.StringDataType |
From |
To |
|
Change Parameter Type writeBuffer : WriteBuffer to writeBuffer : DataBuffer in method public offer(writeBuffer DataBuffer) : void in class org.lealone.db.DataBuffer.DataBufferPool |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public MemoryMap(name String, keyType StorageDataType, valueType StorageDataType) in class org.lealone.storage.memory.MemoryMap |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public replicationPut(session Session, key Object, value Object, valueType StorageDataType) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public VersionedValueType(valueType StorageDataType) in class org.lealone.db.index.VersionedValueType |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public openMap(name String, mapType String, keyType StorageDataType, valueType StorageDataType, storage Storage, isShardingMode boolean, initReplicationEndpoints String) : MVCCTransactionMap<K,V> in class org.lealone.mvcc.MVCCTransaction |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public RTreeMap(name String, dimensions int, valueType StorageDataType, config Map<String,Object>, aoStorage AOStorage) in class org.lealone.aose.storage.rtree.RTreeMap |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public openMap(name String, keyType StorageDataType, valueType StorageDataType, storage Storage) : MVCCTransactionMap<K,V> in class org.lealone.mvcc.MVCCTransaction |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public openBufferedMap(name String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : BufferedMap<K,V> in class org.lealone.aose.storage.AOStorage |
From |
To |
|
Change Parameter Type buff : Data to buff : DataBuffer in method private writeRow(buff DataBuffer, r Row) : void in class org.lealone.db.result.RowList |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.storage.type.ObjectArrayType |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public replicationPut(session Session, key Object, value Object, valueType StorageDataType) : Object in class org.lealone.replication.ReplicationMap |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public valueType(valueType StorageDataType) : StorageMapBuilder<M,K,V> in class org.lealone.aose.storage.StorageMapBuilder |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public KeyComparator(keyType StorageDataType) in class org.lealone.mvcc.log.RedoLogChunk.KeyComparator |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public KeyComparator(keyType StorageDataType) in class org.lealone.storage.memory.MemoryMap.KeyComparator |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method protected BTreeMap(name String, keyType StorageDataType, valueType StorageDataType, config Map<String,Object>, aoStorage AOStorage) in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Parameter Type buff : Data to buff : DataBuffer in method private flushBuffer(buff DataBuffer) : void in class org.lealone.db.result.RowList |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public openMap(name String, mapType String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : StorageMap<K,V> in class org.lealone.storage.Storage |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public openMap(name String, keyType StorageDataType, valueType StorageDataType, storage Storage) : MVCCTransactionMap<K,V> in class org.lealone.mvcc.MVCCTransaction |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public keyType(keyType StorageDataType) : StorageMapBuilder<M,K,V> in class org.lealone.aose.storage.StorageMapBuilder |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method protected StorageMapBase(name String, keyType StorageDataType, valueType StorageDataType) in class org.lealone.storage.StorageMapBase |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.aose.storage.rtree.SpatialDataType |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public replicationAppend(session Session, value Object, valueType StorageDataType) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public openMap(name String, mapType String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : MemoryMap<K,V> in class org.lealone.storage.memory.MemoryStorage |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public replicationPut(session Session, key Object, value Object, valueType StorageDataType) : Object in class org.lealone.storage.DelegatedStorageMap |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method protected BTreeMap(name String, keyType StorageDataType, valueType StorageDataType, config Map<String,Object>, aoStorage AOStorage) in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.mvcc.log.RedoLogValueType |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method package writeLeaf(buff DataBuffer, remote boolean) : void in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object[], len int) : void in class org.lealone.db.index.VersionedValueType |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public MemoryMap(name String, keyType StorageDataType, valueType StorageDataType) in class org.lealone.storage.memory.MemoryMap |
From |
To |
|
Change Parameter Type valueType : DataType to valueType : StorageDataType in method public TransactionalValueType(valueType StorageDataType) in class org.lealone.mvcc.TransactionalValueType |
From |
To |
|
Change Parameter Type buff : Data to buff : DataBuffer in method private initBuffer(buff DataBuffer) : void in class org.lealone.db.result.RowList |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public openAOMap(name String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : AOMap<K,V> in class org.lealone.aose.storage.AOStorage |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method public write(buff DataBuffer, obj Object) : void in class org.lealone.storage.type.StorageDataType |
From |
To |
|
Change Parameter Type buff : Data to buff : DataBuffer in method private readRow(buff DataBuffer) : Row in class org.lealone.db.result.RowList |
From |
To |
|
Change Parameter Type buff : WriteBuffer to buff : DataBuffer in method private write(chunk BTreeChunk, buff DataBuffer) : int in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Parameter Type keyType : DataType to keyType : StorageDataType in method public openBTreeMap(name String, keyType StorageDataType, valueType StorageDataType, parameters Map<String,String>) : BTreeMap<K,V> in class org.lealone.aose.storage.AOStorage |
From |
To |
|
Pull Up Attribute package TYPE_BIG_DECIMAL : int from class org.lealone.storage.type.ObjectDataType to public TYPE_BIG_DECIMAL : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_BYTE_ARRAY_0_15 : int from class org.lealone.storage.type.ObjectDataType to public TAG_BYTE_ARRAY_0_15 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_DOUBLE_1 : int from class org.lealone.storage.type.ObjectDataType to public TAG_DOUBLE_1 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_STRING : int from class org.lealone.storage.type.ObjectDataType to public TYPE_STRING : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_BOOLEAN : int from class org.lealone.storage.type.ObjectDataType to public TYPE_BOOLEAN : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_LONG_NEGATIVE : int from class org.lealone.storage.type.ObjectDataType to public TAG_LONG_NEGATIVE : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_FLOAT_1 : int from class org.lealone.storage.type.ObjectDataType to public TAG_FLOAT_1 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package DOUBLE_ZERO_BITS : long from class org.lealone.storage.type.ObjectDataType to public DOUBLE_ZERO_BITS : long from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_SERIALIZED_OBJECT : int from class org.lealone.storage.type.ObjectDataType to public TYPE_SERIALIZED_OBJECT : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_BIG_DECIMAL_0 : int from class org.lealone.storage.type.ObjectDataType to public TAG_BIG_DECIMAL_0 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package FLOAT_ZERO_BITS : int from class org.lealone.storage.type.ObjectDataType to public FLOAT_ZERO_BITS : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_INT : int from class org.lealone.storage.type.ObjectDataType to public TYPE_INT : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_BYTE : int from class org.lealone.storage.type.ObjectDataType to public TYPE_BYTE : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_DOUBLE_0 : int from class org.lealone.storage.type.ObjectDataType to public TAG_DOUBLE_0 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_INTEGER_NEGATIVE : int from class org.lealone.storage.type.ObjectDataType to public TAG_INTEGER_NEGATIVE : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_BIG_DECIMAL_1 : int from class org.lealone.storage.type.ObjectDataType to public TAG_BIG_DECIMAL_1 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_ARRAY : int from class org.lealone.storage.type.ObjectDataType to public TYPE_ARRAY : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_BIG_INTEGER : int from class org.lealone.storage.type.ObjectDataType to public TYPE_BIG_INTEGER : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_INTEGER_0_15 : int from class org.lealone.storage.type.ObjectDataType to public TAG_INTEGER_0_15 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_LONG : int from class org.lealone.storage.type.ObjectDataType to public TYPE_LONG : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_DATE : int from class org.lealone.storage.type.ObjectDataType to public TYPE_DATE : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_BIG_DECIMAL_SMALL : int from class org.lealone.storage.type.ObjectDataType to public TAG_BIG_DECIMAL_SMALL : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_CHAR : int from class org.lealone.storage.type.ObjectDataType to public TYPE_CHAR : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_BIG_INTEGER_SMALL : int from class org.lealone.storage.type.ObjectDataType to public TAG_BIG_INTEGER_SMALL : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_BIG_INTEGER_0 : int from class org.lealone.storage.type.ObjectDataType to public TAG_BIG_INTEGER_0 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_BIG_DECIMAL_SMALL_SCALED : int from class org.lealone.storage.type.ObjectDataType to public TAG_BIG_DECIMAL_SMALL_SCALED : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_BIG_INTEGER_1 : int from class org.lealone.storage.type.ObjectDataType to public TAG_BIG_INTEGER_1 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_STRING_0_15 : int from class org.lealone.storage.type.ObjectDataType to public TAG_STRING_0_15 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_FLOAT_0 : int from class org.lealone.storage.type.ObjectDataType to public TAG_FLOAT_0 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package DOUBLE_ONE_BITS : long from class org.lealone.storage.type.ObjectDataType to public DOUBLE_ONE_BITS : long from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_DOUBLE : int from class org.lealone.storage.type.ObjectDataType to public TYPE_DOUBLE : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_FLOAT : int from class org.lealone.storage.type.ObjectDataType to public TYPE_FLOAT : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package FLOAT_ONE_BITS : int from class org.lealone.storage.type.ObjectDataType to public FLOAT_ONE_BITS : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_DOUBLE_FIXED : int from class org.lealone.storage.type.ObjectDataType to public TAG_DOUBLE_FIXED : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_BOOLEAN_TRUE : int from class org.lealone.storage.type.ObjectDataType to public TAG_BOOLEAN_TRUE : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_UUID : int from class org.lealone.storage.type.ObjectDataType to public TYPE_UUID : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_LONG_0_7 : int from class org.lealone.storage.type.ObjectDataType to public TAG_LONG_0_7 : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_SHORT : int from class org.lealone.storage.type.ObjectDataType to public TYPE_SHORT : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_LONG_FIXED : int from class org.lealone.storage.type.ObjectDataType to public TAG_LONG_FIXED : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TYPE_NULL : int from class org.lealone.storage.type.ObjectDataType to public TYPE_NULL : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_INTEGER_FIXED : int from class org.lealone.storage.type.ObjectDataType to public TAG_INTEGER_FIXED : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Pull Up Attribute package TAG_FLOAT_FIXED : int from class org.lealone.storage.type.ObjectDataType to public TAG_FLOAT_FIXED : int from class org.lealone.storage.type.StorageDataType |
From |
To |
|
Change Variable Type b : WriteBuffer to b : DataBuffer in method public executePut(replicationName String, mapName String, key ByteBuffer, value ByteBuffer, raw boolean) : Object in class org.lealone.db.ServerCommand |
From |
To |
|
Change Variable Type k : WriteBuffer to k : DataBuffer in method private moveLeafPage(splitKey Object, oldRightChildPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type vt : DataType to vt : StorageDataType in method package readLeafPage(map BTreeMap<?,?>, page ByteBuffer) : BTreePage in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Variable Type buff : Data to buff : DataBuffer in method private readRow(tape ResultDiskTape) : void in class org.lealone.db.result.ResultDiskBuffer |
From |
To |
|
Change Variable Type buff : WriteBuffer to buff : DataBuffer in method private executeSave(force boolean) : TreeSet<Long> in class org.lealone.aose.storage.btree.BTreeStorage |
From |
To |
|
Change Variable Type buff : WriteBuffer to buff : DataBuffer in method private getDataBuffer() : DataBuffer in class org.lealone.aose.storage.btree.BTreeStorage |
From |
To |
|
Change Variable Type writeBuffer : WriteBuffer to writeBuffer : DataBuffer in method protected processRequest(transfer Transfer, id int, operation int) : void in class org.lealone.net.AsyncConnection |
From |
To |
|
Change Variable Type l : AutoDetectDataType to l : StorageDataTypeBase in method package switchType(obj Object) : StorageDataTypeBase in class org.lealone.storage.type.ObjectDataType |
From |
To |
|
Change Variable Type t : DataType to t : StorageDataType in method public write(buff DataBuffer, obj Object) : void in class org.lealone.storage.type.SerializedObjectType |
From |
To |
|
Change Variable Type kt : DataType to kt : StorageDataType in method public redo(map StorageMap<K,TransactionalValue>) : void in class org.lealone.mvcc.MVCCTransactionEngine |
From |
To |
|
Change Variable Type keyType : DataType to keyType : StorageDataType in method public binarySearch(key Object) : int in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Variable Type buff : Data to buff : DataBuffer in method private writeAllRows() : void in class org.lealone.db.result.RowList |
From |
To |
|
Change Variable Type v : WriteBuffer to v : DataBuffer in method public replicationPut(session Session, key Object, value Object, valueType StorageDataType) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type keyType : DataType to keyType : StorageDataType in method public setKey(index int, key Object) : void in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Variable Type valueType : DataType to valueType : StorageDataType in method protected recalculateMemory() : void in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Variable Type kt : DataType to kt : StorageDataType in method package readLeafPage(map BTreeMap<?,?>, page ByteBuffer) : BTreePage in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Variable Type vt : DataType to vt : StorageDataType in method public redo(map StorageMap<K,TransactionalValue>) : void in class org.lealone.mvcc.MVCCTransactionEngine |
From |
To |
|
Change Variable Type valueType : DataType to valueType : StorageDataType in method public setValue(index int, value Object) : Object in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Variable Type k : WriteBuffer to k : DataBuffer in method private put(p BTreePage, key Object, value Object) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type buff : Data to buff : DataBuffer in method public next() : Row in class org.lealone.db.result.RowList |
From |
To |
|
Change Variable Type kt : DataType to kt : StorageDataType in method package writeLeaf(buff DataBuffer, remote boolean) : void in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Variable Type ta : DataType to ta : StorageDataType in method public compare(aObj Object, bObj Object) : int in class org.lealone.storage.type.SerializedObjectType |
From |
To |
|
Change Variable Type k : WriteBuffer to k : DataBuffer in method public replicationPut(session Session, key Object, value Object, valueType StorageDataType) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type p : WriteBuffer to p : DataBuffer in method private moveLeafPage(leafPageMovePlan LeafPageMovePlan, rightChildPage BTreePage, rs ReplicationSession, remote boolean) : void in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type valueType : DataType to valueType : StorageDataType in method protected processRequest(transfer Transfer, id int, operation int) : void in class org.lealone.net.AsyncConnection |
From |
To |
|
Change Variable Type v : WriteBuffer to v : DataBuffer in method public replicationAppend(session Session, value Object, valueType StorageDataType) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type t : AutoDetectDataType to t : StorageDataTypeBase in method public read(buff ByteBuffer) : Object in class org.lealone.storage.type.ObjectDataType |
From |
To |
|
Change Variable Type buff : WriteBuffer to buff : DataBuffer in method package save() : void in class org.lealone.mvcc.log.RedoLogChunk |
From |
To |
|
Change Variable Type v : WriteBuffer to v : DataBuffer in method private put(p BTreePage, key Object, value Object) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type vt : DataType to vt : StorageDataType in method package writeLeaf(buff DataBuffer, remote boolean) : void in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Variable Type buff : Data to buff : DataBuffer in method public addRows(rows ArrayList<Value[]>) : int in class org.lealone.db.result.ResultDiskBuffer |
From |
To |
|
Change Variable Type k : WriteBuffer to k : DataBuffer in method public replicationGet(session Session, key Object) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type k : WriteBuffer to k : DataBuffer in method private removeLeafPage(key Object, leafPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type t : DataType to t : StorageDataType in method public getMemory(obj Object) : int in class org.lealone.storage.type.SerializedObjectType |
From |
To |
|
Change Variable Type writeBuffer : WriteBuffer to writeBuffer : DataBuffer in method public getRedoLog(t MVCCTransaction) : RedoLogValue in class org.lealone.mvcc.MVCCTransactionEngine |
From |
To |
|
Change Variable Type keyType : DataType to keyType : StorageDataType in method protected recalculateMemory() : void in class org.lealone.aose.storage.btree.BTreePage |
From |
To |
|
Change Variable Type writeBuffer : WriteBuffer to writeBuffer : DataBuffer in method public poll() : DataBuffer in class org.lealone.db.DataBuffer.DataBufferPool |
From |
To |
|
Change Variable Type tb : DataType to tb : StorageDataType in method public compare(aObj Object, bObj Object) : int in class org.lealone.storage.type.SerializedObjectType |
From |
To |
|
Change Return Type AutoDetectDataType to StorageDataTypeBase in method package switchType(obj Object) : StorageDataTypeBase in class org.lealone.storage.type.ObjectDataType |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putLong(x long) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type DataType to StorageDataType in method public getValueType() : StorageDataType in class org.lealone.storage.StorageMap |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public put(bytes byte[], offset int, length int) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public limit(newLimit int) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public poll() : DataBuffer in class org.lealone.db.DataBuffer.DataBufferPool |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putInt(index int, value int) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putChar(x char) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type AutoDetectDataType to StorageDataTypeBase in method private newType(typeId int) : StorageDataTypeBase in class org.lealone.storage.type.ObjectDataType |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public position(newPosition int) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public put(src ByteBuffer) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type DataType to StorageDataType in method public getKeyType() : StorageDataType in class org.lealone.storage.DelegatedStorageMap |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putInt(x int) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public create() : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public put(bytes byte[]) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public put(x byte) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putShort(x short) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putStringData(s String, len int) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type DataType to StorageDataType in method public getValueType() : StorageDataType in class org.lealone.mvcc.MVCCTransactionMap |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putDouble(x double) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putFloat(x float) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putVarInt(x int) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type DataType to StorageDataType in method public getKeyType() : StorageDataType in class org.lealone.storage.StorageMapBase |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method private getDataBuffer() : DataBuffer in class org.lealone.aose.storage.btree.BTreeStorage |
From |
To |
|
Change Return Type DataType to StorageDataType in method public getValueType() : StorageDataType in class org.lealone.storage.DelegatedStorageMap |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public clear() : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public get(dst byte[]) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type DataType to StorageDataType in method public getValueType() : StorageDataType in class org.lealone.storage.StorageMapBase |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putShort(index int, value short) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |
|
Change Return Type DataType to StorageDataType in method public getKeyType() : StorageDataType in class org.lealone.storage.StorageMap |
From |
To |
|
Change Return Type WriteBuffer to DataBuffer in method public putVarLong(x long) : DataBuffer in class org.lealone.db.DataBuffer |
From |
To |