Uses of Interface
com.orientechnologies.orient.client.remote.message.OBinaryPushResponse
Packages that use OBinaryPushResponse
Package
Description
-
Uses of OBinaryPushResponse in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote that return OBinaryPushResponseModifier and TypeMethodDescriptionORemotePushHandler.executeUpdateDistributedConfig(OPushDistributedConfigurationRequest request) OStorageRemote.executeUpdateDistributedConfig(OPushDistributedConfigurationRequest request) ORemotePushHandler.executeUpdateFunction(OPushFunctionsRequest request) OStorageRemote.executeUpdateFunction(OPushFunctionsRequest request) ORemotePushHandler.executeUpdateIndexManager(OPushIndexManagerRequest request) OStorageRemote.executeUpdateIndexManager(OPushIndexManagerRequest request) ORemotePushHandler.executeUpdateSchema(OPushSchemaRequest request) OStorageRemote.executeUpdateSchema(OPushSchemaRequest request) ORemotePushHandler.executeUpdateSequences(OPushSequencesRequest request) OStorageRemote.executeUpdateSequences(OPushSequencesRequest request) ORemotePushHandler.executeUpdateStorageConfig(OPushStorageConfigurationRequest request) OStorageRemote.executeUpdateStorageConfig(OPushStorageConfigurationRequest payload) -
Uses of OBinaryPushResponse in com.orientechnologies.orient.client.remote.message
Classes in com.orientechnologies.orient.client.remote.message with type parameters of type OBinaryPushResponseModifier and TypeInterfaceDescriptioninterfaceOBinaryPushRequest<T extends OBinaryPushResponse>Created by tglman on 11/01/17.Methods in com.orientechnologies.orient.client.remote.message that return OBinaryPushResponseModifier and TypeMethodDescriptionOBinaryPushRequest.createResponse()OLiveQueryPushRequest.createResponse()OPushDistributedConfigurationRequest.createResponse()OPushFunctionsRequest.createResponse()OPushIndexManagerRequest.createResponse()OPushSchemaRequest.createResponse()OPushSequencesRequest.createResponse()OPushStorageConfigurationRequest.createResponse()OLiveQueryPushRequest.execute(ORemotePushHandler remote) OPushDistributedConfigurationRequest.execute(ORemotePushHandler remote) OPushFunctionsRequest.execute(ORemotePushHandler pushHandler) OPushIndexManagerRequest.execute(ORemotePushHandler pushHandler) OPushSchemaRequest.execute(ORemotePushHandler pushHandler) OPushSequencesRequest.execute(ORemotePushHandler pushHandler) OPushStorageConfigurationRequest.execute(ORemotePushHandler pushHandler) -
Uses of OBinaryPushResponse in com.orientechnologies.orient.server.network.protocol.binary
Methods in com.orientechnologies.orient.server.network.protocol.binary that return OBinaryPushResponse