Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
MapEntry<K,V> |
MapEntry.Builder.build() |
MapEntry<K,V> |
MapEntry.Builder.buildPartial() |
MapEntry<K,V> |
MapEntry.getDefaultInstanceForType() |
MapEntry<K,V> |
MapEntry.Builder.getDefaultInstanceForType() |
static <K,V> MapEntry<K,V> |
MapEntry.newDefaultInstance(Descriptors.Descriptor descriptor,
WireFormat.FieldType keyType,
K defaultKey,
WireFormat.FieldType valueType,
V defaultValue)
Create a default MapEntry instance.
|
Modifier and Type | Method and Description |
---|---|
Parser<MapEntry<K,V>> |
MapEntry.getParserForType() |
Modifier and Type | Method and Description |
---|---|
static <K,V> MapField<K,V> |
MapField.emptyMapField(MapEntry<K,V> defaultEntry)
Returns an immutable empty MapField.
|
static <K,V> MapField<K,V> |
MapField.newMapField(MapEntry<K,V> defaultEntry)
Creates a new mutable empty MapField.
|
protected static <V> void |
GeneratedMessageV3.serializeBooleanMapTo(CodedOutputStream out,
MapField<java.lang.Boolean,V> field,
MapEntry<java.lang.Boolean,V> defaultEntry,
int fieldNumber) |
protected static <V> void |
GeneratedMessageV3.serializeIntegerMapTo(CodedOutputStream out,
MapField<java.lang.Integer,V> field,
MapEntry<java.lang.Integer,V> defaultEntry,
int fieldNumber) |
protected static <V> void |
GeneratedMessageV3.serializeLongMapTo(CodedOutputStream out,
MapField<java.lang.Long,V> field,
MapEntry<java.lang.Long,V> defaultEntry,
int fieldNumber) |
protected static <V> void |
GeneratedMessageV3.serializeStringMapTo(CodedOutputStream out,
MapField<java.lang.String,V> field,
MapEntry<java.lang.String,V> defaultEntry,
int fieldNumber) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.