A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
T
- take(int) - function in jetbrains.exodus.entitystore.EntityIterable
- Returns
{@code EntityIterable}that returns specified number of entities from this{@code EntityIterable}. - TEMPORARY_EMPTY - enum entry in jetbrains.exodus.env.StoreConfig
Please don't use it in your applications.
- toArray() - function in jetbrains.exodus.bindings.ComparableSet
- toBinaryKey(String) - function in jetbrains.exodus.crypto.KryptKt
- toEntityId(String) - function in jetbrains.exodus.entitystore.StoreTransaction
- Parses string representation of an entity id and returns corresponding EntityId instance.
- toEntityStoreException(Throwable) - function in jetbrains.exodus.OutOfDiskSpaceException
- toEntityStoreException(Throwable) - function in jetbrains.exodus.ExodusException
- toEntityStoreException(Throwable) - function in jetbrains.exodus.InvalidSettingException
- toEntityStoreException(Throwable) - function in jetbrains.exodus.ReadonlyTransactionException
- toEntityStoreException(Throwable) - function in jetbrains.exodus.EnvironmentClosedException
- toEntityStoreException(Throwable) - function in jetbrains.exodus.EntityRemovedInDatabaseException
- toEntityStoreException(Throwable) - function in jetbrains.exodus.EntityStoreException
- toEntityStoreException(Throwable) - function in jetbrains.exodus.ExodusCryptoException
- toEntityStoreException(Throwable) - function in jetbrains.exodus.InvalidCipherParametersException
- toEntityStoreException(Throwable) - function in jetbrains.exodus.StorageTypeNotAllowedException
- toExodusException(Throwable,String) - function in jetbrains.exodus.OutOfDiskSpaceException
- toExodusException(Throwable) - function in jetbrains.exodus.OutOfDiskSpaceException
- toExodusException(Throwable,String) - function in jetbrains.exodus.ExodusException
- toExodusException(Throwable) - function in jetbrains.exodus.ExodusException
- toExodusException(Throwable,String) - function in jetbrains.exodus.InvalidSettingException
- toExodusException(Throwable) - function in jetbrains.exodus.InvalidSettingException
- toExodusException(Throwable,String) - function in jetbrains.exodus.ReadonlyTransactionException
- toExodusException(Throwable) - function in jetbrains.exodus.ReadonlyTransactionException
- toExodusException(Throwable,String) - function in jetbrains.exodus.EnvironmentClosedException
- toExodusException(Throwable) - function in jetbrains.exodus.EnvironmentClosedException
- toExodusException(Throwable,String) - function in jetbrains.exodus.EntityRemovedInDatabaseException
- toExodusException(Throwable) - function in jetbrains.exodus.EntityRemovedInDatabaseException
- toExodusException(Throwable,String) - function in jetbrains.exodus.EntityStoreException
- toExodusException(Throwable) - function in jetbrains.exodus.EntityStoreException
- toExodusException(Throwable,String) - function in jetbrains.exodus.ExodusCryptoException
- toExodusException(Throwable) - function in jetbrains.exodus.ExodusCryptoException
- toExodusException(Throwable,String) - function in jetbrains.exodus.InvalidCipherParametersException
- toExodusException(Throwable) - function in jetbrains.exodus.InvalidCipherParametersException
- toExodusException(Throwable,String) - function in jetbrains.exodus.StorageTypeNotAllowedException
- toExodusException(Throwable) - function in jetbrains.exodus.StorageTypeNotAllowedException
- toIdString() - function in jetbrains.exodus.entitystore.Entity
- toString() - function in java.lang.OutOfDiskSpaceException
- toString() - function in jetbrains.exodus.FixedLengthByteIterable
- toString(Array,int,int) - function in jetbrains.exodus.FixedLengthByteIterable
- toString() - function in jetbrains.exodus.CompoundByteIterable
- toString(Array,int,int) - function in jetbrains.exodus.CompoundByteIterable
- toString() - function in java.lang.ExodusException
- toString() - function in java.lang.InvalidSettingException
- toString() - function in jetbrains.exodus.ArrayByteIterable
- toString(Array,int,int) - function in jetbrains.exodus.ArrayByteIterable
- toString() - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable
- toString(Array,int,int) - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable
- toString() - function in jetbrains.exodus.ByteIterableBase
- toString(Array,int,int) - function in jetbrains.exodus.ByteIterableBase
- toString() - function in java.lang.ReadonlyTransactionException
- toString() - function in jetbrains.exodus.env.StoreConfig
- toString() - function in java.lang.EnvironmentClosedException
- toString() - function in jetbrains.exodus.bindings.ComparableSet
- toString() - function in jetbrains.exodus.CompressedUnsignedLongArrayByteIterable
- toString(Array,int,int) - function in jetbrains.exodus.CompressedUnsignedLongArrayByteIterable
- toString() - function in jetbrains.exodus.entitystore.EntityId
- toString() - function in java.lang.EntityRemovedInDatabaseException
- toString() - function in java.lang.EntityStoreException
- toString() - function in jetbrains.exodus.entitystore.FileBasedBlobValueItem
- toString() - function in java.lang.ExodusCryptoException
- toString() - function in java.lang.InvalidCipherParametersException
- toString() - function in jetbrains.exodus.util.LightOutputStream
- toString() - function in java.lang.StorageTypeNotAllowedException
- Transaction - class in jetbrains.exodus.env
- Transaction is required for any access to data in database.
- TransactionalComputable - class in jetbrains.exodus.env
- A function that can pe passed to the computeInTransaction, computeInReadonlyTransaction or computeInExclusiveTransaction to be executed and return result within a transaction.
- TransactionalExecutable - class in jetbrains.exodus.env
- A function that can pe passed to the executeInTransaction, executeInReadonlyTransaction or executeInExclusiveTransaction to be executed within a transaction.
- truncateBlock(long,long) - function in jetbrains.exodus.io.DataWriter
- Truncates existing block to specified length.
- truncateStore(String,Transaction) - function in jetbrains.exodus.env.Environment
- Truncates store with specified name.
- truncateStore(String,Transaction) - function in jetbrains.exodus.env.ContextualEnvironment
- Truncates store with specified name.