Uses of Class
com.orientechnologies.orient.core.config.OContextConfiguration
Packages that use OContextConfiguration
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OContextConfiguration in com.orientechnologies.common.directmemory
Methods in com.orientechnologies.common.directmemory with parameters of type OContextConfigurationModifier and TypeMethodDescriptionstatic OByteBufferPoolOByteBufferPool.instance(OContextConfiguration contextConfiguration) -
Uses of OContextConfiguration in com.orientechnologies.orient.client.binary
Constructors in com.orientechnologies.orient.client.binary with parameters of type OContextConfigurationModifierConstructorDescriptionOChannelBinaryAsynchClient(String remoteHost, int remotePort, 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) -
Uses of OContextConfiguration in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote that return OContextConfigurationModifier and TypeMethodDescriptionOStorageRemote.getClientConfiguration()OrientDBRemote.getContextConfiguration()OStorageConfigurationRemote.getContextConfiguration()Methods in com.orientechnologies.orient.client.remote with parameters of type OContextConfigurationModifier and TypeMethodDescriptionORemoteConnectionManager.acquire(String iServerURL, OContextConfiguration clientConfiguration) ORemoteConnectionPool.acquire(String iServerURL, long timeout, OContextConfiguration clientConfiguration) voidORemoteURLs.addAll(List<String> toAdd, OContextConfiguration clientConfiguration) protected StringORemoteURLs.addHost(String host, OContextConfiguration clientConfiguration) Registers the remote server with port.voidOStorageRemoteSession.closeAllSessions(ORemoteConnectionManager connectionManager, OContextConfiguration clientConfiguration) voidOStorageRemote.create(OContextConfiguration contextConfiguration) protected OChannelBinaryAsynchClientORemoteConnectionPool.createNetworkConnection(String serverURL, OContextConfiguration clientConfiguration) static OChannelBinaryAsynchClientOStorageRemote.getNetwork(String iCurrentURL, ORemoteConnectionManager connectionManager, OContextConfiguration config) ORemoteURLs.getNextAvailableServerURL(boolean iIsConnectOperation, OStorageRemoteSession session, OContextConfiguration contextConfiguration, OStorageRemote.CONNECTION_STRATEGY strategy) ORemoteURLs.getServerURFromList(boolean iNextAvailable, OStorageRemoteSession session, OContextConfiguration contextConfiguration) OStorageConfigurationRemote.load(OContextConfiguration contextConfiguration) voidOStorageRemote.open(String iUserName, String iUserPassword, OContextConfiguration conf) ORemoteURLs.parseServerUrls(String url, OContextConfiguration contextConfiguration) voidORemoteURLs.updateDistributedNodes(List<String> hosts, OContextConfiguration clientConfiguration) Constructors in com.orientechnologies.orient.client.remote with parameters of type OContextConfigurationModifierConstructorDescriptionORemoteConnectionManager(OContextConfiguration clientConfiguration, Timer timer) ORemoteURLs(String[] hosts, OContextConfiguration config) OStorageConfigurationRemote(String networkRecordSerializer, OStorageConfigurationPayload payload, OContextConfiguration contextConfiguration) -
Uses of OContextConfiguration in com.orientechnologies.orient.core.config
Methods in com.orientechnologies.orient.core.config that return OContextConfigurationModifier and TypeMethodDescriptionOStorageConfiguration.getContextConfiguration()OStorageConfigurationImpl.getContextConfiguration()Methods in com.orientechnologies.orient.core.config with parameters of type OContextConfigurationModifier and TypeMethodDescriptionvoidOStorageConfigurationImpl.initConfiguration(OContextConfiguration conf) OStorageConfigurationImpl.load(OContextConfiguration configuration) This method load the record information by the internal cluster segment.voidOContextConfiguration.merge(OContextConfiguration contextConfiguration) Constructors in com.orientechnologies.orient.core.config with parameters of type OContextConfiguration -
Uses of OContextConfiguration in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return OContextConfigurationModifier and TypeMethodDescriptionODatabase.getConfiguration()Returns the database configuration settings.ODatabaseWrapperAbstract.getConfiguration()OrientDBConfig.getConfigurations()Methods in com.orientechnologies.orient.core.db with parameters of type OContextConfigurationModifier and TypeMethodDescriptionOrientDBConfigBuilder.fromContext(OContextConfiguration contextConfiguration) Constructors in com.orientechnologies.orient.core.db with parameters of type OContextConfigurationModifierConstructorDescriptionprotectedOrientDBConfig(OContextConfiguration configurations, Map<ODatabase.ATTRIBUTES, Object> attributes, Set<ODatabaseListener> listeners, ClassLoader classLoader, ONodeConfiguration nodeConfiguration, OSecurityConfig securityConfig, List<OGlobalUser> users) -
Uses of OContextConfiguration in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document that return OContextConfigurationModifier and TypeMethodDescriptionODatabaseDocumentAbstract.getConfiguration()ODatabaseDocumentTx.getConfiguration()Deprecated. -
Uses of OContextConfiguration in com.orientechnologies.orient.core.security
Methods in com.orientechnologies.orient.core.security with parameters of type OContextConfigurationModifier and TypeMethodDescriptionstatic byte[]OTokenSignImpl.readKeyFromConfig(OContextConfiguration config) Constructors in com.orientechnologies.orient.core.security with parameters of type OContextConfiguration -
Uses of OContextConfiguration in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage with parameters of type OContextConfigurationModifier and TypeMethodDescriptionvoidOStorage.create(OContextConfiguration contextConfiguration) voidOStorage.open(String iUserName, String iUserPassword, OContextConfiguration contextConfiguration) -
Uses of OContextConfiguration in com.orientechnologies.orient.core.storage.config
Methods in com.orientechnologies.orient.core.storage.config that return OContextConfigurationMethods in com.orientechnologies.orient.core.storage.config with parameters of type OContextConfigurationModifier and TypeMethodDescriptionvoidOClusterBasedStorageConfiguration.create(OAtomicOperation atomicOperation, OContextConfiguration contextConfiguration) voidOClusterBasedStorageConfiguration.create(OAtomicOperation atomicOperation, OContextConfiguration contextConfiguration, OStorageConfiguration source) voidOClusterBasedStorageConfiguration.load(OContextConfiguration configuration, OAtomicOperation atomicOperation) -
Uses of OContextConfiguration in com.orientechnologies.orient.core.storage.disk
Methods in com.orientechnologies.orient.core.storage.disk with parameters of type OContextConfigurationModifier and TypeMethodDescriptionvoidOLocalPaginatedStorage.create(OContextConfiguration contextConfiguration) protected OWriteAheadLogOLocalPaginatedStorage.createWalFromIBUFiles(File directory, OContextConfiguration contextConfiguration, Locale locale, byte[] iv) protected voidOLocalPaginatedStorage.initConfiguration(OAtomicOperation atomicOperation, OContextConfiguration contextConfiguration) protected voidOLocalPaginatedStorage.initWalAndDiskCache(OContextConfiguration contextConfiguration) -
Uses of OContextConfiguration in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local with parameters of type OContextConfigurationModifier and TypeMethodDescriptionvoidOAbstractPaginatedStorage.create(OContextConfiguration contextConfiguration) protected abstract OWriteAheadLogOAbstractPaginatedStorage.createWalFromIBUFiles(File directory, OContextConfiguration contextConfiguration, Locale locale, byte[] iv) protected voidOAbstractPaginatedStorage.initConfiguration(OAtomicOperation atomicOperation, OContextConfiguration contextConfiguration) protected abstract voidOAbstractPaginatedStorage.initWalAndDiskCache(OContextConfiguration contextConfiguration) OStorageConfigurationSegment.load(OContextConfiguration configuration) final voidOAbstractPaginatedStorage.open(OContextConfiguration contextConfiguration) final voidOAbstractPaginatedStorage.open(String iUserName, String iUserPassword, OContextConfiguration contextConfiguration) -
Uses of OContextConfiguration in com.orientechnologies.orient.core.storage.impl.local.paginated
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated with parameters of type OContextConfigurationModifier and TypeMethodDescriptionOStorageMemoryConfiguration.load(OContextConfiguration configuration) -
Uses of OContextConfiguration in com.orientechnologies.orient.core.storage.memory
Methods in com.orientechnologies.orient.core.storage.memory with parameters of type OContextConfigurationModifier and TypeMethodDescriptionprotected OWriteAheadLogODirectMemoryStorage.createWalFromIBUFiles(File directory, OContextConfiguration contextConfiguration, Locale locale, byte[] iv) protected voidODirectMemoryStorage.initWalAndDiskCache(OContextConfiguration contextConfiguration) -
Uses of OContextConfiguration in com.orientechnologies.orient.enterprise.channel
Methods in com.orientechnologies.orient.enterprise.channel with parameters of type OContextConfigurationModifier and TypeMethodDescriptionstatic OSocketFactoryOSocketFactory.instance(OContextConfiguration iConfig) Constructors in com.orientechnologies.orient.enterprise.channel with parameters of type OContextConfiguration -
Uses of OContextConfiguration in com.orientechnologies.orient.enterprise.channel.binary
Constructors in com.orientechnologies.orient.enterprise.channel.binary with parameters of type OContextConfigurationModifierConstructorDescriptionOChannelBinary(Socket iSocket, OContextConfiguration iConfig) OChannelBinaryServer(Socket iSocket, OContextConfiguration iConfig) -
Uses of OContextConfiguration in com.orientechnologies.orient.enterprise.channel.text
Constructors in com.orientechnologies.orient.enterprise.channel.text with parameters of type OContextConfigurationModifierConstructorDescriptionOChannelText(Socket iSocket, OContextConfiguration iConfig) OChannelTextServer(Socket iSocket, OContextConfiguration iConfiguration) -
Uses of OContextConfiguration in com.orientechnologies.orient.server
Fields in com.orientechnologies.orient.server declared as OContextConfigurationMethods in com.orientechnologies.orient.server that return OContextConfigurationConstructors in com.orientechnologies.orient.server with parameters of type OContextConfigurationModifierConstructorDescriptionOPushManager(OContextConfiguration contextConfiguration, OClientConnectionManager sessions) -
Uses of OContextConfiguration in com.orientechnologies.orient.server.distributed.config
Methods in com.orientechnologies.orient.server.distributed.config with parameters of type OContextConfigurationModifier and TypeMethodDescriptionstatic OrientDBConfigODistributedConfig.buildConfig(OContextConfiguration contextConfiguration, OServerDistributedConfiguration distributed) -
Uses of OContextConfiguration in com.orientechnologies.orient.server.network.protocol
Methods in com.orientechnologies.orient.server.network.protocol with parameters of type OContextConfigurationModifier and TypeMethodDescriptionabstract voidONetworkProtocol.config(OServerNetworkListener iListener, OServer iServer, Socket iSocket, OContextConfiguration iConfiguration) -
Uses of OContextConfiguration in com.orientechnologies.orient.server.network.protocol.binary
Methods in com.orientechnologies.orient.server.network.protocol.binary with parameters of type OContextConfigurationModifier and TypeMethodDescriptionvoidONetworkProtocolBinary.config(OServerNetworkListener iListener, OServer iServer, Socket iSocket, OContextConfiguration iConfig) -
Uses of OContextConfiguration in com.orientechnologies.orient.server.network.protocol.http
Methods in com.orientechnologies.orient.server.network.protocol.http that return OContextConfigurationModifier and TypeMethodDescriptionOHttpRequest.getConfiguration()OHttpRequestAbstract.getConfiguration()OHttpResponse.getContextConfiguration()OHttpResponseAbstract.getContextConfiguration()Methods in com.orientechnologies.orient.server.network.protocol.http with parameters of type OContextConfigurationModifier and TypeMethodDescriptionvoidONetworkProtocolHttpAbstract.config(OServerNetworkListener iListener, OServer iServer, Socket iSocket, OContextConfiguration iConfiguration) voidONetworkProtocolHttpDb.config(OServerNetworkListener iListener, OServer iServer, Socket iSocket, OContextConfiguration iConfiguration) Constructors in com.orientechnologies.orient.server.network.protocol.http with parameters of type OContextConfigurationModifierConstructorDescriptionOHttpRequestAbstract(ONetworkHttpExecutor iExecutor, InputStream iInStream, ONetworkProtocolData iData, OContextConfiguration iConfiguration) OHttpRequestImpl(ONetworkProtocolHttpAbstract iExecutor, InputStream iInStream, ONetworkProtocolData iData, OContextConfiguration iConfiguration) OHttpResponseAbstract(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) -
Uses of OContextConfiguration in com.orientechnologies.orient.server.token
Constructors in com.orientechnologies.orient.server.token with parameters of type OContextConfiguration