| Package | Description |
|---|---|
| com.orientechnologies.orient.client.remote | |
| com.orientechnologies.orient.core.config | |
| com.orientechnologies.orient.core.storage.config | |
| com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
| Modifier and Type | Method and Description |
|---|---|
OStorageClusterConfiguration.STATUS |
OStorageClusterConfigurationRemote.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
OStorageClusterConfigurationRemote.setStatus(OStorageClusterConfiguration.STATUS iStatus) |
| Modifier and Type | Method and Description |
|---|---|
OStorageClusterConfiguration.STATUS |
OStorageClusterConfiguration.getStatus() |
OStorageClusterConfiguration.STATUS |
OStoragePaginatedClusterConfiguration.getStatus() |
static OStorageClusterConfiguration.STATUS |
OStorageClusterConfiguration.STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OStorageClusterConfiguration.STATUS[] |
OStorageClusterConfiguration.STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OStorageConfigurationImpl.setClusterStatus(int clusterId,
OStorageClusterConfiguration.STATUS iStatus) |
void |
OStorageClusterConfiguration.setStatus(OStorageClusterConfiguration.STATUS iStatus) |
void |
OStoragePaginatedClusterConfiguration.setStatus(OStorageClusterConfiguration.STATUS iStatus) |
| Constructor and Description |
|---|
OStoragePaginatedClusterConfiguration(OStorageConfiguration root,
int id,
String name,
String location,
boolean useWal,
float recordOverflowGrowFactor,
float recordGrowFactor,
String compression,
String iEncryption,
String iEncryptionKey,
String conflictStrategy,
OStorageClusterConfiguration.STATUS iStatus,
int binaryVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
OClusterBasedStorageConfiguration.setClusterStatus(OAtomicOperation atomicOperation,
int clusterId,
OStorageClusterConfiguration.STATUS status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OAbstractPaginatedStorage.setClusterStatus(OAtomicOperation atomicOperation,
OCluster cluster,
OStorageClusterConfiguration.STATUS status)
INTERNAL METHOD !!!
|
Copyright © 2009–2025 OrientDB. All rights reserved.