Serialized Form
-
Package io.delta.kernel.commit
-
Exception Class io.delta.kernel.commit.CommitFailedException
class CommitFailedException extends Exception implements Serializable-
Serialized Fields
-
conflict
boolean conflict
-
retryable
boolean retryable
-
-
-
Exception Class io.delta.kernel.commit.PublishFailedException
class PublishFailedException extends RuntimeException implements Serializable
-
-
Package io.delta.kernel.exceptions
-
Exception Class io.delta.kernel.exceptions.CheckpointAlreadyExistsException
class CheckpointAlreadyExistsException extends KernelException implements Serializable -
Exception Class io.delta.kernel.exceptions.CommitRangeNotFoundException
class CommitRangeNotFoundException extends KernelException implements Serializable -
Exception Class io.delta.kernel.exceptions.CommitStateUnknownException
class CommitStateUnknownException extends RuntimeException implements Serializable -
Exception Class io.delta.kernel.exceptions.ConcurrentTransactionException
class ConcurrentTransactionException extends ConcurrentWriteException implements Serializable -
Exception Class io.delta.kernel.exceptions.ConcurrentWriteException
class ConcurrentWriteException extends KernelException implements Serializable -
Exception Class io.delta.kernel.exceptions.DomainDoesNotExistException
class DomainDoesNotExistException extends KernelException implements Serializable -
Exception Class io.delta.kernel.exceptions.InvalidConfigurationValueException
class InvalidConfigurationValueException extends KernelException implements Serializable -
Exception Class io.delta.kernel.exceptions.InvalidTableException
class InvalidTableException extends KernelException implements Serializable -
Exception Class io.delta.kernel.exceptions.KernelEngineException
class KernelEngineException extends RuntimeException implements Serializable -
Exception Class io.delta.kernel.exceptions.KernelException
class KernelException extends RuntimeException implements Serializable -
Exception Class io.delta.kernel.exceptions.MaxCommitRetryLimitReachedException
class MaxCommitRetryLimitReachedException extends KernelException implements Serializable -
Exception Class io.delta.kernel.exceptions.MetadataChangedException
class MetadataChangedException extends ConcurrentWriteException implements Serializable -
Exception Class io.delta.kernel.exceptions.ProtocolChangedException
class ProtocolChangedException extends ConcurrentWriteException implements Serializable -
Exception Class io.delta.kernel.exceptions.StartVersionNotFoundException
class StartVersionNotFoundException extends KernelException implements Serializable -
Exception Class io.delta.kernel.exceptions.TableAlreadyExistsException
class TableAlreadyExistsException extends KernelException implements Serializable -
Exception Class io.delta.kernel.exceptions.TableNotFoundException
class TableNotFoundException extends KernelException implements Serializable-
Serialized Fields
-
tablePath
String tablePath
-
-
-
Exception Class io.delta.kernel.exceptions.UnknownConfigurationException
class UnknownConfigurationException extends KernelException implements Serializable -
Exception Class io.delta.kernel.exceptions.UnsupportedProtocolVersionException
class UnsupportedProtocolVersionException extends KernelException implements Serializable-
Serialized Fields
-
tablePath
String tablePath
-
version
int version
-
versionType
UnsupportedProtocolVersionException.ProtocolVersionType versionType
-
-
-
Exception Class io.delta.kernel.exceptions.UnsupportedTableFeatureException
class UnsupportedTableFeatureException extends KernelException implements Serializable
-
-
Package io.delta.kernel.internal.actions
-
Class io.delta.kernel.internal.actions.Format
class Format extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.delta.kernel.internal.actions.Metadata
class Metadata extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Prevent direct deserialization of Metadata (must use SerializableMetadata).- Throws:
InvalidObjectException
-
writeReplace
Replace this Metadata with SerializableMetadata during serialization. This is the standard Java serialization proxy pattern for immutable objects with complex fields.
-
-
Serialized Fields
-
configuration
Lazy<Map<String,
String>> configuration -
configurationMapValue
MapValue configurationMapValue
-
createdTime
Optional<Long> createdTime
-
dataSchema
Lazy<StructType> dataSchema
-
description
Optional<String> description
-
format
Format format
-
id
String id
-
name
Optional<String> name
-
partitionColNames
Lazy<Set<String>> partitionColNames
-
partitionColumns
ArrayValue partitionColumns
-
schema
Lazy<StructType> schema
-
schemaString
String schemaString
-
-
Class io.delta.kernel.internal.actions.Protocol
class Protocol extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package io.delta.kernel.internal.fs
-
Class io.delta.kernel.internal.fs.Path
class Path extends Object implements Serializable- serialVersionUID:
- 708623L
-
Serialized Fields
-
uri
URI uri
-
-
-
Package io.delta.kernel.internal.types
-
Class io.delta.kernel.internal.types.DataTypeJsonSerDe.StructTypeSerializer
class StructTypeSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<StructType> implements Serializable
-