|
Change Parameter Type key : byte[] to key : ByteBuffer in method public get(key ByteBuffer, reader PayloadReader) : ByteBuffer in class tachyon.worker.keyvalue.LinearProbingIndex |
From |
To |
|
Change Parameter Type buf : byte[] to buf : ByteBuffer in method private LinearProbingIndex(buf ByteBuffer, numBuckets int, keyCount int) in class tachyon.worker.keyvalue.LinearProbingIndex |
From |
To |
|
Change Parameter Type buffer : byte[] to buffer : ByteBuffer in method public loadFromByteArray(buffer ByteBuffer) : LinearProbingIndex in class tachyon.worker.keyvalue.LinearProbingIndex |
From |
To |
|
Change Parameter Type key : byte[] to key : ByteBuffer in method public get(key ByteBuffer) : ByteBuffer in class tachyon.client.keyvalue.RandomAccessKeyValueFileReader |
From |
To |
|
Change Parameter Type fileBytes : byte[] to fileBytes : ByteBuffer in method public RandomAccessKeyValueFileReader(fileBytes ByteBuffer) in class tachyon.client.keyvalue.RandomAccessKeyValueFileReader |
From |
To |
|
Change Parameter Type key : byte[] to key : ByteBuffer in method public get(key ByteBuffer, reader PayloadReader) : ByteBuffer in class tachyon.worker.keyvalue.Index |
From |
To |
|
Change Parameter Type key : byte[] to key : ByteBuffer in method public get(key ByteBuffer) : ByteBuffer in class tachyon.client.keyvalue.KeyValueFileReader |
From |
To |
|
Change Return Type byte[] to ByteBuffer in method public get(key ByteBuffer, reader PayloadReader) : ByteBuffer in class tachyon.worker.keyvalue.LinearProbingIndex |
From |
To |
|
Change Return Type byte[] to ByteBuffer in method public get(key ByteBuffer) : ByteBuffer in class tachyon.client.keyvalue.KeyValueFileReader |
From |
To |
|
Change Return Type byte[] to ByteBuffer in method public get(key ByteBuffer, reader PayloadReader) : ByteBuffer in class tachyon.worker.keyvalue.Index |
From |
To |
|
Change Return Type byte[] to ByteBuffer in method public getKey(pos int) : ByteBuffer in class tachyon.worker.keyvalue.RandomAccessPayloadReader |
From |
To |
|
Change Return Type byte[] to ByteBuffer in method public getValue(pos int) : ByteBuffer in class tachyon.worker.keyvalue.RandomAccessPayloadReader |
From |
To |
|
Change Return Type byte[] to ByteBuffer in method public getKey(pos int) : ByteBuffer in class tachyon.worker.keyvalue.PayloadReader |
From |
To |
|
Change Return Type byte[] to ByteBuffer in method public getValue(pos int) : ByteBuffer in class tachyon.worker.keyvalue.PayloadReader |
From |
To |
|
Change Return Type byte[] to ByteBuffer in method public get(key ByteBuffer) : ByteBuffer in class tachyon.client.keyvalue.RandomAccessKeyValueFileReader |
From |
To |