Modifier and Type | Field and Description |
---|---|
static TypeName |
Types.COMMANDS_TYPE |
static TypeName |
Types.SOURCE_COMMANDS_TYPE |
static TypeName |
Types.VERIFICATION_RESULT_TYPE |
Modifier and Type | Method and Description |
---|---|
static boolean |
Types.isTypeOf(TypedValue value,
TypeName type) |
Modifier and Type | Method and Description |
---|---|
TypeName |
ComponentJsonObject.binderTypename()
Returns the
TypeName of the binder for this component. |
Modifier and Type | Method and Description |
---|---|
<T> void |
ExtensionModule.Binder.bindExtension(TypeName typeName,
T extension) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<TypeName,java.lang.Object> |
StatefulFunctionsUniverse.getExtensions() |
Modifier and Type | Method and Description |
---|---|
<T> void |
StatefulFunctionsUniverse.bindExtension(TypeName typeName,
T extension) |
<T> T |
StatefulFunctionsUniverse.resolveExtension(TypeName typeName,
java.lang.Class<T> extensionClass) |
Modifier and Type | Field and Description |
---|---|
static TypeName |
TransportClientConstants.ASYNC_CLIENT_FACTORY_TYPE |
static TypeName |
TransportClientConstants.OKHTTP_CLIENT_FACTORY_TYPE |
Modifier and Type | Method and Description |
---|---|
TypeName |
TransportClientSpec.factoryKind() |
TypeName |
HttpFunctionEndpointSpec.transportClientFactoryType() |
Constructor and Description |
---|
TransportClientSpec(TypeName factoryKind,
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.node.ObjectNode properties) |
Modifier and Type | Field and Description |
---|---|
static TypeName |
HttpEndpointBinderV1.KIND_TYPE |
Modifier and Type | Method and Description |
---|---|
<T> T |
ExtensionResolver.resolveExtension(TypeName typeName,
java.lang.Class<T> extensionClass) |
Modifier and Type | Method and Description |
---|---|
TypeName |
RemoteValueSerializerSnapshot.type() |
Constructor and Description |
---|
RemoteValueTypeInfo(TypeName type) |
RemoteValueTypeMismatchException(TypeName previousValueType,
TypeName newValueType) |
Modifier and Type | Method and Description |
---|---|
static TypeName |
TypeName.parseFrom(java.lang.String typeNameString) |
Modifier and Type | Method and Description |
---|---|
TypeName |
RemotePersistedValue.type() |
Modifier and Type | Method and Description |
---|---|
static RemotePersistedValue |
RemotePersistedValue.of(java.lang.String stateName,
TypeName typeName) |
static RemotePersistedValue |
RemotePersistedValue.of(java.lang.String stateName,
TypeName typeName,
Expiration expiration) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.