| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Kafka.RecordBatch.Attributes
Synopsis
- data Compression
- data TimestampType
- getCompression :: Word16 -> Compression
- getTimestampType :: Word16 -> TimestampType
Types
data Compression Source #
Instances
| Show Compression Source # | |
Defined in Kafka.RecordBatch.Attributes Methods showsPrec :: Int -> Compression -> ShowS # show :: Compression -> String # showList :: [Compression] -> ShowS # | |
| Eq Compression Source # | |
Defined in Kafka.RecordBatch.Attributes | |
data TimestampType Source #
Constructors
| CreateTime | |
| LogAppendTime |
Instances
| Show TimestampType Source # | |
Defined in Kafka.RecordBatch.Attributes Methods showsPrec :: Int -> TimestampType -> ShowS # show :: TimestampType -> String # showList :: [TimestampType] -> ShowS # | |
| Eq TimestampType Source # | |
Defined in Kafka.RecordBatch.Attributes Methods (==) :: TimestampType -> TimestampType -> Bool # (/=) :: TimestampType -> TimestampType -> Bool # | |
Getters
getCompression :: Word16 -> Compression Source #