Serialized Form
-
Package one.microstream.afs.exceptions
-
Class one.microstream.afs.exceptions.AfsException extends BaseException implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionConflict extends AfsException implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionConsistency extends AfsException implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionExclusiveAttemptConflict extends AfsExceptionConflict implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionExclusiveAttemptSharedUserConflict extends AfsExceptionConflict implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionMutation extends AfsException implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionMutationInUse extends AfsExceptionMutation implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionReadOnly extends AfsException implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionRetiredFile extends AfsException implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionSharedAttemptExclusiveUserConflict extends AfsExceptionConflict implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionUnresolvablePathElement extends AfsException implements Serializable
-
Class one.microstream.afs.exceptions.AfsExceptionUnresolvableRoot extends AfsException implements Serializable
-
-
Package one.microstream.branching
-
Class one.microstream.branching.AbstractBranchingThrow extends RuntimeException implements Serializable
-
Serialized Fields
-
hint
Object hint
-
-
-
Class one.microstream.branching.ThrowBreak extends AbstractBranchingThrow implements Serializable
-
-
Package one.microstream.bytes
-
Class one.microstream.bytes.VarByte extends Object implements Serializable
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package one.microstream.cache.exceptions
-
Class one.microstream.cache.exceptions.CacheConfigurationException extends javax.cache.CacheException implements Serializable
-
Class one.microstream.cache.exceptions.CacheConfigurationIoException extends CacheConfigurationException implements Serializable
-
Class one.microstream.cache.exceptions.CacheConfigurationNotFoundException extends CacheConfigurationIoException implements Serializable
-
-
Package one.microstream.cache.hibernate.types
-
Class one.microstream.cache.hibernate.types.CacheRegionFactory extends org.hibernate.cache.spi.support.RegionFactoryTemplate implements Serializable
-
Serialized Fields
-
cacheConfiguration
CacheConfiguration<Object,Object> cacheConfiguration
-
cacheKeysFactory
org.hibernate.cache.spi.CacheKeysFactory cacheKeysFactory
-
cacheLockTimeout
long cacheLockTimeout
-
cacheManager
CacheManager cacheManager
-
isExplicitCacheManager
boolean isExplicitCacheManager
-
missingCacheStrategy
MissingCacheStrategy missingCacheStrategy
-
-
-
-
Package one.microstream.cache.types
-
Class one.microstream.cache.types.CacheConfiguration.Default extends javax.cache.configuration.MutableConfiguration<K,V> implements Serializable
-
Serialized Fields
-
evictionManagerFactory
javax.cache.configuration.Factory<EvictionManager<K,V>> evictionManagerFactory
-
serializerFieldPredicate
Predicate<? super Field> serializerFieldPredicate
-
-
-
Class one.microstream.cache.types.CacheEvent extends javax.cache.event.CacheEntryEvent<K,V> implements Serializable
-
-
Package one.microstream.chars
-
Class one.microstream.chars.VarString extends Object implements Serializable
-
Serialized Fields
-
data
char[] data
-
size
int size
-
-
-
-
Package one.microstream.collections
-
Class one.microstream.collections.CapacityExceededException extends IndexExceededException implements Serializable
-
Class one.microstream.collections.IndexExceededException extends IndexOutOfBoundsException implements Serializable
-
Serialized Fields
-
bound
long bound
-
index
long index
-
-
-
Class one.microstream.collections.InvalidCapacityException extends RuntimeException implements Serializable
-
Serialized Fields
-
desiredCapacity
long desiredCapacity
-
maximumCapacity
long maximumCapacity
-
-
-
-
Package one.microstream.com
-
Class one.microstream.com.ComException extends BaseException implements Serializable
-
Class one.microstream.com.ComExceptionTimeout extends ComException implements Serializable
-
-
Package one.microstream.configuration.exceptions
-
Class one.microstream.configuration.exceptions.ConfigurationException extends BaseException implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
-
-
-
Class one.microstream.configuration.exceptions.ConfigurationExceptionNoConfigurationFound extends ConfigurationException implements Serializable
-
Class one.microstream.configuration.exceptions.ConfigurationExceptionNoValueMapperFound extends ConfigurationException implements Serializable
-
Serialized Fields
-
type
Class<?> type
-
-
-
Class one.microstream.configuration.exceptions.ConfigurationExceptionValueMappingFailed extends ConfigurationException implements Serializable
-
-
Package one.microstream.entity
-
Class one.microstream.entity.EntityException extends BaseException implements Serializable
-
Class one.microstream.entity.EntityExceptionIdentityMismatch extends EntityException implements Serializable
-
Class one.microstream.entity.EntityExceptionInaccessibleEntityType extends EntityException implements Serializable
-
Serialized Fields
-
entity
Entity entity
-
-
-
Class one.microstream.entity.EntityExceptionMissingDataForVersion extends EntityException implements Serializable
-
-
Package one.microstream.entity.codegen
-
Class one.microstream.entity.codegen.EntityExceptionInvalidEntityMethod extends EntityException implements Serializable
-
Serialized Fields
-
method
ExecutableElement method
-
-
-
-
Package one.microstream.exceptions
-
Class one.microstream.exceptions.ArrayCapacityException extends IndexBoundsException implements Serializable
- serialVersionUID:
- 3168758028720258369L
-
Class one.microstream.exceptions.BaseException extends RuntimeException implements Serializable
-
Class one.microstream.exceptions.BufferRegistryException extends MemoryException implements Serializable
-
Class one.microstream.exceptions.IllegalAccessRuntimeException extends WrapperRuntimeException implements Serializable
-
Class one.microstream.exceptions.IndexBoundsException extends IndexOutOfBoundsException implements Serializable
- serialVersionUID:
- 1489211066951377456L
-
Serialized Fields
-
index
long index
The index value that is out of bounds. -
indexBound
long indexBound
The upper index bound, exclusive (e.g. array.length for array indices) -
startIndex
long startIndex
The lowest possible index value, inclusive (e.g. 0 for array indices)
-
-
Class one.microstream.exceptions.InstantiationRuntimeException extends WrapperRuntimeException implements Serializable
-
Class one.microstream.exceptions.InvalidClassRuntimeException extends WrapperRuntimeException implements Serializable
-
Class one.microstream.exceptions.InvocationTargetRuntimeException extends WrapperRuntimeException implements Serializable
-
Class one.microstream.exceptions.IORuntimeException extends WrapperRuntimeException implements Serializable
-
Class one.microstream.exceptions.MemoryException extends BaseException implements Serializable
-
Class one.microstream.exceptions.MissingFoundationPartException extends RuntimeException implements Serializable
-
Serialized Fields
-
missingAssemblyPartType
Class<?> missingAssemblyPartType
-
-
-
Class one.microstream.exceptions.MultiCauseException extends BaseException implements Serializable
-
Serialized Fields
-
causes
Throwable[] causes
-
-
-
Class one.microstream.exceptions.NoSuchFieldRuntimeException extends WrapperRuntimeException implements Serializable
-
Class one.microstream.exceptions.NoSuchMethodRuntimeException extends WrapperRuntimeException implements Serializable
-
Class one.microstream.exceptions.NotAnArrayException extends ClassCastException implements Serializable
-
Class one.microstream.exceptions.NumberRangeException extends RuntimeException implements Serializable
-
Class one.microstream.exceptions.ParsingException extends BaseException implements Serializable
-
Class one.microstream.exceptions.ParsingExceptionUnexpectedCharacter extends ParsingException implements Serializable
-
Serialized Fields
-
encounteredCharacter
char encounteredCharacter
-
expectedCharacter
char expectedCharacter
-
-
-
Class one.microstream.exceptions.ParsingExceptionUnexpectedCharacterInArray extends ParsingExceptionUnexpectedCharacter implements Serializable
-
Serialized Fields
-
array
char[] array
-
index
int index
-
-
-
Class one.microstream.exceptions.TypeCastException extends ClassCastException implements Serializable
- serialVersionUID:
- -6986341469122765501L
-
Class one.microstream.exceptions.UnhandledPlatformError extends Error implements Serializable
-
Class one.microstream.exceptions.WrapperRuntimeException extends RuntimeException implements Serializable
-
Serialized Fields
-
actual
Exception actual
-
-
-
Class one.microstream.exceptions.XCsvException extends BaseException implements Serializable
-
-
Package one.microstream.io
-
Class one.microstream.io.DirectoryException extends FileException implements Serializable
-
Class one.microstream.io.FileException extends RuntimeException implements Serializable
-
Serialized Fields
-
subject
File subject
-
-
-
Class one.microstream.io.FilePathException extends RuntimeException implements Serializable
-
Serialized Fields
-
subject
Path subject
-
-
-
-
Package one.microstream.math
-
Class one.microstream.math.InvalidCoordinateException extends RuntimeException implements Serializable
-
Class one.microstream.math.MatrixException extends RuntimeException implements Serializable
-
-
Package one.microstream.meta
-
Class one.microstream.meta.NotImplementedYetError extends Error implements Serializable
-
-
Package one.microstream.persistence.binary.exceptions
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceException extends PersistenceException implements Serializable
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionIncompleteChunk extends BinaryPersistenceException implements Serializable
-
Serialized Fields
-
currentChunkLength
long currentChunkLength
-
totalChunkLength
long totalChunkLength
-
-
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionInvalidChunkLength extends BinaryPersistenceException implements Serializable
-
Serialized Fields
-
chunkLength
long chunkLength
-
-
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionInvalidList extends BinaryPersistenceException implements Serializable
-
Serialized Fields
-
entityLength
long entityLength
-
listStartOffset
long listStartOffset
-
listTotalLength
long listTotalLength
-
objectId
long objectId
-
typeId
long typeId
-
-
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionInvalidListElements extends BinaryPersistenceExceptionInvalidList implements Serializable
-
Serialized Fields
-
elementLength
long elementLength
-
listElementCount
long listElementCount
-
-
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionState extends BinaryPersistenceException implements Serializable
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionStateArray extends BinaryPersistenceExceptionState implements Serializable
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionStateArrayLength extends BinaryPersistenceExceptionStateArray implements Serializable
-
Serialized Fields
-
actualArray
Object[] actualArray
-
passedLength
int passedLength
-
-
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionStateInstance extends BinaryPersistenceExceptionState implements Serializable
-
Serialized Fields
-
instance
Object instance
-
-
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionStateInvalidLength extends BinaryPersistenceExceptionState implements Serializable
-
Serialized Fields
-
address
long address
-
length
long length
-
objectOid
long objectOid
-
typeId
long typeId
-
-
-
Class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionUnhandledCollectionType extends BinaryPersistenceException implements Serializable
-
-
Package one.microstream.persistence.exceptions
-
Class one.microstream.persistence.exceptions.PersistenceException extends BaseException implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistency extends PersistenceException implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyInvalidId extends PersistenceExceptionConsistency implements Serializable
-
Serialized Fields
-
id
long id
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyInvalidObjectId extends PersistenceExceptionConsistencyInvalidId implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyInvalidTypeId extends PersistenceExceptionConsistencyInvalidId implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyObject extends PersistenceExceptionConsistency implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyObjectId extends PersistenceExceptionConsistency implements Serializable
-
Serialized Fields
-
actualOid
long actualOid
-
passedOid
long passedOid
-
reference
Object reference
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyTid extends PersistenceExceptionConsistency implements Serializable
-
Serialized Fields
-
actualTypeId
long actualTypeId
-
objectId
long objectId
-
passedTypeId
long passedTypeId
-
reference
Object reference
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyUnknownMapping extends PersistenceExceptionConsistency implements Serializable
-
Serialized Fields
-
passedTid
long passedTid
-
passedType
Class<?> passedType
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyUnknownObject extends PersistenceExceptionConsistency implements Serializable
-
Serialized Fields
-
object
Object object
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyUnknownTid extends PersistenceExceptionConsistency implements Serializable
-
Serialized Fields
-
passedTid
long passedTid
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyUnknownType extends PersistenceExceptionConsistency implements Serializable
-
Serialized Fields
-
type
Class<?> type
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyWrongType extends PersistenceExceptionConsistency implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionConsistencyWrongTypeId extends PersistenceExceptionConsistency implements Serializable
-
Serialized Fields
-
actualTid
long actualTid
-
passedTid
long passedTid
-
type
Class<?> type
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionImproperObjectId extends PersistenceException implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionInvalidObjectRegistryCapacity extends PersistenceException implements Serializable
-
Serialized Fields
-
invalidCapacity
long invalidCapacity
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionNullObjectId extends PersistenceException implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionNullTypeId extends PersistenceException implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParser extends PersistenceException implements Serializable
-
Serialized Fields
-
index
int index
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserIncompleteInput extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserMissingComplexTypeDefinition extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserMissingEnumName extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserMissingFieldDeclaringType extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserMissingMemberName extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserMissingMemberTerminator extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserMissingMemberType extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserMissingPrimitiveDefinition extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserMissingType extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserMissingTypeBody extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionParserMissingTypeId extends PersistenceExceptionParser implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionSource extends PersistenceException implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTransfer extends PersistenceException implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistency extends PersistenceException implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDefinitionResolveTypeName extends PersistenceExceptionTypeConsistencyDictionary implements Serializable
-
Serialized Fields
-
typeName
String typeName
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDefinitionValidation extends PersistenceExceptionTypeConsistencyDictionary implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDefinitionValidationArrayType extends PersistenceExceptionTypeConsistencyDefinitionValidation implements Serializable
-
Serialized Fields
-
arrayType
Class<?> arrayType
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDefinitionValidationFieldMismatch extends PersistenceExceptionTypeConsistencyDefinitionValidation implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDefinitionValidationTypeMapping extends PersistenceExceptionTypeConsistencyDefinitionValidation implements Serializable
-
Serialized Fields
-
type
Class<?> type
-
typeId
long typeId
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDictionary extends PersistenceExceptionTypeConsistency implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDictionaryResolve extends PersistenceExceptionTypeConsistencyDictionary implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDictionaryResolveField extends PersistenceExceptionTypeConsistencyDictionaryResolve implements Serializable
-
Serialized Fields
-
field
Field field
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDictionaryResolveFieldInstance extends PersistenceExceptionTypeConsistencyDictionaryResolveField implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDictionaryResolveFieldName extends PersistenceExceptionTypeConsistencyDictionary implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDictionaryResolveFieldStatic extends PersistenceExceptionTypeConsistencyDictionaryResolveField implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDictionaryResolveFieldType extends PersistenceExceptionTypeConsistencyDictionaryResolveField implements Serializable
-
Serialized Fields
-
dictionaryFieldType
Class<?> dictionaryFieldType
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeHandlerConsistency extends PersistenceExceptionTypeConsistency implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeHandlerConsistencyConflictedType extends PersistenceExceptionTypeHandlerConsistency implements Serializable
-
Serialized Fields
-
actualTypeHandler
PersistenceTypeHandler<?,?> actualTypeHandler
-
passedTypeHandler
PersistenceTypeHandler<?,?> passedTypeHandler
-
type
Class<?> type
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeHandlerConsistencyConflictedTypeId extends PersistenceExceptionTypeHandlerConsistency implements Serializable
-
Serialized Fields
-
actualTypeHandler
PersistenceTypeHandler<?,?> actualTypeHandler
-
passedTypeHandler
PersistenceTypeHandler<?,?> passedTypeHandler
-
typeId
long typeId
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeHandlerConsistencyProvider extends PersistenceExceptionTypeConsistency implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeHandlerConsistencyProviderTypeHandlerNotFound extends PersistenceExceptionTypeHandlerConsistencyProvider implements Serializable
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeHandlerConsistencyUnhandledTypeId extends PersistenceExceptionTypeHandlerConsistency implements Serializable
-
Serialized Fields
-
typeId
long typeId
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeHandlerConsistencyWrongHandler extends PersistenceExceptionTypeHandlerConsistency implements Serializable
-
Serialized Fields
-
type
Class<?> type
-
typeHandler
PersistenceTypeHandler<?,?> typeHandler
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeNotPersistable extends PersistenceException implements Serializable
-
Serialized Fields
-
type
Class<?> type
-
-
-
Class one.microstream.persistence.exceptions.PersistenceExceptionTypeNotTypeIdMappable extends PersistenceException implements Serializable
-
Serialized Fields
-
type
Class<?> type
-
-
-
-
Package one.microstream.storage.configuration
-
Class one.microstream.storage.configuration.InvalidStorageConfigurationException extends StorageConfigurationException implements Serializable
-
Class one.microstream.storage.configuration.StorageConfigurationException extends BaseException implements Serializable
-
Class one.microstream.storage.configuration.StorageConfigurationIoException extends StorageConfigurationException implements Serializable
-
Class one.microstream.storage.configuration.StorageConfigurationNotFoundException extends StorageConfigurationIoException implements Serializable
-
-
Package one.microstream.storage.exceptions
-
Class one.microstream.storage.exceptions.InsufficientBufferSpaceException extends Exception implements Serializable
-
Serialized Fields
-
requiredBufferSpace
long requiredBufferSpace
-
-
-
Class one.microstream.storage.exceptions.StorageException extends BaseException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionBackup extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionBackupChannelIndex extends StorageExceptionBackup implements Serializable
-
Serialized Fields
-
channelIndex
long channelIndex
-
-
-
Class one.microstream.storage.exceptions.StorageExceptionBackupCopying extends StorageExceptionBackup implements Serializable
-
Serialized Fields
-
backupFile
StorageBackupFile backupFile
-
length
long length
-
sourceFile
StorageChannelFile sourceFile
-
sourcePosition
long sourcePosition
-
-
-
Class one.microstream.storage.exceptions.StorageExceptionBackupDisabled extends StorageExceptionBackup implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionBackupEmptyStorageBackupAhead extends StorageExceptionBackupChannelIndex implements Serializable
-
Serialized Fields
-
backupFiles
XGettingTable<Long,StorageBackupDataFile> backupFiles
-
storageInventory
StorageInventory storageInventory
-
-
-
Class one.microstream.storage.exceptions.StorageExceptionBackupEmptyStorageForNonEmptyBackup extends StorageExceptionBackupChannelIndex implements Serializable
-
Serialized Fields
-
backupFiles
XGettingTable<Long,StorageBackupDataFile> backupFiles
-
-
-
Class one.microstream.storage.exceptions.StorageExceptionBackupInconsistentFileLength extends StorageExceptionBackupChannelIndex implements Serializable
-
Serialized Fields
-
backupDataFile
StorageBackupDataFile backupDataFile
-
backupDataFiles
XGettingTable<Long,StorageBackupDataFile> backupDataFiles
-
backupFileLength
long backupFileLength
-
dataFile
StorageDataFile dataFile
-
storageFileLength
long storageFileLength
-
storageInventory
StorageInventory storageInventory
-
-
-
Class one.microstream.storage.exceptions.StorageExceptionConsistency extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionDeletionDirectoryDisabled extends StorageExceptionBackup implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionDisruptingExceptions extends StorageException implements Serializable
-
Serialized Fields
-
disruptions
XGettingSequence<Throwable> disruptions
-
-
-
Class one.microstream.storage.exceptions.StorageExceptionExportFailed extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionFileCleanupDisabled extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionFileDeletionDisabled extends StorageExceptionBackup implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionGarbageCollector extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionImportFailed extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionIncompleteValidation extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionInitialization extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionInitializationFailed extends StorageExceptionInitialization implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionInvalidEntityLength extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionInvalidEntityManagerChannelCount extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionInvalidFile extends StorageException implements Serializable
-
Serialized Fields
-
fileLength
long fileLength
-
-
-
Class one.microstream.storage.exceptions.StorageExceptionIo extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionIoReading extends StorageExceptionIo implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionIoWriting extends StorageExceptionIo implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionIoWritingChunk extends StorageExceptionIoWriting implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionIoWritingTypeDefinitions extends StorageExceptionIoWriting implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionNotAcceptingTasks extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionNotActive extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionNotRunning extends StorageException implements Serializable
-
Class one.microstream.storage.exceptions.StorageExceptionRequest extends StorageException implements Serializable
-
Serialized Fields
-
problems
Throwable[] problems
-
-
-
Class one.microstream.storage.exceptions.StorageExceptionShutdown extends StorageException implements Serializable
-
-
Package one.microstream.storage.restadapter.exceptions
-
Class one.microstream.storage.restadapter.exceptions.StorageRestAdapterException extends BaseException implements Serializable
-
-
Package one.microstream.storage.restclient.app.types
-
Class one.microstream.storage.restclient.app.types.ApplicationErrorHandler extends Object implements Serializable
-
Class one.microstream.storage.restclient.app.types.ApplicationI18NProvider extends Object implements Serializable
-
Serialized Fields
-
bundles
Map<Locale,ResourceBundle> bundles
-
-
-
Class one.microstream.storage.restclient.app.types.ApplicationServiceInitListener extends Object implements Serializable
-
-
Package one.microstream.storage.restclient.app.ui
-
Class one.microstream.storage.restclient.app.ui.ConnectView extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Class one.microstream.storage.restclient.app.ui.InstanceView extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Class one.microstream.storage.restclient.app.ui.InternalErrorView extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Class one.microstream.storage.restclient.app.ui.RootLayout extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
headerLabel
com.vaadin.flow.component.html.Label headerLabel
-
toolBar
com.vaadin.flow.component.Component toolBar
-
-
-
Class one.microstream.storage.restclient.app.ui.RouteNotFoundView extends com.vaadin.flow.router.RouteNotFoundError implements Serializable
-
Class one.microstream.storage.restclient.app.ui.StorageStatisticsComponent extends com.vaadin.flow.component.treegrid.TreeGrid<one.microstream.storage.restclient.app.ui.StorageStatisticsComponent.Item> implements Serializable
-
Class one.microstream.storage.restclient.app.ui.StorageViewComponent extends com.vaadin.flow.component.splitlayout.SplitLayout implements Serializable
-
Class one.microstream.storage.restclient.app.ui.StorageViewDataProvider.Default extends com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider<StorageViewElement,F> implements Serializable
-
Serialized Fields
-
dirtyElements
HashSet<StorageViewElement> dirtyElements
-
rootSupplier
Supplier<StorageViewElement> rootSupplier
-
-
-
-
Package one.microstream.storage.restclient.exceptions
-
Class one.microstream.storage.restclient.exceptions.StorageViewException extends BaseException implements Serializable
-
Class one.microstream.storage.restclient.exceptions.StorageViewExceptionMissingTypeDescription extends StorageViewException implements Serializable
-
Serialized Fields
-
missingTypeId
long missingTypeId
-
-
-
-
Package one.microstream.storage.restservice.exceptions
-
Class one.microstream.storage.restservice.exceptions.StorageRestServiceNotFoundException extends BaseException implements Serializable
-
-
Package one.microstream.storage.restservice.sparkjava.exceptions
-
Class one.microstream.storage.restservice.sparkjava.exceptions.InvalidRouteParametersException extends RuntimeException implements Serializable
-
-
Package one.microstream.util.traversing
-
Class one.microstream.util.traversing.AbstractTraversalSignal extends RuntimeException implements Serializable
-
Class one.microstream.util.traversing.AbstractTraversalSkipSignal extends AbstractTraversalSignal implements Serializable
-
Class one.microstream.util.traversing.TraversalSignalAbort extends AbstractTraversalSignal implements Serializable
-
Class one.microstream.util.traversing.TraversalSignalSkipEnqueueReference extends AbstractTraversalSkipSignal implements Serializable
-
Class one.microstream.util.traversing.TraversalSignalSkipInstance extends AbstractTraversalSkipSignal implements Serializable
-
Class one.microstream.util.traversing.TraversalSignalSkipTraversingReferences extends AbstractTraversalSkipSignal implements Serializable
-