
public class OGetGlobalConfigurationRequest extends Object implements OBinaryRequest<OGetGlobalConfigurationResponse>
| Constructor and Description |
|---|
OGetGlobalConfigurationRequest() |
OGetGlobalConfigurationRequest(String key) |
| Modifier and Type | Method and Description |
|---|---|
OGetGlobalConfigurationResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
String |
getKey() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
boolean |
requireDatabaseSession() |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequiredServerRole, requireServerUserpublic OGetGlobalConfigurationRequest(String key)
public OGetGlobalConfigurationRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write in interface OBinaryRequest<OGetGlobalConfigurationResponse>IOExceptionpublic void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read in interface OBinaryRequest<OGetGlobalConfigurationResponse>IOExceptionpublic byte getCommand()
getCommand in interface OBinaryRequest<OGetGlobalConfigurationResponse>public String getDescription()
getDescription in interface OBinaryRequest<OGetGlobalConfigurationResponse>public String getKey()
public boolean requireDatabaseSession()
requireDatabaseSession in interface OBinaryRequest<OGetGlobalConfigurationResponse>public OGetGlobalConfigurationResponse createResponse()
createResponse in interface OBinaryRequest<OGetGlobalConfigurationResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<OGetGlobalConfigurationResponse>Copyright © 2009–2025 OrientDB. All rights reserved.