case class State(protocol: Protocol, metadata: Metadata, setTransactions: Seq[SetTransaction], sizeInBytes: Long, numOfFiles: Long, numOfMetadata: Long, numOfProtocol: Long, numOfRemoves: Long, numOfSetTransactions: Long) extends Product with Serializable
Metrics and metadata computed around the Delta table
- protocol
The protocol version of the Delta table
- metadata
The metadata of the table
- setTransactions
The streaming queries writing to this table
- sizeInBytes
The total size of the table (of active files, not including tombstones)
- numOfFiles
The number of files in this table
- numOfMetadata
The number of metadata actions in the state. Should be 1
- numOfProtocol
The number of protocol actions in the state. Should be 1
- numOfRemoves
The number of tombstones in the state
- numOfSetTransactions
Number of streams writing to this table
- Alphabetic
- By Inheritance
- State
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
State(protocol: Protocol, metadata: Metadata, setTransactions: Seq[SetTransaction], sizeInBytes: Long, numOfFiles: Long, numOfMetadata: Long, numOfProtocol: Long, numOfRemoves: Long, numOfSetTransactions: Long)
- protocol
The protocol version of the Delta table
- metadata
The metadata of the table
- setTransactions
The streaming queries writing to this table
- sizeInBytes
The total size of the table (of active files, not including tombstones)
- numOfFiles
The number of files in this table
- numOfMetadata
The number of metadata actions in the state. Should be 1
- numOfProtocol
The number of protocol actions in the state. Should be 1
- numOfRemoves
The number of tombstones in the state
- numOfSetTransactions
Number of streams writing to this table
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val metadata: Metadata
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numOfFiles: Long
- val numOfMetadata: Long
- val numOfProtocol: Long
- val numOfRemoves: Long
- val numOfSetTransactions: Long
- val protocol: Protocol
- val setTransactions: Seq[SetTransaction]
- val sizeInBytes: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()