|
Change Parameter Type result : List<OResult> to result : List<OResultInternal> in method public fetched(result List<OResultInternal>, hasNextPage boolean, executionPlan Optional<OExecutionPlan>, queryStats Map<String,Long>) : void in class com.orientechnologies.orient.client.remote.message.ORemoteResultSet |
From |
To |
|
Change Parameter Type currentPage : List<OResult> to currentPage : List<OResultInternal> in method public ORemoteResultSet(db ODatabaseDocumentRemote, queryId String, currentPage List<OResultInternal>, executionPlan Optional<OExecutionPlan>, queryStats Map<String,Long>, hasNextPage boolean) in class com.orientechnologies.orient.client.remote.message.ORemoteResultSet |
From |
To |
|
Change Parameter Type result : List<OResult> to result : List<OResultInternal> in method public OQueryResponse(queryId String, txChanges boolean, result List<OResultInternal>, executionPlan Optional<OExecutionPlan>, hasNextPage boolean, queryStats Map<String,Long>) in class com.orientechnologies.orient.client.remote.message.OQueryResponse |
From |
To |
|
Change Parameter Type item : OResult to item : OResultInternal in method public add(item OResultInternal) : void in class com.orientechnologies.orient.client.remote.message.ORemoteResultSet |
From |
To |
|
Change Return Type OResult to OResultInternal in method private readBlob(channel OChannelDataInput) : OResultInternal in class com.orientechnologies.orient.client.remote.message.OMessageHelper |
From |
To |
|
Change Return Type OResult to OResultInternal in method public readResult(channel OChannelDataInput) : OResultInternal in class com.orientechnologies.orient.client.remote.message.OMessageHelper |
From |
To |
|
Change Return Type OResult to OResultInternal in method private readProjection(channel OChannelDataInput) : OResultInternal in class com.orientechnologies.orient.client.remote.message.OMessageHelper |
From |
To |
|
Change Return Type OResult to OResultInternal in method public fromStream(channel OChannelDataInput) : OResultInternal in class com.orientechnologies.orient.core.serialization.serializer.result.binary.OResultSerializerNetwork |
From |
To |
|
Change Return Type OResult to OResultInternal in method private readEdge(channel OChannelDataInput) : OResultInternal in class com.orientechnologies.orient.client.remote.message.OMessageHelper |
From |
To |
|
Change Return Type OResult to OResultInternal in method private readElement(channel OChannelDataInput) : OResultInternal in class com.orientechnologies.orient.client.remote.message.OMessageHelper |
From |
To |
|
Change Return Type OResult to OResultInternal in method private readVertex(channel OChannelDataInput) : OResultInternal in class com.orientechnologies.orient.client.remote.message.OMessageHelper |
From |
To |
|
Change Return Type List<OResult> to List<OResultInternal> in method public getResult() : List<OResultInternal> in class com.orientechnologies.orient.client.remote.message.OQueryResponse |
From |
To |