프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Batch | void | ||
ExecuteBatch | |||
MaybeOnIdle | void |
메소드 | 설명 | |
---|---|---|
ChangeId ( ) : System.Guid | ||
ClearCaches ( ) : void | ||
Compact ( InMemoryRavenConfiguration compactConfiguration ) : void | ||
ComputeDetailedStorageInformation ( ) : IList |
||
DisableBatchNesting ( ) : IDisposable | ||
Dispose ( ) : void | ||
DumpAllStorageTables ( ) : void | ||
EnsureCapacity ( int value ) : void | ||
ExecuteImmediatelyOrRegisterForSynchronization ( System.Action action ) : void | ||
GetDatabaseCacheSizeInBytes ( ) : long | ||
GetDatabaseSizeInBytes ( ) : long | ||
GetDatabaseTransactionVersionSizeInBytes ( ) : long | ||
GetInFlightTransactionalState ( Func |
||
HandleException ( |
||
Initialize ( IUuidGenerator generator, OrderedPartCollection |
||
Restore ( string backupLocation, string databaseLocation, Action |
||
StartBackupOperation ( DocumentDatabase database, string backupDestinationDirectory, bool incrementalBackup, Raven.Abstractions.Data.DatabaseDocument databaseDocument ) : void | ||
TransactionalStorage ( InMemoryRavenConfiguration configuration, System.Action onCommit ) : System | ||
WriteLock ( ) : IDisposable |
메소드 | 설명 | |
---|---|---|
Batch ( Action |
||
ExecuteBatch ( Action |
||
MaybeOnIdle ( object _ ) : void |
public Compact ( InMemoryRavenConfiguration compactConfiguration ) : void | ||
compactConfiguration | InMemoryRavenConfiguration | |
리턴 | void |
public ComputeDetailedStorageInformation ( ) : IList |
||
리턴 | IList |
public ExecuteImmediatelyOrRegisterForSynchronization ( System.Action action ) : void | ||
action | System.Action | |
리턴 | void |
public GetDatabaseTransactionVersionSizeInBytes ( ) : long | ||
리턴 | long |
public GetInFlightTransactionalState ( Func |
||
put | Func |
|
delete | Func |
|
리턴 | InFlightTransactionalState |
public HandleException ( |
||
exception | ||
리턴 | bool |
public Initialize ( IUuidGenerator generator, OrderedPartCollection |
||
generator | IUuidGenerator | |
documentCodecs | OrderedPartCollection |
|
리턴 | bool |
public Restore ( string backupLocation, string databaseLocation, Action |
||
backupLocation | string | |
databaseLocation | string | |
output | Action |
|
defrag | bool | |
리턴 | void |
public StartBackupOperation ( DocumentDatabase database, string backupDestinationDirectory, bool incrementalBackup, Raven.Abstractions.Data.DatabaseDocument databaseDocument ) : void | ||
database | DocumentDatabase | |
backupDestinationDirectory | string | |
incrementalBackup | bool | |
databaseDocument | Raven.Abstractions.Data.DatabaseDocument | |
리턴 | void |
public TransactionalStorage ( InMemoryRavenConfiguration configuration, System.Action onCommit ) : System | ||
configuration | InMemoryRavenConfiguration | |
onCommit | System.Action | |
리턴 | System |