Interface OBinaryResponse
- All Known Implementing Classes:
OAddClusterResponse,OBatchOperationsResponse,OBeginTransactionResponse,OCeilingPhysicalPositionsResponse,OCleanOutRecordResponse,OCloseQueryResponse,OCommandResponse,OCommit37Response,OCommitResponse,OConnectResponse,OCountRecordsResponse,OCountResponse,OCreateDatabaseResponse,OCreateRecordResponse,ODeleteRecordResponse,ODistributedConnectResponse,ODistributedStatusResponse,ODropClusterResponse,ODropDatabaseResponse,OError37Response,OErrorResponse,OExistsDatabaseResponse,OExperimentalResponse,OFetchTransaction38Response,OFetchTransactionResponse,OFloorPhysicalPositionsResponse,OFreezeDatabaseResponse,OGetClusterDataRangeResponse,OGetGlobalConfigurationResponse,OGetRecordMetadataResponse,OGetSizeResponse,OHideRecordResponse,OHigherPhysicalPositionsResponse,OImportResponse,OIncrementalBackupResponse,OListDatabasesResponse,OListGlobalConfigurationsResponse,OLockRecordResponse,OLowerPhysicalPositionsResponse,OOpen37Response,OOpenResponse,OQueryResponse,OReadRecordIfVersionIsNotLatestResponse,OReadRecordResponse,OReleaseDatabaseResponse,OReloadResponse,OReloadResponse37,OReopenResponse,ORollbackTransactionResponse,OSBTCreateTreeResponse,OSBTFetchEntriesMajorResponse,OSBTFirstKeyResponse,OSBTGetRealBagSizeResponse,OSBTGetResponse,OServerInfoResponse,OServerQueryResponse,OSetGlobalConfigurationResponse,OShutdownResponse,OSubscribeDistributedConfigurationResponse,OSubscribeFunctionsResponse,OSubscribeIndexManagerResponse,OSubscribeLiveQueryResponse,OSubscribeMetadataResponse,OSubscribeResponse,OSubscribeSchemaResponse,OSubscribeSequencesResponse,OSubscribeStorageConfigurationResponse,OUnlockRecordResponse,OUnsubscribeResponse,OUnsubscribLiveQueryResponse,OUpdateRecordResponse
public interface OBinaryResponse
Created by tglman on 07/06/16.
-
Method Summary
Modifier and TypeMethodDescriptionvoidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Method Details
-
write
void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Throws:
IOException
-
read
- Throws:
IOException
-