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 config, OSocketFactory factory, int iProtocolVersion) OChannelBinaryClientAbstract(OSocketFactory factory, String remoteHost, int remotePort, String iDatabaseName, OContextConfiguration iConfig, int protocolVersion) OChannelBinarySynchClient(OSocketFactory factory, 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 TypeMethodDescriptionORemoteClient.getClientConfiguration()OrientDBRemote.getContextConfiguration()OStorageConfigurationRemote.getContextConfiguration()Methods in com.orientechnologies.orient.client.remote with parameters of type OContextConfigurationModifier and TypeMethodDescriptionORemoteConnectionManager.acquire(String url, 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.voidORemoteClientSession.closeAllSessions(ORemoteConnectionManager connectionManager, OContextConfiguration clientConfiguration) static OChannelBinaryAsynchClientORemoteClient.getNetwork(String iCurrentURL, ORemoteConnectionManager connectionManager, OContextConfiguration config) ORemoteURLs.getNextAvailableServerURL(boolean iIsConnectOperation, ORemoteClientSession session, OContextConfiguration contextConfiguration, ORemoteClient.CONNECTION_STRATEGY strategy) protected OSharedContextRemoteOrientDBRemote.getOrCreateSharedContext(String name, OContextConfiguration config) ORemoteURLs.getServerURFromList(boolean iNextAvailable, ORemoteClientSession session, OContextConfiguration contextConfiguration) OStorageConfigurationRemote.load(OContextConfiguration contextConfiguration) voidORemoteClient.open(ORemoteClientSession session, 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 OContextConfigurationModifierConstructorDescriptionORemoteClient(ORemoteURLs hosts, String name, OrientDBRemote context, ORemoteConnectionManager connectionManager, OContextConfiguration config) ORemoteClient(ORemoteURLs hosts, String name, OrientDBRemote context, ORemoteConnectionManager connectionManager, OStorage.STATUS status, OContextConfiguration config) ORemoteConnectionManager(OContextConfiguration conf, Timer timer) ORemoteConnectionPool(int iMaxResources, String host, int port, OContextConfiguration conf) 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 OContextConfiguration -
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) OStorageEngine.createLocal(OrientDBInternal context, String name, OContextConfiguration config) OStorageEngine.createMemory(OrientDBInternal context, String name, OContextConfiguration config) voidOStorageEngine.init(Path basePath, OContextConfiguration configurations) voidOStorage.open(OContextConfiguration configurations) OStorageEngine.openLocal(OrientDBInternal context, String name, OContextConfiguration config) OStorageEngine.registerLocal(OrientDBInternal orientDBEmbedded, String name, Path p, OContextConfiguration configurations) OStorageEngine.restoreFile(OrientDBInternal context, String name, OContextConfiguration config, Path path) OStorageEngine.restoreStream(OrientDBInternal context, String name, OContextConfiguration config, InputStream stream, OStorageEngine.OBackupType type) -
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.doCreate(OContextConfiguration contextConfiguration) protected voidOLocalPaginatedStorage.initConfiguration(OAtomicOperation atomicOperation, OContextConfiguration contextConfiguration) protected voidOLocalPaginatedStorage.initWalAndDiskCache(OContextConfiguration contextConfiguration) protected voidOLocalPaginatedStorage.postProcessIncrementalRestore(OContextConfiguration contextConfiguration) -
Uses of OContextConfiguration in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local that return types with arguments of type OContextConfigurationModifier and TypeMethodDescriptionprotected OQuarto<Locale,OContextConfiguration, String, Locale> OAbstractPaginatedStorage.preprocessingIncrementalRestore()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.doCreate(OContextConfiguration contextConfiguration) protected voidOAbstractPaginatedStorage.initConfiguration(OAtomicOperation atomicOperation, OContextConfiguration contextConfiguration) protected abstract voidOAbstractPaginatedStorage.initWalAndDiskCache(OContextConfiguration contextConfiguration) OStorageConfigurationSegment.load(OContextConfiguration configuration) final voidOAbstractPaginatedStorage.open(OContextConfiguration contextConfiguration) protected voidOAbstractPaginatedStorage.postProcessIncrementalRestore(OContextConfiguration contextConfiguration) protected voidOAbstractPaginatedStorage.restoreFromIncrementalBackup(String charset, Locale serverLocale, Locale locale, OContextConfiguration contextConfiguration, byte[] aesKey, InputStream inputStream, boolean isFull) -
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 TypeMethodDescriptionOStorageEnginePaginatedLocal.createLocal(OrientDBInternal context, String name, OContextConfiguration config) OStorageEnginePaginatedLocal.createMemory(OrientDBInternal context, String name, OContextConfiguration config) voidOStorageEnginePaginatedLocal.init(Path basePath, OContextConfiguration configurations) OStorageMemoryConfiguration.load(OContextConfiguration configuration) OStorageEnginePaginatedLocal.openLocal(OrientDBInternal context, String name, OContextConfiguration config) OStorageEnginePaginatedLocal.registerLocal(OrientDBInternal context, String name, Path path, OContextConfiguration config) OStorageEnginePaginatedLocal.restoreFile(OrientDBInternal context, String name, OContextConfiguration config, Path path) OStorageEnginePaginatedLocal.restoreStream(OrientDBInternal context, String name, OContextConfiguration config, InputStream stream, OStorageEngine.OBackupType type) -
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
Constructors in com.orientechnologies.orient.enterprise.channel with parameters of type OContextConfigurationModifierConstructorDescriptionOChannel(Socket iSocket, OContextConfiguration iConfig) OSocketFactory(OContextConfiguration iConfig) -
Uses of OContextConfiguration in com.orientechnologies.orient.enterprise.channel.binary
Constructors in com.orientechnologies.orient.enterprise.channel.binary with parameters of type OContextConfigurationModifierConstructorDescriptionOChannelBinary(Socket socket, OContextConfiguration config) 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