Modifier and Type | Method and Description |
---|---|
static OByteBufferPool |
OByteBufferPool.instance(OContextConfiguration contextConfiguration) |
Constructor and Description |
---|
OChannelBinaryAsynchClient(String remoteHost,
int remotePort,
String iDatabaseName,
OContextConfiguration iConfig,
int iProtocolVersion) |
OChannelBinaryClientAbstract(String remoteHost,
int remotePort,
String iDatabaseName,
OContextConfiguration iConfig,
int protocolVersion) |
OChannelBinarySynchClient(String remoteHost,
int remotePort,
String iDatabaseName,
OContextConfiguration iConfig,
int protocolVersion) |
Modifier and Type | Method and Description |
---|---|
OContextConfiguration |
OStorageRemote.getClientConfiguration() |
OContextConfiguration |
OStorageConfigurationRemote.getContextConfiguration() |
Modifier and Type | Method and Description |
---|---|
OChannelBinaryAsynchClient |
ORemoteConnectionPool.acquire(String iServerURL,
long timeout,
OContextConfiguration clientConfiguration) |
OChannelBinaryAsynchClient |
ORemoteConnectionManager.acquire(String iServerURL,
OContextConfiguration clientConfiguration) |
void |
OStorageRemote.create(OContextConfiguration contextConfiguration) |
protected OChannelBinaryAsynchClient |
ORemoteConnectionPool.createNetworkConnection(String iServerURL,
OContextConfiguration clientConfiguration) |
OStorageConfiguration |
OStorageConfigurationRemote.load(OContextConfiguration contextConfiguration) |
void |
OStorageRemote.open(String iUserName,
String iUserPassword,
OContextConfiguration conf) |
Constructor and Description |
---|
ORemoteConnectionManager(OContextConfiguration clientConfiguration,
Timer timer) |
OStorageConfigurationRemote(String networkRecordSerializer,
OStorageConfigurationPayload payload,
OContextConfiguration contextConfiguration) |
Modifier and Type | Method and Description |
---|---|
OContextConfiguration |
OStorageConfigurationImpl.getContextConfiguration() |
OContextConfiguration |
OStorageConfiguration.getContextConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
OStorageConfigurationImpl.initConfiguration(OContextConfiguration conf) |
OStorageConfigurationImpl |
OStorageConfigurationImpl.load(OContextConfiguration configuration)
This method load the record information by the internal cluster segment.
|
void |
OContextConfiguration.merge(OContextConfiguration contextConfiguration) |
Constructor and Description |
---|
OContextConfiguration(OContextConfiguration iParent) |
Modifier and Type | Method and Description |
---|---|
OContextConfiguration |
ODatabaseWrapperAbstract.getConfiguration() |
OContextConfiguration |
ODatabase.getConfiguration()
Returns the database configuration settings.
|
OContextConfiguration |
OrientDBConfig.getConfigurations() |
Modifier and Type | Method and Description |
---|---|
OrientDBConfigBuilder |
OrientDBConfigBuilder.fromContext(OContextConfiguration contextConfiguration) |
Constructor and Description |
---|
OrientDBConfig(OContextConfiguration configurations,
Map<ODatabase.ATTRIBUTES,Object> attributes,
Set<ODatabaseListener> listeners,
ClassLoader classLoader,
ONodeConfiguration nodeConfiguration) |
Modifier and Type | Method and Description |
---|---|
OContextConfiguration |
ODatabaseDocumentAbstract.getConfiguration() |
OContextConfiguration |
ODatabaseDocumentTx.getConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OStorage.create(OContextConfiguration contextConfiguration) |
void |
OStorage.open(String iUserName,
String iUserPassword,
OContextConfiguration contextConfiguration) |
Modifier and Type | Method and Description |
---|---|
OContextConfiguration |
OClusterBasedStorageConfiguration.getContextConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
OClusterBasedStorageConfiguration.create(OAtomicOperation atomicOperation,
OContextConfiguration contextConfiguration) |
void |
OClusterBasedStorageConfiguration.create(OAtomicOperation atomicOperation,
OContextConfiguration contextConfiguration,
OStorageConfiguration source) |
void |
OClusterBasedStorageConfiguration.load(OContextConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
OLocalPaginatedStorage.create(OContextConfiguration contextConfiguration) |
protected OWriteAheadLog |
OLocalPaginatedStorage.createWalFromIBUFiles(File directory,
OContextConfiguration contextConfiguration,
Locale locale,
byte[] iv) |
protected void |
OLocalPaginatedStorage.initConfiguration(OAtomicOperation atomicOperation,
OContextConfiguration contextConfiguration) |
protected void |
OLocalPaginatedStorage.initWalAndDiskCache(OContextConfiguration contextConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
OAbstractPaginatedStorage.create(OContextConfiguration contextConfiguration) |
protected abstract OWriteAheadLog |
OAbstractPaginatedStorage.createWalFromIBUFiles(File directory,
OContextConfiguration contextConfiguration,
Locale locale,
byte[] iv) |
protected void |
OAbstractPaginatedStorage.initConfiguration(OAtomicOperation atomicOperation,
OContextConfiguration contextConfiguration) |
protected abstract void |
OAbstractPaginatedStorage.initWalAndDiskCache(OContextConfiguration contextConfiguration) |
OStorageConfigurationImpl |
OStorageConfigurationSegment.load(OContextConfiguration configuration) |
void |
OAbstractPaginatedStorage.open(OContextConfiguration contextConfiguration) |
void |
OAbstractPaginatedStorage.open(OToken iToken,
OContextConfiguration configuration) |
void |
OAbstractPaginatedStorage.open(String iUserName,
String iUserPassword,
OContextConfiguration contextConfiguration) |
Modifier and Type | Method and Description |
---|---|
OStorageConfigurationImpl |
OStorageMemoryConfiguration.load(OContextConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected OWriteAheadLog |
ODirectMemoryStorage.createWalFromIBUFiles(File directory,
OContextConfiguration contextConfiguration,
Locale locale,
byte[] iv) |
protected void |
ODirectMemoryStorage.initWalAndDiskCache(OContextConfiguration contextConfiguration) |
Modifier and Type | Method and Description |
---|---|
static OSocketFactory |
OSocketFactory.instance(OContextConfiguration iConfig) |
Constructor and Description |
---|
OChannel(Socket iSocket,
OContextConfiguration iConfig) |
Constructor and Description |
---|
OChannelBinary(Socket iSocket,
OContextConfiguration iConfig) |
OChannelBinaryServer(Socket iSocket,
OContextConfiguration iConfig) |
Constructor and Description |
---|
OChannelText(Socket iSocket,
OContextConfiguration iConfig) |
OChannelTextServer(Socket iSocket,
OContextConfiguration iConfiguration) |
Modifier and Type | Field and Description |
---|---|
protected OContextConfiguration |
OServer.contextConfiguration |
Modifier and Type | Method and Description |
---|---|
OContextConfiguration |
OServer.getContextConfiguration() |
Modifier and Type | Method and Description |
---|---|
static OrientDBConfig |
ODistributedConfig.buildConfig(OContextConfiguration contextConfiguration,
OServerDistributedConfiguration distributed) |
Modifier and Type | Method and Description |
---|---|
void |
ODistributedStorage.create(OContextConfiguration iProperties) |
void |
ODistributedStorage.open(String iUserName,
String iUserPassword,
OContextConfiguration iProperties) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ONetworkProtocol.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
ONetworkProtocolBinary.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfig) |
Modifier and Type | Method and Description |
---|---|
OContextConfiguration |
OHttpRequest.getConfiguration() |
OContextConfiguration |
OHttpResponse.getContextConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
ONetworkProtocolHttpDb.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfiguration) |
void |
ONetworkProtocolHttpAbstract.config(OServerNetworkListener iListener,
OServer iServer,
Socket iSocket,
OContextConfiguration iConfiguration) |
Constructor and Description |
---|
OHttpRequest(ONetworkHttpExecutor iExecutor,
InputStream iInStream,
ONetworkProtocolData iData,
OContextConfiguration iConfiguration) |
OHttpRequestImpl(ONetworkProtocolHttpAbstract iExecutor,
InputStream iInStream,
ONetworkProtocolData iData,
OContextConfiguration iConfiguration) |
OHttpResponse(OutputStream iOutStream,
String iHttpVersion,
String[] iAdditionalHeaders,
String iResponseCharSet,
String iServerInfo,
String iSessionId,
String iCallbackFunction,
boolean iKeepAlive,
OClientConnection connection,
OContextConfiguration contextConfiguration) |
OHttpResponseImpl(OutputStream iOutStream,
String iHttpVersion,
String[] iAdditionalHeaders,
String iResponseCharSet,
String iServerInfo,
String iSessionId,
String iCallbackFunction,
boolean iKeepAlive,
OClientConnection connection,
OContextConfiguration contextConfiguration) |
Copyright © 2009–2020 OrientDB. All rights reserved.