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

B

Backupable - class in jetbrains.exodus.backup
Something that can be backed up.
BackupBean - class in jetbrains.exodus.backup
{@code BackupBean} is a Backupable decorator of one or several {@code Backupables}.
BackupStrategy - class in jetbrains.exodus.backup
Describes how a backup file should be cooked by BackupBean.
BackupStrategy.FileDescriptor - class in jetbrains.exodus.backup.BackupStrategy
Descriptor of a file to be put into backup file.
beforeBackup() - function in jetbrains.exodus.backup.BackupStrategy
Backup pre-processing procedure.
beforeSettingChanged(String,Object,Map) - function in jetbrains.exodus.ConfigSettingChangeListener
 
beforeSettingChanged(String,Object,Map) - function in jetbrains.exodus.ConfigSettingChangeListener.Adapter
 
beginExclusiveTransaction() - function in jetbrains.exodus.env.Environment
Starts new exclusive transaction which can be used to read and write data.
beginExclusiveTransaction(Runnable) - function in jetbrains.exodus.env.Environment
Starts new exclusive transaction which can be used to read and write data.
beginExclusiveTransaction() - function in jetbrains.exodus.env.ContextualEnvironment
Starts new exclusive transaction which can be used to read and write data.
beginExclusiveTransaction(Runnable) - function in jetbrains.exodus.env.ContextualEnvironment
Starts new exclusive transaction which can be used to read and write data.
beginExclusiveTransaction() - function in jetbrains.exodus.entitystore.PersistentEntityStore
Starts new exclusive transaction which can be used to read and write data.
beginExclusiveTransaction() - function in jetbrains.exodus.entitystore.EntityStore
Starts new exclusive transaction which can be used to read and write data.
beginReadonlyTransaction() - function in jetbrains.exodus.env.Environment
Starts new transaction which can be used to only read data.
beginReadonlyTransaction(Runnable) - function in jetbrains.exodus.env.Environment
Starts new transaction which can be used to only read data.
beginReadonlyTransaction() - function in jetbrains.exodus.env.ContextualEnvironment
Starts new transaction which can be used to only read data.
beginReadonlyTransaction(Runnable) - function in jetbrains.exodus.env.ContextualEnvironment
Starts new transaction which can be used to only read data.
beginReadonlyTransaction() - function in jetbrains.exodus.entitystore.PersistentEntityStore
Starts new transaction which can be used to only read data.
beginReadonlyTransaction() - function in jetbrains.exodus.entitystore.EntityStore
Starts new transaction which can be used to only read data.
beginReplication(Environment) - function in jetbrains.exodus.entitystore.replication.PersistentEntityStoreReplicator
 
beginTransaction() - function in jetbrains.exodus.env.Environment
Starts new transaction which can be used to read and write data.
beginTransaction(Runnable) - function in jetbrains.exodus.env.Environment
Starts new transaction which can be used to read and write data.
beginTransaction() - function in jetbrains.exodus.env.ContextualEnvironment
Starts new transaction which can be used to read and write data.
beginTransaction(Runnable) - function in jetbrains.exodus.env.ContextualEnvironment
Starts new transaction which can be used to read and write data.
beginTransaction() - function in jetbrains.exodus.entitystore.PersistentEntityStore
Starts new transaction which can be used to read and write data.
beginTransaction() - function in jetbrains.exodus.entitystore.EntityStore
Starts new transaction which can be used to read and write data.
BindingUtils - class in jetbrains.exodus.bindings
 
Bitmap - class in jetbrains.exodus.env
 
BlobHandleGenerator - class in jetbrains.exodus.entitystore
Implementation of PersistentEntityStore identifies each blob by a unique blob handle of type {@code long}.
BlobVault - class in jetbrains.exodus.entitystore
{@code BlobVault} is base class describing interface to binary large objects (BLOBs) used internally by implementation of PersistentEntityStore.
BlobVaultItem - class in jetbrains.exodus.entitystore
 
Block - class in jetbrains.exodus.io
{@code Block} represents single {@code .xd} file in {@code Log} on storage device - disk, memory, network file system.
BooleanBinding - class in jetbrains.exodus.bindings
ComparableBinding for Boolean values.
booleanToEntry(boolean) - function in jetbrains.exodus.bindings.BooleanBinding
Serializes {@code boolean} value to the ArrayByteIterable entry.
ByteBinding - class in jetbrains.exodus.bindings
ComparableBinding for Byte values.
ByteBufferByteIterable - class in jetbrains.exodus
An adapter of ByteBuffer to ByteIterable.
ByteIterable - class in jetbrains.exodus
If working with jetbrains.exodus.env.Environment, any key and value should be a ByteIterable.
ByteIterableBase - class in jetbrains.exodus
Base class for most of ByteIterable implementations.
ByteIterableUtil - class in jetbrains.exodus.util
 
ByteIterator - class in jetbrains.exodus
Iterator of ByteIterable.
byteToEntry(byte) - function in jetbrains.exodus.bindings.ByteBinding
Serializes {@code byte} value to the ArrayByteIterable entry.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W