|
Change Parameter Type partitioner : IPartitioner<? extends T> to partitioner : IPartitioner in method public AllTokensIterator(partitioner IPartitioner, columnSlice SliceQuery, pageSize int) in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore.AllTokensIterator |
From |
To |
|
Change Parameter Type tok : Token<?> to tok : Token in method private sanitizeBrokenByteToken(tok Token) : String in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore |
From |
To |
|
Change Parameter Type element : Column to element : Cell in method public getValue(element Cell) : ByteBuffer in class com.thinkaurelius.titan.diskstorage.cassandra.embedded.CassandraEmbeddedKeyColumnValueStore.CassandraEmbeddedGetter |
From |
To |
|
Change Parameter Type rightKeyInclusive : Token<?> to rightKeyInclusive : Token in method public transformRange(leftKeyExclusive Token, rightKeyInclusive Token) : KeyRange in class com.thinkaurelius.titan.diskstorage.cassandra.utils.CassandraHelper |
From |
To |
|
Change Parameter Type endToken : T to endToken : Token in method public AbstractBufferedRowIter(partitioner IPartitioner, columnSlice SliceQuery, pageSize int, startToken Token, endToken Token, omitEndToken boolean) in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore.AbstractBufferedRowIter |
From |
To |
|
Change Parameter Type partitioner : IPartitioner<? extends T> to partitioner : IPartitioner in method public AbstractBufferedRowIter(partitioner IPartitioner, columnSlice SliceQuery, pageSize int, startToken Token, endToken Token, omitEndToken boolean) in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore.AbstractBufferedRowIter |
From |
To |
|
Change Parameter Type columnValues : SortedMap<ByteBuffer,Column> to columnValues : SortedMap<ByteBuffer,Cell> in method public CassandraMapIterable(columnValues SortedMap<ByteBuffer,Cell>) in class com.thinkaurelius.titan.hadoop.formats.cassandra.CassandraBinaryRecordReader.CassandraMapIterable |
From |
To |
|
Change Parameter Type iterator : Iterator<Map.Entry<ByteBuffer,Column>> to iterator : Iterator<Map.Entry<ByteBuffer,Cell>> in method public CassandraMapIterator(iterator Iterator<Map.Entry<ByteBuffer,Cell>>) in class com.thinkaurelius.titan.hadoop.formats.cassandra.CassandraBinaryRecordReader.CassandraMapIterator |
From |
To |
|
Change Parameter Type element : Column to element : Cell in method public getMetaData(element Cell, meta EntryMetaData) : Object in class com.thinkaurelius.titan.diskstorage.cassandra.embedded.CassandraEmbeddedKeyColumnValueStore.CassandraEmbeddedGetter |
From |
To |
|
Change Parameter Type partitioner : IPartitioner<? extends T> to partitioner : IPartitioner in method public KeyRangeIterator(partitioner IPartitioner, columnSlice SliceQuery, pageSize int, startKey ByteBuffer, endKey ByteBuffer) in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore.KeyRangeIterator |
From |
To |
|
Change Parameter Type element : Column to element : Cell in method public getMetaSchema(element Cell) : EntryMetaData[] in class com.thinkaurelius.titan.diskstorage.cassandra.embedded.CassandraEmbeddedKeyColumnValueStore.CassandraEmbeddedGetter |
From |
To |
|
Change Parameter Type element : Column to element : Cell in method public getColumn(element Cell) : ByteBuffer in class com.thinkaurelius.titan.diskstorage.cassandra.embedded.CassandraEmbeddedKeyColumnValueStore.CassandraEmbeddedGetter |
From |
To |
|
Change Parameter Type partitioner : IPartitioner<?> to partitioner : IPartitioner in method public getPartitioner(partitioner IPartitioner) : Partitioner in class com.thinkaurelius.titan.diskstorage.cassandra.AbstractCassandraStoreManager.Partitioner |
From |
To |
|
Change Parameter Type cmds : List<RowMutation> to cmds : List<org.apache.cassandra.db.Mutation> in method private mutate(cmds List<org.apache.cassandra.db.Mutation>, clvl ConsistencyLevel) : void in class com.thinkaurelius.titan.diskstorage.cassandra.embedded.CassandraEmbeddedStoreManager |
From |
To |
|
Change Parameter Type startToken : T to startToken : Token in method public AbstractBufferedRowIter(partitioner IPartitioner, columnSlice SliceQuery, pageSize int, startToken Token, endToken Token, omitEndToken boolean) in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore.AbstractBufferedRowIter |
From |
To |
|
Change Parameter Type leftKeyExclusive : Token<?> to leftKeyExclusive : Token in method public transformRange(leftKeyExclusive Token, rightKeyInclusive Token) : KeyRange in class com.thinkaurelius.titan.diskstorage.cassandra.utils.CassandraHelper |
From |
To |
|
Change Variable Type ent : Map.Entry<ByteBuffer,Column> to ent : Map.Entry<ByteBuffer,Cell> in method private completeNextKV() : KV in class com.thinkaurelius.titan.hadoop.formats.cassandra.CassandraBinaryRecordReader |
From |
To |
|
Change Variable Type part : IPartitioner<?> to part : IPartitioner in method public updateIndex(index TitanIndex, updateAction SchemaAction) : TitanManagement.IndexJobFuture in class com.thinkaurelius.titan.hadoop.MapReduceIndexManagement |
From |
To |
|
Change Variable Type ss : SortedSet<ByteBuffer> to names : SortedSet<CellName> in method private retryDummyRead(ks String, cf String) : void in class com.thinkaurelius.titan.diskstorage.cassandra.embedded.CassandraEmbeddedStoreManager |
From |
To |
|
Change Variable Type partitioner : IPartitioner<? extends Token<?>> to partitioner : IPartitioner in method public getKeys(sliceQuery SliceQuery, txh StoreTransaction) : KeyIterator in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore |
From |
To |
|
Change Variable Type rowMutations : Map<StaticBuffer,RowMutation> to rowMutations : Map<StaticBuffer,org.apache.cassandra.db.Mutation> in method public mutateMany(mutations Map<String,Map<StaticBuffer,KCVMutation>>, txh StoreTransaction) : void in class com.thinkaurelius.titan.diskstorage.cassandra.embedded.CassandraEmbeddedStoreManager |
From |
To |
|
Change Variable Type partitioner : IPartitioner<?> to partitioner : IPartitioner in method public getLocalKeyPartition() : List<KeyRange> in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftStoreManager |
From |
To |
|
Change Variable Type rm : RowMutation to rm : Mutation in method public mutateMany(mutations Map<String,Map<StaticBuffer,KCVMutation>>, txh StoreTransaction) : void in class com.thinkaurelius.titan.diskstorage.cassandra.embedded.CassandraEmbeddedStoreManager |
From |
To |
|
Change Variable Type partitioner : IPartitioner<? extends Token<?>> to partitioner : IPartitioner in method public getKeys(keyRangeQuery KeyRangeQuery, txh StoreTransaction) : KeyIterator in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore |
From |
To |
|
Change Variable Type partitioner : IPartitioner<?> to partitioner : IPartitioner in method private getKeySlice(start Token, end Token, sliceQuery SliceQuery, pageSize int, nowMillis long) : List<Row> in class com.thinkaurelius.titan.diskstorage.cassandra.embedded.CassandraEmbeddedKeyColumnValueStore |
From |
To |
|
Change Variable Type valueSortedMap : SortedMap<ByteBuffer,Column> to valueSortedMap : SortedMap<ByteBuffer,Cell> in method private completeNextKV() : KV in class com.thinkaurelius.titan.hadoop.formats.cassandra.CassandraBinaryRecordReader |
From |
To |
|
Change Variable Type entry : Map.Entry<ByteBuffer,Column> to entry : Map.Entry<ByteBuffer,Cell> in method public next() : Entry in class com.thinkaurelius.titan.hadoop.formats.cassandra.CassandraBinaryRecordReader.CassandraMapIterator |
From |
To |
|
Change Attribute Type endToken : T to endToken : Token in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore.AbstractBufferedRowIter |
From |
To |
|
Change Attribute Type partitioner : IPartitioner<? extends T> to partitioner : IPartitioner in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore.AbstractBufferedRowIter |
From |
To |
|
Change Attribute Type iterator : Iterator<Map.Entry<ByteBuffer,Column>> to iterator : Iterator<Map.Entry<ByteBuffer,Cell>> in class com.thinkaurelius.titan.hadoop.formats.cassandra.CassandraBinaryRecordReader.CassandraMapIterator |
From |
To |
|
Change Attribute Type columnValues : SortedMap<ByteBuffer,Column> to columnValues : SortedMap<ByteBuffer,Cell> in class com.thinkaurelius.titan.hadoop.formats.cassandra.CassandraBinaryRecordReader.CassandraMapIterable |
From |
To |
|
Change Attribute Type nextStartToken : T to nextStartToken : Token in class com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftKeyColumnValueStore.AbstractBufferedRowIter |
From |
To |