Package | Description |
---|---|
org.apache.flink.statefun.sdk.reqreply.generated |
Modifier and Type | Method and Description |
---|---|
static FromFunction.PersistedValueMutation.MutationType |
FromFunction.PersistedValueMutation.MutationType.forNumber(int value) |
FromFunction.PersistedValueMutation.MutationType |
FromFunction.PersistedValueMutationOrBuilder.getMutationType()
.io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation.MutationType mutation_type = 1; |
FromFunction.PersistedValueMutation.MutationType |
FromFunction.PersistedValueMutation.getMutationType()
.io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation.MutationType mutation_type = 1; |
FromFunction.PersistedValueMutation.MutationType |
FromFunction.PersistedValueMutation.Builder.getMutationType()
.io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation.MutationType mutation_type = 1; |
static FromFunction.PersistedValueMutation.MutationType |
FromFunction.PersistedValueMutation.MutationType.valueOf(Descriptors.EnumValueDescriptor desc) |
static FromFunction.PersistedValueMutation.MutationType |
FromFunction.PersistedValueMutation.MutationType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FromFunction.PersistedValueMutation.MutationType |
FromFunction.PersistedValueMutation.MutationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FromFunction.PersistedValueMutation.MutationType[] |
FromFunction.PersistedValueMutation.MutationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<FromFunction.PersistedValueMutation.MutationType> |
FromFunction.PersistedValueMutation.MutationType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
FromFunction.PersistedValueMutation.Builder |
FromFunction.PersistedValueMutation.Builder.setMutationType(FromFunction.PersistedValueMutation.MutationType value)
.io.statefun.sdk.reqreply.FromFunction.PersistedValueMutation.MutationType mutation_type = 1; |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.