|
Pull Up Method public size(maxEntries int) : long from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public size(maxEntries int) : long from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public firstOffset() : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public firstOffset() : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public truncate(offset int) : void from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public truncate(offset int) : void from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method private search(offset int) : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private search(offset int) : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public index(offset int, position long, length int) : void from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public index(offset int, position long, length int) : void from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public SearchableOffsetIndex(buffer Buffer) from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public OffsetIndex(buffer Buffer) from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public close() : void from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public close() : void from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method private init() : void from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private init() : void from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public lastOffset() : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public lastOffset() : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public contains(offset int) : boolean from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public contains(offset int) : boolean from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public flush() : void from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public flush() : void from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public length(offset int) : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public length(offset int) : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public position(offset int) : long from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public position(offset int) : long from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Method public size() : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to public size() : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private lastOffset : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private lastOffset : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private size : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private size : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private HEADER_SIZE : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private HEADER_SIZE : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private currentOffset : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private currentOffset : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private currentLength : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private currentLength : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private END : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private END : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private firstOffset : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private firstOffset : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private currentPosition : long from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private currentPosition : long from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private START : long from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private START : long from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private MAX_POSITION : long from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private MAX_POSITION : long from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private ENTRY_SIZE : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private ENTRY_SIZE : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private bits : BitArray from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private bits : BitArray from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private OFFSET_SIZE : int from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private OFFSET_SIZE : int from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Pull Up Attribute private buffer : Buffer from class net.kuujo.copycat.io.storage.SearchableOffsetIndex to private buffer : Buffer from class net.kuujo.copycat.io.storage.OffsetIndex |
From |
To |
|
Rename Parameter length : long to size : long in method private BitArray(bytes HeapBytes, size long) in class net.kuujo.copycat.io.util.BitArray |
From |
To |
|
Rename Parameter context : Context to serializer : Serializer in method package Segment(buffer Buffer, descriptor SegmentDescriptor, offsetIndex OffsetIndex, serializer Serializer) in class net.kuujo.copycat.io.storage.Segment |
From |
To |
|
Rename Parameter context : Context to serializer : Serializer in method package open(buffer Buffer, descriptor SegmentDescriptor, index OffsetIndex, serializer Serializer) : Segment in class net.kuujo.copycat.io.storage.Segment |
From |
To |
|
Rename Parameter length : long to count : long in method private BitArray(bytes HeapBytes, count long, size long) in class net.kuujo.copycat.io.util.BitArray |
From |
To |