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