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, wait
requiredServerRole, requireServerUser
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OSetGlobalConfigurationResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OSetGlobalConfigurationResponse>
IOException
public 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–2020 OrientDB. All rights reserved.