A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
D
- DataReader - class in jetbrains.exodus.io
{@code DataReader}defines basic structure of{@code Log}.- DataReaderWriterProvider - class in jetbrains.exodus.io
- Service provider interface for creation instances of DataReader and DataWriter.
- DataWriter - class in jetbrains.exodus.io
{@code DataWriter}defines the way how data is written to{@code Log}, how blocks appear in the log and how they are removed from the log.- decorateBlobVault(DiskBasedBlobVault,PersistentEntityStore) - function in jetbrains.exodus.entitystore.replication.PersistentEntityStoreReplicator
- decryptBy(InputStream,Function0) - function in jetbrains.exodus.crypto.KryptKt
- delete(Transaction,ByteIterable) - function in jetbrains.exodus.env.Store
- For stores without key duplicates, deletes single key/value pair and returns
{@code true}if a pair was deleted. - delete(ByteIterable) - function in jetbrains.exodus.env.ContextualStore
- For stores without key duplicates, deletes single key/value pair and returns
{@code true}if a pair was deleted. - delete(Transaction,ByteIterable) - function in jetbrains.exodus.env.ContextualStore
- For stores without key duplicates, deletes single key/value pair and returns
{@code true}if a pair was deleted. - delete(long) - function in jetbrains.exodus.entitystore.BlobVault
- delete() - function in jetbrains.exodus.entitystore.Entity
- Deletes the entity unconditionally.
- delete(long) - function in jetbrains.exodus.entitystore.DiskBasedBlobVault
- Delete - enum entry in jetbrains.exodus.io.RemoveBlockType
- deleteBlob(String) - function in jetbrains.exodus.entitystore.Entity
- Deletes blob with specified name.
- deleteCurrent() - function in jetbrains.exodus.env.Cursor
- Deletes current key/value pair in the Store and returns
{@code true}if deletion succeeded. - deleteLink(String,Entity) - function in jetbrains.exodus.entitystore.Entity
- Deletes the link with specified name to specified target.
- deleteLink(String,EntityId) - function in jetbrains.exodus.entitystore.Entity
- Deletes the link with specified name to target with specified id.
- deleteLinks(String) - function in jetbrains.exodus.entitystore.Entity
- Deletes links to all entities which this entity is linked by the link with specified name.
- deleteProperty(String) - function in jetbrains.exodus.entitystore.Entity
- Deletes property with specified name.
- DiskBasedBlobVault - class in jetbrains.exodus.entitystore
- dispose() - function in jetbrains.exodus.entitystore.EntityIterator
- Disposes the
{@code EntityIterator}and frees all resources possibly consumed by it. - distinct() - function in jetbrains.exodus.entitystore.EntityIterable
- doCancel() - function in jetbrains.exodus.entitystore.QueryCancellingPolicy
- Cancels iteration over EntityIterable instances which were created in the StoreTransaction supplied with the
{@code QueryCancellingPolicy}instance. - DoubleBinding - class in jetbrains.exodus.bindings
- ComparableBinding for unsigned non-negative Double values.
- doubleToEntry(double) - function in jetbrains.exodus.bindings.SignedDoubleBinding
- Serializes
{@code double}value to the ArrayByteIterable entry. - doubleToEntry(double) - function in jetbrains.exodus.bindings.DoubleBinding
- Serializes unsigned non-negative
{@code double}value to the ArrayByteIterable entry.