|
Rename Method public getNtHash() : byte[] renamed to public getTopicHash() : byte[] in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Method public setNtHash(ntHash byte[]) : void renamed to public setTopicHash(topicHash byte[]) : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Method public getNtHash() : ByteBuffer renamed to public getTopicHash() : ByteBuffer in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Method public setNtHash(ntHash ByteBuffer) : void renamed to public setTopicHash(topicHash ByteBuffer) : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Method public getCfSequenceNumber() : int renamed to public getSequenceNumber() : int in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Method public getGroupStates() : List<EndpointGroupStateDto> renamed to public getGroupState() : List<EndpointGroupStateDto> in class org.kaaproject.kaa.common.dto.EndpointProfileDto |
From |
To |
|
Rename Method public getCfGroupState() : List<CassandraEndpointGroupState> renamed to public getGroupStates() : List<CassandraEndpointGroupState> in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Method public setCfSequenceNumber(cfSequenceNumber int) : void renamed to public setSequenceNumber(sequenceNumber int) : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Method public setCfGroupState(cfGroupState List<EndpointGroupState>) : void renamed to public setGroupState(groupState List<EndpointGroupState>) : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Method public setGroupStates(groupState List<EndpointGroupStateDto>) : void renamed to public setGroupState(groupState List<EndpointGroupStateDto>) : void in class org.kaaproject.kaa.common.dto.EndpointProfileDto |
From |
To |
|
Rename Method public setCfGroupState(cfGroupState List<CassandraEndpointGroupState>) : void renamed to public setGroupStates(groupStates List<CassandraEndpointGroupState>) : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Method public getCfSequenceNumber() : int renamed to public getSequenceNumber() : int in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Method public getCfGroupState() : List<EndpointGroupState> renamed to public getGroupState() : List<EndpointGroupState> in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Method public setCfSequenceNumber(cfSequenceNumber int) : void renamed to public setSequenceNumber(sequenceNumber int) : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Attribute EP_NOTIFICATION_HASH_PROPERTY : String to EP_TOPIC_HASH_PROPERTY : String in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraModelConstants |
From |
To |
|
Rename Attribute cfGroupState : List<CassandraEndpointGroupState> to groupStates : List<CassandraEndpointGroupState> in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Attribute cfSequenceNumber : int to sequenceNumber : int in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Attribute nfSequenceNumber : int to simpleTopicHash : int in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Attribute EP_CONFIG_GROUP_STATE_PROPERTY : String to EP_GROUP_STATE_PROPERTY : String in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraModelConstants |
From |
To |
|
Rename Attribute cfGroupState : List<EndpointGroupState> to groupState : List<EndpointGroupState> in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Attribute cfSequenceNumber : int to sequenceNumber : int in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Attribute nfSequenceNumber : int to simpleTopicHash : int in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Attribute ntHash : byte[] to topicHash : byte[] in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Attribute EP_CONFIGURATION_SEQUENCE_NUMBER_PROPERTY : String to EP_SEQUENCE_NUMBER_PROPERTY : String in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraModelConstants |
From |
To |
|
Rename Attribute ntHash : ByteBuffer to topicHash : ByteBuffer in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Attribute EP_NOTIFICATION_SEQUENCE_NUMBER_PROPERTY : String to EP_SIMPLE_TOPIC_HASH_PROPERTY : String in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraModelConstants |
From |
To |
|
Rename Parameter ntHash : byte[] to topicHash : byte[] in method public setTopicHash(topicHash byte[]) : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Parameter cfGroupState : List<CassandraEndpointGroupState> to groupStates : List<CassandraEndpointGroupState> in method public setGroupStates(groupStates List<CassandraEndpointGroupState>) : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Parameter cfSequenceNumber : int to sequenceNumber : int in method public setSequenceNumber(sequenceNumber int) : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |
|
Rename Parameter cfSequenceNumber : int to sequenceNumber : int in method public setSequenceNumber(sequenceNumber int) : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Parameter cfGroupState : List<EndpointGroupState> to groupState : List<EndpointGroupState> in method public setGroupState(groupState List<EndpointGroupState>) : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointProfile |
From |
To |
|
Rename Parameter ntHash : ByteBuffer to topicHash : ByteBuffer in method public setTopicHash(topicHash ByteBuffer) : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointProfile |
From |
To |