A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
A
- abort() - function in jetbrains.exodus.env.Transaction
- Drops all changes and finishes the transaction.
- abort() - function in jetbrains.exodus.entitystore.StoreTransaction
- Ignores all changes and finishes the
{@code StoreTransaction}. - AbstractConfig - class in jetbrains.exodus
- Base class for jetbrains.exodus.env.EnvironmentConfig and jetbrains.exodus.entitystore.PersistentEntityStoreConfig.
- accept(T,int) - function in jetbrains.exodus.bindings.ComparableSet.Consumer
- acceptFile(VirtualFileDescriptor) - function in jetbrains.exodus.backup.BackupStrategy
- acceptFile(File) - function in jetbrains.exodus.backup.BackupStrategy
- add(Transaction,ByteIterable,ByteIterable) - function in jetbrains.exodus.env.Store
- Adds key/value pair to the
{@code Store}if the key doesn't exist. - add(ByteIterable,ByteIterable) - function in jetbrains.exodus.env.ContextualStore
- Adds key/value pair to the
{@code ContextualStore}if the key doesn't exist. - add(Transaction,ByteIterable,ByteIterable) - function in jetbrains.exodus.env.ContextualStore
- Adds key/value pair to the
{@code Store}if the key doesn't exist. - add(EntityId) - function in jetbrains.exodus.entitystore.iterate.SortedEntityIdSet
- add(int,long) - function in jetbrains.exodus.entitystore.iterate.SortedEntityIdSet
- add(EntityId) - function in jetbrains.exodus.entitystore.iterate.EntityIdSet
- add(int,long) - function in jetbrains.exodus.entitystore.iterate.EntityIdSet
- addChangedSettingsListener(ConfigSettingChangeListener) - function in jetbrains.exodus.AbstractConfig
- addChangedSettingsListener(ConfigSettingChangeListener) - function in jetbrains.exodus.EnvironmentConfig
- addChangedSettingsListener(ConfigSettingChangeListener) - function in jetbrains.exodus.PersistentEntityStoreConfig
- addItem(T) - function in jetbrains.exodus.bindings.ComparableSet
- addLink(String,Entity) - function in jetbrains.exodus.entitystore.Entity
- Adds link with specified name from this entity to specified entity.
- addLink(String,EntityId) - function in jetbrains.exodus.entitystore.Entity
- Adds link with specified name from this entity to an entity with specified id.
- addSuppressed(Throwable) - function in java.lang.OutOfDiskSpaceException
- addSuppressed(Throwable) - function in java.lang.ExodusException
- addSuppressed(Throwable) - function in java.lang.InvalidSettingException
- addSuppressed(Throwable) - function in java.lang.ReadonlyTransactionException
- addSuppressed(Throwable) - function in java.lang.EnvironmentClosedException
- addSuppressed(Throwable) - function in java.lang.EntityRemovedInDatabaseException
- addSuppressed(Throwable) - function in java.lang.EntityStoreException
- addSuppressed(Throwable) - function in java.lang.ExodusCryptoException
- addSuppressed(Throwable) - function in java.lang.InvalidCipherParametersException
- addSuppressed(Throwable) - function in java.lang.StorageTypeNotAllowedException
- addTotal(long) - function in jetbrains.exodus.management.StatisticsItem
- afterBackup() - function in jetbrains.exodus.backup.BackupStrategy
- Backup postprocessing procedure.
- afterSettingChanged(String,Object,Map) - function in jetbrains.exodus.ConfigSettingChangeListener
- afterSettingChanged(String,Object,Map) - function in jetbrains.exodus.ConfigSettingChangeListener.Adapter
- ArrayByteIterable - class in jetbrains.exodus
- An adapter of byte array to ByteIterable.
- ArrayByteIterable.EmptyIterable - class in jetbrains.exodus.ArrayByteIterable
- ArrayByteIterable.Iterator - class in jetbrains.exodus.ArrayByteIterable
- asArrayByteIterable() - function in jetbrains.exodus.util.LightOutputStream
- asSortResult() - function in jetbrains.exodus.entitystore.EntityIterable
- Marks this
{@code EntityIterable}as sort result, so built-in sort engine can recognize custom sorting for stable sorting.E.g. - asStream() - function in jetbrains.exodus.FileByteIterable
- available() - function in java.io.StreamCipherInputStream