Package | Description |
---|---|
org.apache.flink.statefun.sdk.java.types |
Modifier and Type | Method and Description |
---|---|
static TypeCharacteristics |
TypeCharacteristics.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeCharacteristics[] |
TypeCharacteristics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<TypeCharacteristics> |
SliceType.typeCharacteristics() |
java.util.Set<TypeCharacteristics> |
SimpleType.typeCharacteristics() |
default java.util.Set<TypeCharacteristics> |
Type.typeCharacteristics() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.