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

I

increment() - function in jetbrains.exodus.entitystore.Sequence
Returns next non-negative number.
incTotal() - function in jetbrains.exodus.management.StatisticsItem
 
indexOf(Entity) - function in jetbrains.exodus.entitystore.EntityIterable
Returns index of specified entity in the {@code EntityIterable}, or {@code -1} if there is no such entity.
indexOf(EntityId) - function in jetbrains.exodus.entitystore.iterate.SortedEntityIdSet
 
init(Array,long) - function in jetbrains.exodus.crypto.StreamCipher
Initializes the cipher from scratch with specified key and initialization vector.
initCause(Throwable) - function in java.lang.OutOfDiskSpaceException
 
initCause(Throwable) - function in java.lang.ExodusException
 
initCause(Throwable) - function in java.lang.InvalidSettingException
 
initCause(Throwable) - function in java.lang.ReadonlyTransactionException
 
initCause(Throwable) - function in java.lang.EnvironmentClosedException
 
initCause(Throwable) - function in java.lang.EntityRemovedInDatabaseException
 
initCause(Throwable) - function in java.lang.EntityStoreException
 
initCause(Throwable) - function in java.lang.ExodusCryptoException
 
initCause(Throwable) - function in java.lang.InvalidCipherParametersException
 
initCause(Throwable) - function in java.lang.StorageTypeNotAllowedException
 
IntegerBinding - class in jetbrains.exodus.bindings
ComparableBinding for Integer values.
intersect(EntityIterable) - function in jetbrains.exodus.entitystore.EntityIterable
Returns intersection of this {@code EntityIterable} and the right {@code EntityIterable}.
intersectSavingOrder(EntityIterable) - function in jetbrains.exodus.entitystore.EntityIterable
Returns same result as intersect, but also guarantees that the order in theresult corresponds to the order of the right {@code EntityIterable}.
intToCompressedEntry(int) - function in jetbrains.exodus.bindings.IntegerBinding
Serializes unsigned {@code int} value to the compressed ArrayByteIterable entry.
intToEntry(int) - function in jetbrains.exodus.bindings.IntegerBinding
Serializes {@code int} value to the ArrayByteIterable entry.
InvalidCipherParametersException - class in jetbrains.exodus.crypto
 
InvalidSettingException - class in jetbrains.exodus
An exception thrown on setting an invalid configuration value.
isBackupInProgress() - function in jetbrains.exodus.backup.BackupBean
 
isBlobStringsCacheShared() - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
 
isCachingDisabled() - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
 
isDebugAllowInMemorySort() - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
 
isDebugLinkDataGetter() - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
 
isDebugSearchForIncomingLinksOnDelete() - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
 
isDebugTestLinkedEntities() - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
 
isDirty() - function in jetbrains.exodus.bindings.ComparableSet
 
isEmpty() - function in jetbrains.exodus.bindings.ComparableSet
 
isEmpty() - function in jetbrains.exodus.entitystore.EntityIterable
 
isEmpty() - function in jetbrains.exodus.entitystore.iterate.SortedEntityIdSet
 
isEmpty() - function in jetbrains.exodus.entitystore.iterate.EntityIdSet
 
isEnvTxnTraceFinish() - function in jetbrains.exodus.env.EnvironmentConfig
If is set to {@code true} then each transaction, read/write or read-only, saves stack tracewhen it is finished (aborted or committed).
isExclusive() - function in jetbrains.exodus.env.Transaction
 
isExpired() - function in jetbrains.exodus.management.StatisticsItem
 
isExpired() - function in jetbrains.exodus.core.execution.StatisticsItem
 
isExplainOn() - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
 
isFinished() - function in jetbrains.exodus.env.Transaction
 
isFinished() - function in jetbrains.exodus.entitystore.StoreTransaction
 
isGcEnabled() - function in jetbrains.exodus.env.EnvironmentConfig
Returns {@code true} if the database garbage collector is enabled.
isIdempotent() - function in jetbrains.exodus.env.Transaction
Idempotent transaction changes nothing in database.
isIdempotent() - function in jetbrains.exodus.entitystore.StoreTransaction
Idempotent transaction changes nothing in database.
isInMemory() - function in jetbrains.exodus.io.DataReaderWriterProvider
Returns {@code true} if the {@code DataReaderWriterProvider} creates in-memory DataReader and DataWriter.
isInterrupted() - function in jetbrains.exodus.backup.BackupStrategy
Can be used to interrupt backup process.
isLogAllowRamDisk() - function in jetbrains.exodus.env.EnvironmentConfig
For DEFAULT_READER_WRITER_PROVIDER used as service provider interface implementation, if is set to {@code true} then the database can be opened on RAM-disk.
isLogAllowRemote() - function in jetbrains.exodus.env.EnvironmentConfig
For DEFAULT_READER_WRITER_PROVIDER used as service provider interface implementation, if is set to {@code true} then the database can be opened on a remote storage.
isLogAllowRemovable() - function in jetbrains.exodus.env.EnvironmentConfig
For DEFAULT_READER_WRITER_PROVIDER used as service provider interface implementation, if is set to {@code true} then the database can be opened on a removable storage.
isLogCacheNonBlocking() - function in jetbrains.exodus.env.EnvironmentConfig
Returns {@code true} if the LogCache should use lock-free data structures.
isLogCacheShared() - function in jetbrains.exodus.env.EnvironmentConfig
Returns {@code true} if the LogCache is shared.
isLogCleanDirectoryExpected() - function in jetbrains.exodus.env.EnvironmentConfig
Returns {@code true} if the Log constructor fails if the database directory is not clean.
isLogClearInvalid() - function in jetbrains.exodus.env.EnvironmentConfig
Returns {@code true} if the Log constructor implicitly clears the database if it occurred to be invalidwhen opened.
isLogFullFileReadonly() - function in jetbrains.exodus.env.EnvironmentConfig
Returns {@code true} if each complete and immutable {@code Log} file (.xd file) should marked with read-onlyattribute.
isManagementEnabled() - function in jetbrains.exodus.env.EnvironmentConfig
Return {@code true} if the Environment exposes two JMX managed beans.
isManagementEnabled() - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
 
isMutable() - function in jetbrains.exodus.AbstractConfig
 
isMutable() - function in jetbrains.exodus.env.Cursor
Cursor is mutable if it is created in a transaction which has dirty (not flushed/committed) modifications.
isMutable() - function in jetbrains.exodus.EnvironmentConfig
 
isMutable() - function in jetbrains.exodus.PersistentEntityStoreConfig
 
isOpen() - function in jetbrains.exodus.env.Environment
 
isOpen() - function in jetbrains.exodus.env.ContextualEnvironment
 
isOpen() - function in jetbrains.exodus.io.DataWriter
Returns {@code true} is the DataWriter is open.
isReadonly() - function in jetbrains.exodus.env.Transaction
 
isReadonly() - function in jetbrains.exodus.entitystore.StoreTransaction
 
isReadonly() - function in jetbrains.exodus.io.DataReaderWriterProvider
Returns {@code true} if the {@code DataReaderWriterProvider} creates read-only DataWriter.
isReorderingDisabled() - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
 
isSortResult() - function in jetbrains.exodus.entitystore.EntityIterable
Custom sorting algorithms can mark their results as sort results.
iterator() - function in jetbrains.exodus.FixedLengthByteIterable
 
iterator() - function in jetbrains.exodus.CompoundByteIterable
 
iterator() - function in jetbrains.exodus.ByteBufferByteIterable
 
iterator() - function in jetbrains.exodus.ByteIterable
 
iterator() - function in jetbrains.exodus.ArrayByteIterable
 
iterator(int) - function in jetbrains.exodus.ArrayByteIterable
 
iterator() - function in jetbrains.exodus.ArrayByteIterable
 
iterator(int) - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable
 
iterator() - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable
 
iterator(int) - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable
 
iterator() - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable
 
iterator() - function in jetbrains.exodus.FileByteIterable
 
iterator() - function in jetbrains.exodus.ByteIterableBase
 
iterator() - function in jetbrains.exodus.env.ContextualBitmap
Creates new instance of LongIterator which iterates bit numbers with the value {@code true} in ascending order.
iterator(Transaction) - function in jetbrains.exodus.env.ContextualBitmap
Creates new instance of LongIterator which iterates bit numbers with the value {@code true} in ascending order.
iterator(Transaction) - function in jetbrains.exodus.env.Bitmap
Creates new instance of LongIterator which iterates bit numbers with the value {@code true} in ascending order.
iterator() - function in jetbrains.exodus.bindings.ComparableSet
 
iterator() - function in java.lang.ComparableSet
 
iterator() - function in jetbrains.exodus.CompressedUnsignedLongArrayByteIterable
 
iterator() - function in jetbrains.exodus.entitystore.EntityIterable
Creates new instance of EntityIterator.
iterator() - function in java.lang.EntityIterable
 
iterator() - function in java.lang.EntityIdCollection
 
iterator() - function in java.lang.SortedEntityIdSet
 
iterator() - function in java.lang.OrderedEntityIdCollection
 
iterator() - function in java.lang.EntityIdSet
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W