Uses of Interface
com.orientechnologies.orient.client.remote.OBinaryRequest
Packages that use OBinaryRequest
Package
Description
-
Uses of OBinaryRequest in com.orientechnologies.orient.client.remote
Subinterfaces of OBinaryRequest in com.orientechnologies.orient.client.remoteMethods in com.orientechnologies.orient.client.remote with parameters of type OBinaryRequestModifier and TypeMethodDescription<T extends OBinaryResponse>
TOrientDBRemote.connectAndSend(String name, String user, String password, OBinaryRequest<T> request) <T extends OBinaryResponse>
TOrientDBRemote.networkAdminOperation(OBinaryRequest<T> request, ORemoteClientSession session, String errorMessage) <T extends OBinaryResponse>
TORemoteClient.networkOperation(ORemoteClientSession session, OBinaryRequest<T> request, String errorMessage) <T extends OBinaryResponse>
TORemoteClient.networkOperationNoRetry(ORemoteClientSession session, OBinaryRequest<T> request, String errorMessage) <T extends OBinaryResponse>
TORemoteClient.networkOperationRetryTimeout(ORemoteClientSession baseSession, OBinaryRequest<T> request, String errorMessage, int retry, int timeout) <T extends OBinaryResponse>
TORemoteClientPushThread.subscribe(OBinaryRequest<T> request, ORemoteClientSession session) -
Uses of OBinaryRequest in com.orientechnologies.orient.client.remote.message
Classes in com.orientechnologies.orient.client.remote.message that implement OBinaryRequestModifier and TypeClassDescriptionfinal classclassCreated by Enrico Risa on 15/05/2017.classclassclassclassfinal classclassfinal classclassCreated by tglman on 30/12/16.classCreated by tglman on 30/12/16.final classclassclassclassfinal classclassclassclassclassCreated by tglman on 21/06/17.classclassclassclassclassCreated by tglman on 16/05/17.classCreated by tglman on 30/12/16.classCreated by tglman on 30/12/16.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassfinal classfinal classclassfinal classclassCreated by tglman on 30/12/16.classCreated by tglman on 30/12/16.classclassclassclassclassCreated by tglman on 30/01/17.classclassclassclassclassclassfinal classclassclassclassCreated by tglman on 11/01/17.classCreated by tglman on 11/01/17.classCreated by tglman on 11/01/17.classCreated by tglman on 17/05/17.classCreated by tglman on 11/01/17.classCreated by tglman on 16/05/17.classCreated by tglman on 11/01/17.classCreated by tglman on 11/01/17.classCreated by tglman on 11/01/17.classclassCreated by tglman on 19/06/17.classCreated by tglman on 19/06/17.classMethods in com.orientechnologies.orient.client.remote.message that return OBinaryRequestModifier and TypeMethodDescriptionOBinaryRequest<? extends OBinaryResponse>OSubscribeRequest.getPushRequest()OBinaryRequest<? extends OBinaryResponse>OExperimentalRequest.getRequest()OBinaryRequest<? extends OBinaryResponse>OUnsubscribeRequest.getUnsubscribeRequest()Constructors in com.orientechnologies.orient.client.remote.message with parameters of type OBinaryRequestModifierConstructorDescriptionOExperimentalRequest(OBinaryRequest<? extends OBinaryResponse> request) OSubscribeRequest(OBinaryRequest<? extends OBinaryResponse> request) OUnsubscribeRequest(OBinaryRequest<? extends OBinaryResponse> unsubscribeRequest) -
Uses of OBinaryRequest in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed with parameters of type OBinaryRequestModifier and TypeMethodDescriptionvoidORemoteServerChannel.sendBinaryRequest(OBinaryRequest request) voidORemoteServerController.sendBinaryRequest(OBinaryRequest<?> request) -
Uses of OBinaryRequest in com.orientechnologies.orient.server.network.protocol.binary
Methods in com.orientechnologies.orient.server.network.protocol.binary that return OBinaryRequestModifier and TypeMethodDescriptionstatic OBinaryRequest<? extends OBinaryResponse>ONetworkBinaryProtocolFactory.createRequest37(int requestType) Protocol 37static OBinaryRequest<? extends OBinaryResponse>ONetworkBinaryProtocolFactory.createRequest38(int requestType) Protocol 38Methods in com.orientechnologies.orient.server.network.protocol.binary that return types with arguments of type OBinaryRequestModifier and TypeMethodDescriptionstatic Function<Integer,OBinaryRequest<? extends OBinaryResponse>> ONetworkBinaryProtocolFactory.defaultProtocol()static Function<Integer,OBinaryRequest<? extends OBinaryResponse>> ONetworkBinaryProtocolFactory.matchProtocol(short protocolVersion)