All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
int |
addBlobCluster(String iClusterName,
Object... iParameters) |
int |
addCluster(String iClusterName,
int iRequestedId) |
int |
addCluster(String iClusterName,
Object... iParameters) |
void |
afterCreateOperations(OIdentifiable id) |
void |
afterDeleteOperations(OIdentifiable id) |
void |
afterReadOperations(OIdentifiable identifiable) |
void |
afterUpdateOperations(OIdentifiable id) |
List<String> |
backup(OutputStream out,
Map<String,Object> options,
Callable<Object> callable,
OCommandOutputListener iListener,
int compressionLevel,
int bufferSize) |
OIdentifiable |
beforeCreateOperations(OIdentifiable id,
String iClusterName) |
void |
beforeDeleteOperations(OIdentifiable id,
String iClusterName) |
boolean |
beforeReadOperations(OIdentifiable identifiable) |
OIdentifiable |
beforeUpdateOperations(OIdentifiable id,
String iClusterName) |
ODatabaseDocumentAbstract |
begin(OTransaction.TXTYPE iType) |
<DB extends ODatabaseDocument> DB |
checkSecurity(ORule.ResourceGeneric iResourceGeneric,
int iOperation,
Object... iResourcesSpecific) |
<DB extends ODatabaseDocument> DB |
checkSecurity(ORule.ResourceGeneric iResourceGeneric,
int iOperation,
Object iResourceSpecific) |
<DB extends ODatabaseDocument> DB |
checkSecurity(ORule.ResourceGeneric resourceGeneric,
String resourceSpecific,
int iOperation) |
<DB extends ODatabaseDocument> DB |
checkSecurity(String iResource,
int iOperation) |
<DB extends ODatabaseDocument> DB |
checkSecurity(String iResourceGeneric,
int iOperation,
Object... iResourcesSpecific) |
<DB extends ODatabaseDocument> DB |
checkSecurity(String iResourceGeneric,
int iOperation,
Object iResourceSpecific) |
void |
closeQuery(String queryId) |
OResultSet |
command(String query,
Map args) |
OResultSet |
command(String query,
Object... args) |
ODatabaseDocumentInternal |
copy() |
long |
countClusterElements(int[] iClusterIds,
boolean countTombstones) |
long |
countClusterElements(int iClusterId,
boolean countTombstones) |
long |
countClusterElements(String iClusterName) |
<DB extends ODatabase> DB |
create() |
<DB extends ODatabase> DB |
create(Map<OGlobalConfiguration,Object> iInitialSettings) |
<DB extends ODatabase> DB |
create(String incrementalBackupPath) |
ODatabaseDocumentAbstract |
delete(ORecord record) |
void |
drop() |
boolean |
dropCluster(int clusterId) |
boolean |
dropCluster(String iClusterName) |
boolean |
dropClusterInternal(int clusterId) |
OResultSet |
execute(String language,
String script,
Map<String,?> args) |
OResultSet |
execute(String language,
String script,
Object... args) |
void |
executeDeleteRecord(OIdentifiable record,
int iVersion,
boolean iRequired,
ODatabase.OPERATION_MODE iMode,
boolean prohibitTombstones) |
<RET extends ORecord> RET |
executeReadRecord(ORecordId rid,
ORecord iRecord,
int recordVersion,
String fetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstones,
OStorage.LOCKING_STRATEGY lockingStrategy,
RecordReader recordReader)
This method is internal, it can be subject to signature change or be removed, do not
use.
|
boolean |
exists() |
void |
fetchNextPage(ORemoteResultSet rs) |
void |
freeze() |
void |
freeze(boolean throwException) |
OTransactionOptimisticClient |
getActiveTx() |
long[] |
getClusterDataRange(int currentClusterId) |
String |
getClusterName(ORecord record) |
String |
getClusterRecordConflictStrategy(int clusterId) |
long |
getClusterRecordSizeById(int clusterId) |
long |
getClusterRecordSizeByName(String clusterName) |
int[] |
getClustersIds(Set<String> filterClusters) |
ORecordConflictStrategy |
getConflictStrategy() |
long |
getLastClusterPosition(int clusterId) |
ORecordMetadata |
getRecordMetadata(ORID rid) |
OSBTreeCollectionManager |
getSbTreeCollectionManager() |
OStorageRemoteSession |
getSessionMetadata() |
long |
getSize() |
OStorage |
getStorage() |
OStorageInfo |
getStorageInfo() |
OStorageRemote |
getStorageRemote() |
String |
incrementalBackup(String path) |
OResultSet |
indexQuery(String indexName,
String query,
Object... args) |
void |
internalClose(boolean recycle) |
void |
internalCommit(OTransactionInternal transaction) |
void |
internalLockRecord(OIdentifiable iRecord,
OStorage.LOCKING_STRATEGY lockingStrategy) |
void |
internalOpen(String user,
String password,
OrientDBConfig config) |
void |
internalUnlockRecord(OIdentifiable iRecord) |
boolean |
isClosed() |
boolean |
isRemote() |
OLiveQueryMonitor |
live(String query,
OLiveQueryResultListener listener,
Map<String,?> args) |
OLiveQueryMonitor |
live(String query,
OLiveQueryResultListener listener,
Object... args) |
protected void |
loadMetadata() |
<RET extends ORecord> RET |
lock(ORID recordId) |
<RET extends ORecord> RET |
lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit) |
<DB extends ODatabase> DB |
open(OToken iToken)
Deprecated.
|
<DB extends ODatabase> DB |
open(String iUserName,
String iUserPassword) |
OResultSet |
query(String query,
Map args) |
OResultSet |
query(String query,
Object[] args) |
void |
recycle(ORecord record) |
void |
release() |
void |
reload() |
void |
replaceStorage(OStorage iNewStorage) |
void |
restore(InputStream in,
Map<String,Object> options,
Callable<Object> callable,
OCommandOutputListener iListener) |
ORecord |
saveAll(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
<T> T |
sendSequenceAction(OSequenceAction action) |
<DB extends ODatabase> DB |
set(ODatabase.ATTRIBUTES iAttribute,
Object iValue) |
ODatabaseDocumentAbstract |
setConflictStrategy(ORecordConflictStrategy iResolver) |
ODatabaseDocumentAbstract |
setConflictStrategy(String iStrategyName) |
<DB extends ODatabase> DB |
setCustom(String name,
Object iValue) |
void |
setDefaultClusterId(int addCluster) |
void |
setSessionMetadata(OStorageRemoteSession sessionMetadata) |
void |
unlock(ORID recordId) |
static void |
updateFunction(OStorageRemote storage) |
static void |
updateIndexManager(OStorageRemote storage,
ODocument indexManager) |
static void |
updateSchema(OStorageRemote storage,
ODocument schema) |
static void |
updateSequences(OStorageRemote storage) |