A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
F
- FileBasedBlobValueItem - class in jetbrains.exodus.entitystore
- FileByteIterable - class in jetbrains.exodus
- An adapter to the contents of a region of a file.
- fillBytes(ByteIterable,LightOutputStream) - function in jetbrains.exodus.FixedLengthByteIterable
- fillBytes(ByteIterable,LightOutputStream) - function in jetbrains.exodus.CompoundByteIterable
- fillBytes(ByteIterable,LightOutputStream) - function in jetbrains.exodus.ArrayByteIterable
- fillBytes(ByteIterable,LightOutputStream) - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable
- fillBytes(ByteIterable,LightOutputStream) - function in jetbrains.exodus.ByteIterableBase
- fillBytes(ByteIterable,LightOutputStream) - function in jetbrains.exodus.CompressedUnsignedLongArrayByteIterable
- fillInStackTrace() - function in java.lang.OutOfDiskSpaceException
- fillInStackTrace() - function in java.lang.ExodusException
- fillInStackTrace() - function in java.lang.InvalidSettingException
- fillInStackTrace() - function in java.lang.ReadonlyTransactionException
- fillInStackTrace() - function in java.lang.EnvironmentClosedException
- fillInStackTrace() - function in java.lang.EntityRemovedInDatabaseException
- fillInStackTrace() - function in java.lang.EntityStoreException
- fillInStackTrace() - function in java.lang.ExodusCryptoException
- fillInStackTrace() - function in java.lang.InvalidCipherParametersException
- fillInStackTrace() - function in java.lang.StorageTypeNotAllowedException
- find(String,String,Comparable) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type with specified property equal to specified value.
- find(String,String,Comparable,Comparable) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type with specified property equal to a value inspecified range
{@code [minValue, maxValue]}. - findContaining(String,String,String,boolean) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type with specified property having a string valuecontaining specified value as sub-string with respect to specified character case.
- findIds(String,long,long) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type with ids having theirlocal ids in specified range [minValue, maxValue].
- findLinks(String,Entity,String) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type which are linked to specified entity byspecified link.
- findLinks(String,EntityIterable,String) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type which are linked to an entity in thespecified entity set by specified link.
- findStartingWith(String,String,String) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type which have String values ofspecified property starting with specified
{@code value}. - findWithBlob(String,String) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type which have not-null blob values withspecified name.
- findWithLinks(String,String) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type which have links with specified name.
- findWithLinks(String,String,String,String) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns the same EntityIterable as findWithLinks does, but fasterif extra indices are available in the database.
- findWithProp(String,String) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type which have not-null property values withspecified name.
- FixedLengthByteIterable - class in jetbrains.exodus
- Helps to create new
{@code ByteIterable}as a part of another (source){@code ByteIterable}. - FloatBinding - class in jetbrains.exodus.bindings
- ComparableBinding for unsigned non-negative Float values.
- floatToEntry(float) - function in jetbrains.exodus.bindings.FloatBinding
- Serializes unsigned non-negative
{@code float}value to the ArrayByteIterable entry. - floatToEntry(float) - function in jetbrains.exodus.bindings.SignedFloatBinding
- Serializes
{@code float}value to the ArrayByteIterable entry. - flush() - function in jetbrains.exodus.env.Transaction
- Tries to flush all changes accumulated to the moment in the transaction.
- flush() - function in jetbrains.exodus.entitystore.StoreTransaction
- Tries to flush all changes without finishing the
{@code StoreTransaction}. - flush() - function in java.io.StreamCipherOutputStream
- flush() - function in java.io.LightOutputStream
- flushBlobs(LongHashMap,LongHashMap,LongSet,Transaction) - function in jetbrains.exodus.entitystore.BlobVault
- Method called by PersistentEntityStore to flush blobs identified by blobs.
- forEach(Cursor,Function1) - function in jetbrains.exodus.env.EnvironmentExKt
- forEach(ComparableSet.Consumer) - function in jetbrains.exodus.bindings.ComparableSet
- forEach(Consumer) - function in java.lang.ComparableSet
- forEach(Consumer) - function in java.lang.EntityIterable
- forEach(Consumer) - function in java.lang.EntityIdCollection
- forEach(Consumer) - function in java.lang.SortedEntityIdSet
- forEach(Consumer) - function in java.lang.OrderedEntityIdCollection
- forEach(Consumer) - function in java.lang.EntityIdSet
- forEachIndexed(Cursor,Function2) - function in jetbrains.exodus.env.EnvironmentExKt
- forEachRemaining(Consumer) - function in java.util.EntityIterator
- forEachReversed(Cursor,Function1) - function in jetbrains.exodus.env.EnvironmentExKt
- fromByte(byte) - function in jetbrains.exodus.ArrayByteIterable
- fromByte(byte) - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable