|
Change Parameter Type monitorId : long to monitorId : int in method public setMonitorId(monitorId int) : void in class com.orientechnologies.orient.server.OServerLiveQueryResultListener |
From |
To |
|
Change Parameter Type monitorId : long to monitorId : int in method public OUnsubscribeLiveQueryRequest(monitorId int) in class com.orientechnologies.orient.client.remote.message.OUnsubscribeLiveQueryRequest |
From |
To |
|
Change Parameter Type monitorId : long to monitorId : int in method public OSubscribeLiveQueryResponse(monitorId int) in class com.orientechnologies.orient.client.remote.message.OSubscribeLiveQueryResponse |
From |
To |
|
Change Parameter Type monitorId : long to monitorId : int in method public OLiveQueryMonitorRemote(database ODatabaseDocumentRemote, monitorId int) in class com.orientechnologies.orient.core.db.document.OLiveQueryMonitorRemote |
From |
To |
|
Change Parameter Type monitorId : long to monitorId : int in method public unsubscribeLive(database ODatabaseDocumentRemote, monitorId int) : void in class com.orientechnologies.orient.client.remote.OStorageRemote |
From |
To |
|
Change Parameter Type monitorId : long to monitorId : int in method public OLiveQueryPushRequest(monitorId int, status byte, events List<OLiveQueryResult>) in class com.orientechnologies.orient.client.remote.message.OLiveQueryPushRequest |
From |
To |
|
Change Parameter Type monitorId : long to monitorId : int in method public registerLiveListener(monitorId int, listener OLiveQueryClientListener) : void in class com.orientechnologies.orient.client.remote.OStorageRemote |
From |
To |
|
Change Return Type long to int in method public getMonitorId() : int in class com.orientechnologies.orient.core.db.document.OLiveQueryMonitorRemote |
From |
To |
|
Change Return Type long to int in method public getMonitorId() : int in class com.orientechnologies.orient.client.remote.message.OUnsubscribeLiveQueryRequest |
From |
To |
|
Change Return Type long to int in method public getMonitorId() : int in class com.orientechnologies.orient.core.query.live.OLiveQueryMonitorEmbedded |
From |
To |
|
Change Return Type long to int in method public getMonitorId() : int in class com.orientechnologies.orient.client.remote.message.OSubscribeLiveQueryResponse |
From |
To |
|
Change Return Type long to int in method public getMonitorId() : int in class com.orientechnologies.orient.client.remote.message.OLiveQueryPushRequest |
From |
To |
|
Change Return Type long to int in method public getMonitorId() : int in class com.orientechnologies.orient.core.db.OLiveQueryMonitor |
From |
To |
|
Change Attribute Type monitorId : long to monitorId : int in class com.orientechnologies.orient.core.db.document.OLiveQueryMonitorRemote |
From |
To |
|
Change Attribute Type monitorId : long to monitorId : int in class com.orientechnologies.orient.server.OServerLiveQueryResultListener |
From |
To |
|
Change Attribute Type monitorId : long to monitorId : int in class com.orientechnologies.orient.client.remote.message.OUnsubscribeLiveQueryRequest |
From |
To |
|
Change Attribute Type monitorId : long to monitorId : int in class com.orientechnologies.orient.client.remote.message.OSubscribeLiveQueryResponse |
From |
To |
|
Change Attribute Type liveQueryListener : Map<Long,OLiveQueryClientListener> to liveQueryListener : Map<Integer,OLiveQueryClientListener> in class com.orientechnologies.orient.client.remote.OStorageRemote |
From |
To |
|
Change Attribute Type monitorId : long to monitorId : int in class com.orientechnologies.orient.client.remote.message.OLiveQueryPushRequest |
From |
To |