| Package | Description |
|---|---|
| com.orientechnologies.common.util | |
| com.orientechnologies.orient.client.remote | |
| com.orientechnologies.orient.core.storage |
Contains the Storage interface and the basic implementations.
|
| com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
| com.orientechnologies.orient.core.storage.impl.local.paginated | |
| com.orientechnologies.orient.server.distributed.impl |
| Modifier and Type | Field and Description |
|---|---|
static OPhysicalPosition[] |
OCommonConst.EMPTY_PHYSICAL_POSITIONS_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
OStorageOperationResult<OPhysicalPosition> |
OStorageRemote.createRecord(ORecordId iRid,
byte[] iContent,
int iRecordVersion,
byte iRecordType,
int iMode,
ORecordCallback<Long> iCallback) |
| Modifier and Type | Method and Description |
|---|---|
OPhysicalPosition |
OCluster.allocatePosition(byte recordType)
Allocates a physical position pointer on the storage for generate an id without a content.
|
OPhysicalPosition[] |
OStorage.ceilingPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OCluster.ceilingPositions(OPhysicalPosition position) |
OPhysicalPosition |
OCluster.createRecord(byte[] content,
int recordVersion,
byte recordType,
OPhysicalPosition allocatedPosition)
Creates a new record in the cluster.
|
OPhysicalPosition[] |
OStorage.floorPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OCluster.floorPositions(OPhysicalPosition position) |
OPhysicalPosition |
OCluster.getPhysicalPosition(OPhysicalPosition iPPosition)
Fills and return the PhysicalPosition object received as parameter with the physical position of logical record iPosition
|
OPhysicalPosition[] |
OStorage.higherPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OCluster.higherPositions(OPhysicalPosition position) |
OPhysicalPosition[] |
OStorage.lowerPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OCluster.lowerPositions(OPhysicalPosition position) |
OPhysicalPosition |
OClusterEntryIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
OStorageOperationResult<OPhysicalPosition> |
OStorage.createRecord(ORecordId iRecordId,
byte[] iContent,
int iRecordVersion,
byte iRecordType,
int iMode,
ORecordCallback<Long> iCallback) |
| Modifier and Type | Method and Description |
|---|---|
OPhysicalPosition[] |
OStorage.ceilingPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OCluster.ceilingPositions(OPhysicalPosition position) |
boolean |
OStorageAbstract.checkForRecordValidity(OPhysicalPosition ppos) |
boolean |
OStorage.checkForRecordValidity(OPhysicalPosition ppos) |
void |
OPhysicalPosition.copyFrom(OPhysicalPosition iSource) |
void |
OPhysicalPosition.copyTo(OPhysicalPosition iDest) |
OPhysicalPosition |
OCluster.createRecord(byte[] content,
int recordVersion,
byte recordType,
OPhysicalPosition allocatedPosition)
Creates a new record in the cluster.
|
OPhysicalPosition[] |
OStorage.floorPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OCluster.floorPositions(OPhysicalPosition position) |
OPhysicalPosition |
OCluster.getPhysicalPosition(OPhysicalPosition iPPosition)
Fills and return the PhysicalPosition object received as parameter with the physical position of logical record iPosition
|
OPhysicalPosition[] |
OStorage.higherPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OCluster.higherPositions(OPhysicalPosition position) |
OPhysicalPosition[] |
OStorage.lowerPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OCluster.lowerPositions(OPhysicalPosition position) |
| Modifier and Type | Method and Description |
|---|---|
OPhysicalPosition[] |
OAbstractPaginatedStorage.ceilingPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OAbstractPaginatedStorage.floorPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OAbstractPaginatedStorage.higherPhysicalPositions(int currentClusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OAbstractPaginatedStorage.lowerPhysicalPositions(int currentClusterId,
OPhysicalPosition physicalPosition) |
| Modifier and Type | Method and Description |
|---|---|
OStorageOperationResult<OPhysicalPosition> |
OAbstractPaginatedStorage.createRecord(ORecordId rid,
byte[] content,
int recordVersion,
byte recordType,
int mode,
ORecordCallback<Long> callback) |
| Modifier and Type | Method and Description |
|---|---|
OPhysicalPosition[] |
OAbstractPaginatedStorage.ceilingPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
boolean |
OAbstractPaginatedStorage.checkForRecordValidity(OPhysicalPosition ppos) |
OPhysicalPosition[] |
OAbstractPaginatedStorage.floorPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OAbstractPaginatedStorage.higherPhysicalPositions(int currentClusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
OAbstractPaginatedStorage.lowerPhysicalPositions(int currentClusterId,
OPhysicalPosition physicalPosition) |
| Modifier and Type | Field and Description |
|---|---|
static OPhysicalPosition |
OPaginatedCluster.NO_POSITION |
| Modifier and Type | Method and Description |
|---|---|
OPhysicalPosition[] |
ODistributedStorage.ceilingPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
ODistributedStorage.floorPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
ODistributedStorage.higherPhysicalPositions(int currentClusterId,
OPhysicalPosition entry) |
OPhysicalPosition[] |
ODistributedStorage.lowerPhysicalPositions(int currentClusterId,
OPhysicalPosition entry) |
| Modifier and Type | Method and Description |
|---|---|
OStorageOperationResult<OPhysicalPosition> |
ODistributedStorage.createRecord(ORecordId iRecordId,
byte[] iContent,
int iRecordVersion,
byte iRecordType,
int iMode,
ORecordCallback<Long> iCallback) |
| Modifier and Type | Method and Description |
|---|---|
OPhysicalPosition[] |
ODistributedStorage.ceilingPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
boolean |
ODistributedStorage.checkForRecordValidity(OPhysicalPosition ppos) |
OPhysicalPosition[] |
ODistributedStorage.floorPhysicalPositions(int clusterId,
OPhysicalPosition physicalPosition) |
OPhysicalPosition[] |
ODistributedStorage.higherPhysicalPositions(int currentClusterId,
OPhysicalPosition entry) |
OPhysicalPosition[] |
ODistributedStorage.lowerPhysicalPositions(int currentClusterId,
OPhysicalPosition entry) |
Copyright © 2009–2025 OrientDB. All rights reserved.