| Package | Description |
|---|---|
| com.orientechnologies.orient.client.remote | |
| com.orientechnologies.orient.core.sql | |
| com.orientechnologies.orient.core.storage |
Contains the Storage interface and the basic implementations.
|
| com.orientechnologies.orient.core.storage.cluster | |
| com.orientechnologies.orient.core.storage.cluster.v0 | |
| com.orientechnologies.orient.core.storage.cluster.v1 | |
| com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
| com.orientechnologies.orient.server.distributed.impl |
| Modifier and Type | Method and Description |
|---|---|
Object |
OClusterRemote.set(OAtomicOperation atomicOperation,
OCluster.ATTRIBUTES iAttribute,
Object iValue) |
void |
OStorageRemote.setClusterAttribute(int clusterId,
OCluster.ATTRIBUTES attribute,
Object value) |
Object |
OStorageRemote.setClusterAttribute(String clusterName,
OCluster.ATTRIBUTES attribute,
Object value) |
| Modifier and Type | Field and Description |
|---|---|
protected OCluster.ATTRIBUTES |
OCommandExecutorSQLAlterCluster.attribute |
| Modifier and Type | Method and Description |
|---|---|
static OCluster.ATTRIBUTES |
OCluster.ATTRIBUTES.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCluster.ATTRIBUTES[] |
OCluster.ATTRIBUTES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
OCluster.set(OAtomicOperation atomicOperation,
OCluster.ATTRIBUTES iAttribute,
Object iValue) |
void |
OStorage.setClusterAttribute(int clusterId,
OCluster.ATTRIBUTES attribute,
Object value) |
Object |
OStorage.setClusterAttribute(String clusterName,
OCluster.ATTRIBUTES attribute,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
OOfflineCluster.set(OAtomicOperation atomicOperation,
OCluster.ATTRIBUTES attribute,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
OPaginatedClusterV0.set(OAtomicOperation atomicOperation,
OCluster.ATTRIBUTES attribute,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
OPaginatedClusterV1.set(OAtomicOperation atomicOperation,
OCluster.ATTRIBUTES attribute,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAbstractPaginatedStorage.setClusterAttribute(int clusterId,
OCluster.ATTRIBUTES attribute,
Object value) |
Object |
OAbstractPaginatedStorage.setClusterAttribute(String clusterName,
OCluster.ATTRIBUTES attribute,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ODistributedStorage.setClusterAttribute(int clusterId,
OCluster.ATTRIBUTES attribute,
Object value) |
Object |
ODistributedStorage.setClusterAttribute(String clusterName,
OCluster.ATTRIBUTES attribute,
Object value) |
Copyright © 2009–2025 OrientDB. All rights reserved.