Class OGetGlobalConfigurationRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OGetGlobalConfigurationRequest
- All Implemented Interfaces:
OBinaryRequest<OGetGlobalConfigurationResponse>
public class OGetGlobalConfigurationRequest
extends Object
implements OBinaryRequest<OGetGlobalConfigurationResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) bytegetKey()voidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) booleanvoidwrite(OChannelDataOutput network) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.client.remote.OBinaryRequest
requiredServerRole, requireServerUser
-
Constructor Details
-
OGetGlobalConfigurationRequest
-
OGetGlobalConfigurationRequest
public OGetGlobalConfigurationRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OGetGlobalConfigurationResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OGetGlobalConfigurationResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OGetGlobalConfigurationResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OGetGlobalConfigurationResponse>
-
getKey
-
requireDatabaseSession
public boolean requireDatabaseSession()- Specified by:
requireDatabaseSessionin interfaceOBinaryRequest<OGetGlobalConfigurationResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OGetGlobalConfigurationResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OGetGlobalConfigurationResponse>
-