
public class OSetGlobalConfigurationRequest extends Object implements OBinaryRequest<OSetGlobalConfigurationResponse>
| Constructor and Description |
|---|
OSetGlobalConfigurationRequest() |
OSetGlobalConfigurationRequest(String config,
String iValue) |
| Modifier and Type | Method and Description |
|---|---|
OSetGlobalConfigurationResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
String |
getKey() |
String |
getValue() |
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 void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write in interface OBinaryRequest<OSetGlobalConfigurationResponse>IOExceptionpublic void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read in interface OBinaryRequest<OSetGlobalConfigurationResponse>IOExceptionpublic byte getCommand()
getCommand in interface OBinaryRequest<OSetGlobalConfigurationResponse>public String getDescription()
getDescription in interface OBinaryRequest<OSetGlobalConfigurationResponse>public String getKey()
public String getValue()
public OSetGlobalConfigurationResponse createResponse()
createResponse in interface OBinaryRequest<OSetGlobalConfigurationResponse>public boolean requireDatabaseSession()
requireDatabaseSession in interface OBinaryRequest<OSetGlobalConfigurationResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<OSetGlobalConfigurationResponse>Copyright © 2009–2025 OrientDB. All rights reserved.