A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W 

E

encryptBy(OutputStream,StreamCipher) - function in jetbrains.exodus.crypto.KryptKt
 
endReplication(EnvironmentReplicationDelta) - function in jetbrains.exodus.entitystore.replication.PersistentEntityStoreReplicator
 
Entity - class in jetbrains.exodus.entitystore
{@code Entity} is an object in the EntityStore.
EntityId - class in jetbrains.exodus.entitystore
Each entity id consists of two parts: id of the entity type and local id within entity type.
EntityIdCollection - class in jetbrains.exodus.entitystore.iterate
 
EntityIdSet - class in jetbrains.exodus.entitystore.iterate
 
EntityIterable - class in jetbrains.exodus.entitystore
{@code EntityIterable} allows to lazily iterate over entities.
EntityIterator - class in jetbrains.exodus.entitystore
{@code EntityIterator} is an iterator of EntityIterable.
EntityRemovedInDatabaseException - class in jetbrains.exodus.entitystore
{@code EntityRemovedInDatabaseException} is thrown by getEntity on attempt to get Entity by an EntityId which wss removed from the database.
EntityStore - class in jetbrains.exodus.entitystore
{@code EntityStore} describes abstract named transactional Entity Store.
EntityStoreException - class in jetbrains.exodus.entitystore
Any EntityStore exception is {@code EntityStoreException}.
EntityStoreExKt - class in jetbrains.exodus.entitystore
 
entryToBoolean(ByteIterable) - function in jetbrains.exodus.bindings.BooleanBinding
De-serializes ByteIterable entry to a {@code boolean} value.
entryToByte(ByteIterable) - function in jetbrains.exodus.bindings.ByteBinding
De-serializes ByteIterable entry to a {@code byte} value.
entryToComparableSet(ByteIterable) - function in jetbrains.exodus.bindings.ComparableSetBinding
De-serializes ByteIterable entry to a {@code ComparableSet} value.
entryToDouble(ByteIterable) - function in jetbrains.exodus.bindings.SignedDoubleBinding
De-serializes ByteIterable entry to a {@code double} value.
entryToDouble(ByteIterable) - function in jetbrains.exodus.bindings.DoubleBinding
De-serializes ByteIterable entry to an unsigned non-negative {@code double} value.
entryToFloat(ByteIterable) - function in jetbrains.exodus.bindings.FloatBinding
De-serializes ByteIterable entry to an unsigned non-negative {@code float} value.
entryToFloat(ByteIterable) - function in jetbrains.exodus.bindings.SignedFloatBinding
De-serializes ByteIterable entry to a {@code float} value.
entryToInt(ByteIterable) - function in jetbrains.exodus.bindings.IntegerBinding
De-serializes ByteIterable entry to an {@code int} value.
entryToLong(ByteIterable) - function in jetbrains.exodus.bindings.LongBinding
De-serializes ByteIterable entry to a {@code long} value.
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.StringBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.ByteBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.ShortBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.LongBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.ComparableBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.FloatBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.BooleanBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.SignedDoubleBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.IntegerBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.DoubleBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.SignedFloatBinding
 
entryToObject(ByteIterable) - function in jetbrains.exodus.bindings.ComparableSetBinding
 
entryToShort(ByteIterable) - function in jetbrains.exodus.bindings.ShortBinding
De-serializes ByteIterable entry to a {@code short} value.
entryToString(ByteIterable) - function in jetbrains.exodus.bindings.StringBinding
De-serializes ByteIterable entry to a {@code String} value.
entryToUnsignedLong(ByteIterator,int) - function in jetbrains.exodus.bindings.LongBinding
 
entryToUnsignedLong(Array,int,int) - function in jetbrains.exodus.bindings.LongBinding
 
Environment - class in jetbrains.exodus.env
Environment encapsulates one or more stores that contain data.
EnvironmentClosedException - class in jetbrains.exodus.env
Is thrown on attempt to close already closed Environment.
EnvironmentConfig - class in jetbrains.exodus.env
Specifies settings of Environment.
EnvironmentExKt - class in jetbrains.exodus.env
 
EnvironmentReplicationDelta - class in jetbrains.exodus.env.replication
 
equals(Object) - function in jetbrains.exodus.FixedLengthByteIterable
 
equals(Object) - function in jetbrains.exodus.CompoundByteIterable
 
equals(Object) - function in jetbrains.exodus.ArrayByteIterable
 
equals(Object) - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable
 
equals(Object) - function in jetbrains.exodus.ByteIterableBase
 
equals(Object) - function in jetbrains.exodus.bindings.ComparableSet
 
equals(Object) - function in jetbrains.exodus.CompressedUnsignedLongArrayByteIterable
 
execute(Transaction) - function in jetbrains.exodus.env.TransactionalExecutable
 
execute(StoreTransaction) - function in jetbrains.exodus.entitystore.StoreTransactionalExecutable
 
executeAfterBackup(Runnable) - function in jetbrains.exodus.backup.BackupBean
 
executeBeforeGc(Runnable) - function in jetbrains.exodus.env.Environment
Defines an action to be executed before running database GC cycle in the background cleaner thread.
executeBeforeGc(Runnable) - function in jetbrains.exodus.env.ContextualEnvironment
Defines an action to be executed before running database GC cycle in the background cleaner thread.
executeInExclusiveTransaction(TransactionalExecutable) - function in jetbrains.exodus.env.Environment
Executes specified executable in a new exclusive transaction.
executeInExclusiveTransaction(TransactionalExecutable) - function in jetbrains.exodus.env.ContextualEnvironment
Executes specified executable in a new exclusive transaction.
executeInExclusiveTransaction(StoreTransactionalExecutable) - function in jetbrains.exodus.entitystore.PersistentEntityStore
Executes specified executable in a new exclusive transaction.
executeInReadonlyTransaction(TransactionalExecutable) - function in jetbrains.exodus.env.Environment
Executes specified executable in a new read-only transaction.
executeInReadonlyTransaction(TransactionalExecutable) - function in jetbrains.exodus.env.ContextualEnvironment
Executes specified executable in a new read-only transaction.
executeInReadonlyTransaction(StoreTransactionalExecutable) - function in jetbrains.exodus.entitystore.PersistentEntityStore
Executes specified executable in a new read-only transaction.
executeInTransaction(TransactionalExecutable) - function in jetbrains.exodus.env.Environment
Executes specified executable in a new transaction.
executeInTransaction(TransactionalExecutable) - function in jetbrains.exodus.env.ContextualEnvironment
Executes specified executable in a new transaction.
executeInTransaction(StoreTransactionalExecutable) - function in jetbrains.exodus.entitystore.PersistentEntityStore
Executes specified executable in a new transaction.
executeTransactionSafeTask(Runnable) - function in jetbrains.exodus.env.Environment
Executes a task after all currently started transactions finish.
executeTransactionSafeTask(Runnable) - function in jetbrains.exodus.env.ContextualEnvironment
Executes a task after all currently started transactions finish.
exists(Transaction,ByteIterable,ByteIterable) - function in jetbrains.exodus.env.Store
Checks if specified key/value pair exists in the {@code Store}.
exists(ByteIterable,ByteIterable) - function in jetbrains.exodus.env.ContextualStore
Checks if specified key/value pair exists in the {@code ContextualStore}.
exists(Transaction,ByteIterable,ByteIterable) - function in jetbrains.exodus.env.ContextualStore
Checks if specified key/value pair exists in the {@code Store}.
exists() - function in jetbrains.exodus.entitystore.BlobVaultItem
 
exists() - function in jetbrains.exodus.entitystore.FileBasedBlobValueItem
 
ExodusCryptoException - class in jetbrains.exodus.crypto
Base class for exceptions thrown by implementations of {@code jetbrains.exodus.crypto} API.
ExodusException - class in jetbrains.exodus
Any exodus exception is {@code ExodusException}.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W