A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
S
- saveEntity(Entity) - function in jetbrains.exodus.entitystore.StoreTransaction
- Saves new Entity which earlier was created by newEntity but
{@code StoreTransaction}failed to flush or commit. - select(Entity) - function in jetbrains.exodus.entitystore.ComparableGetter
- Returns value for given object
- select(T) - function in jetbrains.exodus.entitystore.ComparableGetter
- Returns value for given object
- select(T) - function in jetbrains.exodus.entitystore.Selector
- Returns value for given object
- selectDistinct(String) - function in jetbrains.exodus.entitystore.EntityIterable
- Returns entities which the source entities (this
{@code EntityIterable}) are linked with by the link withspecified name. - selectManyDistinct(String) - function in jetbrains.exodus.entitystore.EntityIterable
- Returns entities which the source entities (this
{@code EntityIterable}) are linked with by the link withspecified name. - Selector - class in jetbrains.exodus.entitystore
{@code Selector}is a generic interface for property getter functions.- Sequence - class in jetbrains.exodus.entitystore
{@code Sequence}allows to get unique successive non-negative long numbers.- set(long,boolean) - function in jetbrains.exodus.env.ContextualBitmap
- Sets
{@code value}of the specified bit. - set(Transaction,long,boolean) - function in jetbrains.exodus.env.ContextualBitmap
- Sets
{@code value}of the specified bit. - set(Transaction,long,boolean) - function in jetbrains.exodus.env.Bitmap
- Sets
{@code value}of the specified bit. - set(long) - function in jetbrains.exodus.entitystore.Sequence
- Sets current number.
- setBackupException(Throwable) - function in jetbrains.exodus.backup.BackupBean
- setBackupNamePrefix(String) - function in jetbrains.exodus.backup.BackupBean
- setBackupPath(String) - function in jetbrains.exodus.backup.BackupBean
- setBackupStartTicks(long) - function in jetbrains.exodus.backup.BackupBean
- Sets time when backup started.
- setBackupToZip(boolean) - function in jetbrains.exodus.backup.BackupBean
- setBlob(String,InputStream) - function in jetbrains.exodus.entitystore.Entity
- Sets value (as InputStream) of blob with specified name.
- setBlob(String,File) - function in jetbrains.exodus.entitystore.Entity
- Sets value (as contents of File) of blob with specified name.
- setBlobString(String,String) - function in jetbrains.exodus.entitystore.Entity
- Sets value (as String encoded in UTF-8) of blob with specified name.
- setBlobStringsCacheMaxValueSize(long) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setBlobStringsCacheShared(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setBlobStringsCacheSize(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setBytes(Array) - function in jetbrains.exodus.ArrayByteIterable
- setBytes(Array) - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable
- setCachingDisabled(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setCipherBasicIV(long) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets basic IV (initialization vector) which will be used to encrypt the database.
- setCipherId(String) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets id of StreamCipherProvider which will be used to encrypt the database.
- setCipherKey(String) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the key which will be used to encrypt the database.
- setCommandAfterBackup(String) - function in jetbrains.exodus.backup.BackupBean
- setCommitHook(Runnable) - function in jetbrains.exodus.env.Transaction
- Provides transaction with commit hook.
- setDebugAllowInMemorySort(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setDebugLinkDataGetter(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setDebugSearchForIncomingLinksOnDelete(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setDebugTestLinkedEntities(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheCachingTimeout(long) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheCountsCacheSize(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheCountsCachingTimeout(long) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheCountsLifeTime(long) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheDeferredDelay(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheHeavyIterablesCacheSize(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheHeavyIterablesLifeSpan(long) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheMaxSizeOfDirectValue(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheSize(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheStartCachingTimeout(long) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheThreadCount(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEntityIterableCacheUseHumanReadable(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setEnvCloseForcedly(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if close shouldn't check if there are unfinishedtransactions. - setEnvCompactOnOpen(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if the Environment should compact itself on openingDefault value is{@code false}. - setEnvFailFastInReadonly(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- If is set to
{@code true}and ENV_IS_READONLY is also{@code true}then the Environment obligatorily creates transactions for which isReadonly is{@code true}. - setEnvGatherStatistics(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if the Environment should gather statistics. - setEnvIsReadonly(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}to turn the Environment instance to read-only mode. - setEnvMaxParallelReadonlyTxns(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of read-only transactions that can be started in parallel.
- setEnvMaxParallelTxns(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of transactions that can be started in parallel.
- setEnvMonitorTxnsCheckFreq(int) - function in jetbrains.exodus.env.EnvironmentConfig
- If ENV_MONITOR_TXNS_TIMEOUT is non-zero then stuck transactions monitor starts and checks Environment's transactions with this frequency (period) specified in milliseconds.
- setEnvMonitorTxnsExpirationTimeout(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Defines Transaction expiration timeout in milliseconds.
- setEnvMonitorTxnsTimeout(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets Transaction timeout in milliseconds.
- setEnvReadonlyEmptyStores(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- If is set to
{@code true}and ENV_IS_READONLY is also{@code true}then openStore doesn't try to create a Store,but returns an empty immutable instance instead. - setEnvStoreGetCacheMaxValueSize(int) - function in jetbrains.exodus.env.EnvironmentConfig
- setEnvStoreGetCacheMinTreeSize(int) - function in jetbrains.exodus.env.EnvironmentConfig
- setEnvStoreGetCacheSize(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the size of the "store-get" cache.
- setEnvTxnDowngradeAfterFlush(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- If is set to
{@code true}then any upgraded Transaction will downgrade itself after flush. - setEnvTxnReplayMaxCount(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of times which a Transaction can try to flush without attempts to upgrade(switch to an exclusive mode).
- setEnvTxnReplayTimeout(long) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of millisecond which a Transaction can try to flush without attempts to upgrade(switch to an exclusive mode).
- setEnvTxnSingleThreadWrites(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- If is set to
{@code true}then any write operation can be performed only in the thread whichthe transaction was created in. - setEnvTxnTraceFinish(boolean) - 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). - setExplainOn(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setFullFileReadonly(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if each complete and immutable{@code Log}file (.xd file) should marked with read-onlyattribute. - setGatherStatistics(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setGcEnabled(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}to enable the database garbage collector. - setGcFileMinAge(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Returns the minimum age of a
{@code Log}file (.xd file) to consider it for cleaning by the database garbagecollector. - setGcFilesDeletionDelay(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of milliseconds which deletion of any successfully cleaned
{@code Log}file (.xd file)is postponed for. - setGcFilesInterval(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of new
{@code Log}files (.xd files) that must be created to trigger if necessary (if databaseutilization is not sufficient) the next background cleaning cycle (single run of the database garbage collector)after the previous cycle finished. - setGcMinUtilization(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets percent of minimum database utilization.
- setGcRenameFiles(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if the database garbage collector should rename files rather than deletes them. - setGcRunEvery(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets GC to be forced every this number of seconds.
- setGcRunPeriod(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of milliseconds after which background cleaning cycle (single run of the database garbagecollector) can be repeated if the previous one didn't reach required utilization.
- setGcStartIn(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of milliseconds which the database garbage collector is postponed for after the Environment is created.
- setGcTransactionAcquireTimeout(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets timeout in milliseconds which is used by the database garbage collector to acquire exclusive Transaction for its purposes if GC_USE_EXCLUSIVE_TRANSACTION is
{@code true}. - setGcTransactionTimeout(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets timeout in milliseconds which is used by the database garbage collector to reclaim non-expired datain several files inside single GC Transaction acquired exclusively.
- setGcUseExclusiveTransaction(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets
{@code true}if the database garbage collector should try to acquire exclusive Transaction for its purposes. - setGcUseExpirationChecker(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- As of 1.0.2, is deprecated and has no effect.
- setGcUtilizationFromFile(String) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets full path to the file with stored utilization.
- setGcUtilizationFromScratch(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if database utilization should be computed from scratch before the first cleaningcycle (single run of the database garbage collector) is triggered, i.e. - setIsDirty(boolean) - function in jetbrains.exodus.bindings.ComparableSet
- setLink(String,Entity) - function in jetbrains.exodus.entitystore.Entity
- Links this entity with target one by link with specified name.
- setLink(String,EntityId) - function in jetbrains.exodus.entitystore.Entity
- Links this entity with target with specified id by link with specified name.
- setLogAllowRamDisk(boolean) - 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. - setLogAllowRemote(boolean) - 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. - setLogAllowRemovable(boolean) - 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. - setLogCacheFreePhysicalMemoryThreshold(long) - function in jetbrains.exodus.env.EnvironmentConfig
- If LOG_CACHE_USE_NIO is
{@code true}sets the minimum size in bytes of free physical memorymaintained by the cache memory-mapped files on the host where the JVM runs. - setLogCacheGenerationCount(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of generations of non-blocking LogCache.
- setLogCacheNonBlocking(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if the LogCache should use lock-free data structures. - setLogCacheOpenFilesCount(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the maximum number of open files that the LogCache maintains in order to reduce system calls to open andclose files.
- setLogCachePageSize(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the size in bytes of a single page (byte array) in the LogCache.
- setLogCacheReadAheadMultiple(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of successive pages to be read at once in case of LogCache miss.
- setLogCacheShared(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if the LogCache should be shared. - setLogCacheUseNio(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}to allow any immutable .xd file to be mapped in memory provided there is enough physical memory. - setLogCacheUseSoftReferences(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if LogCache should use soft references forholding cached pages. - setLogCacheWarmup(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if LogCache should populate itself with database file pages right after the database isopened using this{@code EnvironmentConfig}instance. - setLogCleanDirectoryExpected(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if the Log constructor should fail if the database directory is not clean. - setLogClearInvalid(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if the Log constructor should implicitly clear the database if it occurred to be invalidwhen opened. - setLogDataReaderWriterProvider(String) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets fully-qualified name of the DataReaderWriterProvider service provide interface implementation whichwill be used to create DataReader and DataWriter instances.
- setLogDurableWrite(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets flag whether transactions should force fsync after each commit or flush.By default, is switched off since it creates significant performance overhead and can be controlled manually.
- setLogFileSize(long) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the maximum size in kilobytes of a single
{@code Log}file (.xd file). - setLogLockId(String) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the debug identifier to be written to the lock file alongside with other debug information.
- setLogLockTimeout(long) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the number of milliseconds the
{@code Log}constructor waits for the lock file. - setLogSyncPeriod(long) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the period in milliseconds to force file system's fsync call that often if LOG_DURABLE_WRITE is switched off.
- setManagementEnabled(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}if the Environment should expose two JMX managed beans. - setManagementEnabled(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setManagementOperationsRestricted(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- If isManagementEnabled then set
{@code false}in order to expose operations with JMX managedbeans in addition to attributes. - setMaxInPlaceBlobSize(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setMemoryUsage(long) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets absolute value of memory in bytes that can be used by the LogCache.
- setMemoryUsagePercentage(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets percent of max memory (specified by the "-Xmx" java parameter) that can be used by the LogCache.
- setMetaServer(MetaServer) - function in jetbrains.exodus.env.EnvironmentConfig
- setMutable(boolean) - function in jetbrains.exodus.AbstractConfig
- setMutable(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}for making it possible to change settings of this{@code EnvironmentConfig}instance. - setMutable(boolean) - function in jetbrains.exodus.EnvironmentConfig
- setMutable(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setMutable(boolean) - function in jetbrains.exodus.PersistentEntityStoreConfig
- setProfilerEnabled(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- Set
{@code true}to enable database profiler. - setProperty(String,Comparable) - function in jetbrains.exodus.entitystore.Entity
- Sets property with specified name to specified value.
- setQueryCancellingPolicy(QueryCancellingPolicy) - function in jetbrains.exodus.entitystore.StoreTransaction
- Sets a query cancelling policy for the
{@code StoreTransaction}. - setRefactoringBlobNullIndices(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setRefactoringDeduplicateBlobsEvery(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setRefactoringDeduplicateBlobsMinSize(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setRefactoringDeleteRedundantBlobs(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setRefactoringForceAll(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setRefactoringHeavyLinks(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setRefactoringHeavyProps(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setRefactoringNullIndices(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setRefactoringSkipAll(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setReorderingDisabled(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setSetting(String,Object) - function in jetbrains.exodus.AbstractConfig
- setSetting(String,Object) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the value of the setting with the specified key.
- setSetting(String,Object) - function in jetbrains.exodus.EnvironmentConfig
- setSetting(String,Object) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setSetting(String,Object) - function in jetbrains.exodus.PersistentEntityStoreConfig
- setSettings(Map) - function in jetbrains.exodus.AbstractConfig
- setSettings(Map) - function in jetbrains.exodus.EnvironmentConfig
- setSettings(Map) - function in jetbrains.exodus.PersistentEntityStoreConfig
- setStackTrace(Array) - function in java.lang.OutOfDiskSpaceException
- setStackTrace(Array) - function in java.lang.ExodusException
- setStackTrace(Array) - function in java.lang.InvalidSettingException
- setStackTrace(Array) - function in java.lang.ReadonlyTransactionException
- setStackTrace(Array) - function in java.lang.EnvironmentClosedException
- setStackTrace(Array) - function in java.lang.EntityRemovedInDatabaseException
- setStackTrace(Array) - function in java.lang.EntityStoreException
- setStackTrace(Array) - function in java.lang.ExodusCryptoException
- setStackTrace(Array) - function in java.lang.InvalidCipherParametersException
- setStackTrace(Array) - function in java.lang.StorageTypeNotAllowedException
- setStoreReplicator(PersistentEntityStoreReplicator) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setTotal(long) - function in jetbrains.exodus.management.StatisticsItem
- setTransactionBlobStringsCacheSize(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setTransactionLinksCacheSize(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setTransactionPropsCacheSize(int) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setTreeDupMaxPageSize(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the maximum size of page of duplicates sub-B+Tree.
- setTreeMaxPageSize(int) - function in jetbrains.exodus.env.EnvironmentConfig
- Sets the maximum size of page of B+Tree.
- setTreeNodesCacheSize(int) - function in jetbrains.exodus.env.EnvironmentConfig
- As of 1.0.5, is deprecated and has no effect.
- setUseIntForLocalId(boolean) - function in jetbrains.exodus.entitystore.PersistentEntityStoreConfig
- setUserObject(Object,Object) - function in jetbrains.exodus.env.Transaction
- Bind an user object (
{@code value}) identified by a key to the transaction. - setUseVersion1Format(boolean) - function in jetbrains.exodus.env.EnvironmentConfig
- ShortBinding - class in jetbrains.exodus.bindings
- ComparableBinding for Short values.
- shortToEntry(short) - function in jetbrains.exodus.bindings.ShortBinding
- Serializes
{@code short}value to the ArrayByteIterable entry. - shouldBeDisposed() - function in jetbrains.exodus.entitystore.EntityIterator
- shouldCloseStream() - function in jetbrains.exodus.backup.VirtualFileDescriptor
- shouldCloseStream() - function in jetbrains.exodus.backup.BackupStrategy.FileDescriptor
- SignedDoubleBinding - class in jetbrains.exodus.bindings
- ComparableBinding for signed Double values.
- SignedFloatBinding - class in jetbrains.exodus.bindings
- ComparableBinding for signed Float values.
- signedIntToCompressedEntry(int) - function in jetbrains.exodus.bindings.IntegerBinding
- Serializes signed
{@code int}value in the range{@code [Integer.MIN_VALUE/2..Integer.MAX_VALUE/2]}to the compressed ArrayByteIterable entry. - signedLongToCompressedEntry(long) - function in jetbrains.exodus.bindings.LongBinding
- Serializes signed
{@code long}value in the range{@code [Long.MIN_VALUE/2..Long.MAX_VALUE/2]}to the compressed ArrayByteIterable entry. - size() - function in jetbrains.exodus.bindings.ComparableSet
- size() - function in jetbrains.exodus.entitystore.BlobVault
- Returns amount of disk space occupied by the
{@code BlobVault}. - size() - function in jetbrains.exodus.entitystore.EntityIterable
- Returns the number of entities in the
{@code EntityIterable}. - size() - function in jetbrains.exodus.entitystore.DiskBasedBlobVault
- size() - function in jetbrains.exodus.util.LightOutputStream
- skip(long) - function in jetbrains.exodus.ByteIterator
- Skips
{@code bytes}bytes. - skip(long) - function in jetbrains.exodus.CompoundByteIteratorBase
- Skips
{@code bytes}bytes. - skip(long) - function in jetbrains.exodus.CompoundByteIteratorBase
- Skips
{@code bytes}bytes. - skip(long) - function in jetbrains.exodus.ArrayByteIterable.Iterator
- Skips
{@code bytes}bytes. - skip(int) - function in jetbrains.exodus.entitystore.EntityIterator
- Skips specified number of entities and returns the value of hasNext.
- skip(int) - function in jetbrains.exodus.entitystore.EntityIterable
- Returns
{@code EntityIterable}that skips specified number of entities from the beginning of this{@code EntityIterable}. - skip(Long) - function in java.io.StreamCipherInputStream
- sort(String,String,boolean) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type sorted by values of specified property.
- sort(String,String,EntityIterable,boolean) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type from
{@code rightOrder}sorted byvalues of specified property. - SortedEntityIdSet - class in jetbrains.exodus.entitystore.iterate
- sortLinks(String,EntityIterable,boolean,String,EntityIterable) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns EntityIterable with entities of specified type from
{@code rightOrder}sorted by links withspecified name. - sortLinks(String,EntityIterable,boolean,String,EntityIterable,String,String) - function in jetbrains.exodus.entitystore.StoreTransaction
- Returns the same EntityIterable as sortLinks does, but faster if extra indices are available in the database.
- spliterator() - function in java.lang.ComparableSet
- spliterator() - function in java.lang.EntityIterable
- spliterator() - function in java.lang.EntityIdCollection
- spliterator() - function in java.lang.SortedEntityIdSet
- spliterator() - function in java.lang.OrderedEntityIdCollection
- spliterator() - function in java.lang.EntityIdSet
- start(Environment) - function in jetbrains.exodus.entitystore.MetaServer
- Statistics - class in jetbrains.exodus.management
- Common/base class for metering various statistics.
- StatisticsItem - class in jetbrains.exodus.management
- Common class for all statistics items.
- stop(Environment) - function in jetbrains.exodus.entitystore.MetaServer
- StorageTypeNotAllowedException - class in jetbrains.exodus.io
- Exception thrown if a database is being opened on a storage of not allowed type: removable device, on a remote file system, or on a RAM disk.
- Store - class in jetbrains.exodus.env
- Store is a named collection of key/value pairs.
- StoreConfig - class in jetbrains.exodus.env
- Specifies the attributes of a Store.
- storeExists(String,Transaction) - function in jetbrains.exodus.env.Environment
- storeExists(String,Transaction) - function in jetbrains.exodus.env.ContextualEnvironment
- StoreTransaction - class in jetbrains.exodus.entitystore
{@code StoreTransaction}is a transaction started against EntityStore using beginTransaction or beginReadonlyTransaction methods.- StoreTransactionalComputable - class in jetbrains.exodus.entitystore
- A function that can pe passed to the computeInTransaction or computeInReadonlyTransaction to be executed and return result within a transaction.
- StoreTransactionalExecutable - class in jetbrains.exodus.entitystore
- A function that can pe passed to the executeInTransaction or executeInReadonlyTransactionto be executed within a transaction.
- StreamCipher - class in jetbrains.exodus.crypto
- Database ciphering facility uses stream ciphers.
- StreamCipherInputStream - class in jetbrains.exodus.crypto
- StreamCipherInputStreamKt - class in jetbrains.exodus.crypto
- StreamCipherOutputStream - class in jetbrains.exodus.crypto
- StreamCipherProvider - class in jetbrains.exodus.crypto
- Service provider interface for creation instances of StreamCipher.
- StringBinding - class in jetbrains.exodus.bindings
- ComparableBinding for String values.
- stringToEntry(String) - function in jetbrains.exodus.bindings.StringBinding
- Serializes
{@code String}value to the ArrayByteIterable entry. - subIterable(int,int) - function in jetbrains.exodus.FixedLengthByteIterable
- subIterable(int,int) - function in jetbrains.exodus.CompoundByteIterable
- subIterable(int,int) - function in jetbrains.exodus.ByteBufferByteIterable
- subIterable(int,int) - function in jetbrains.exodus.ByteIterable
- subIterable(int,int) - function in jetbrains.exodus.ArrayByteIterable
- subIterable(int,int) - function in jetbrains.exodus.ArrayByteIterable.EmptyIterable
- subIterable(int,int) - function in jetbrains.exodus.FileByteIterable
- subIterable(int,int) - function in jetbrains.exodus.ByteIterableBase
- subIterable(int,int) - function in jetbrains.exodus.CompressedUnsignedLongArrayByteIterable
- suppressConfigChangeListenersForThread() - function in jetbrains.exodus.AbstractConfig
- suppressConfigChangeListenersForThread() - function in jetbrains.exodus.EnvironmentConfig
- suppressConfigChangeListenersForThread() - function in jetbrains.exodus.PersistentEntityStoreConfig
- suspendGC() - function in jetbrains.exodus.env.Environment
- Suspends database garbage collector activity unless resumeGC is called.
- suspendGC() - function in jetbrains.exodus.env.ContextualEnvironment
- Suspends database garbage collector activity unless resumeGC is called.
- sync() - function in jetbrains.exodus.io.DataWriter
- If applicable, forces flush of written data to underlying storage device.
- syncDirectory() - function in jetbrains.exodus.io.DataWriter
- If applicable, forces flush of changes in directory structure to underlying storage device.