OrcCompressionCodec Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. OrcCompressionCodec
- com.
- com.
public final class OrcCompressionCodec
extends ExpandableStringEnum<OrcCompressionCodec>
Defines values for OrcCompressionCodec.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Orc |
LZO
Static value lzo for Orc |
|
static final
Orc |
NONE
Static value none for Orc |
|
static final
Orc |
SNAPPY
Static value snappy for Orc |
|
static final
Orc |
ZLIB
Static value zlib for Orc |
Constructor Summary
| Constructor | Description |
|---|---|
| OrcCompressionCodec() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Orc |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Orc |
fromString(String name)
Creates or finds a Orc |
|
static
Collection<Orc |
values()
Gets known Orc |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LZO
public static final OrcCompressionCodec LZO
Static value lzo for OrcCompressionCodec.
NONE
public static final OrcCompressionCodec NONE
Static value none for OrcCompressionCodec.
SNAPPY
public static final OrcCompressionCodec SNAPPY
Static value snappy for OrcCompressionCodec.
ZLIB
public static final OrcCompressionCodec ZLIB
Static value zlib for OrcCompressionCodec.
Constructor Details
OrcCompressionCodec
@Deprecated
public OrcCompressionCodec()
Deprecated
Creates a new instance of OrcCompressionCodec value.
Method Details
fromString
public static OrcCompressionCodec fromString(String name)
Creates or finds a OrcCompressionCodec from its string representation.
Parameters:
Returns:
values
public static Collection<OrcCompressionCodec> values()
Gets known OrcCompressionCodec values.
Returns: