Package org.apache.druid.segment.serde
Interface MetaSerdeHelper.IntFieldWriter<T>
-
- All Superinterfaces:
MetaSerdeHelper.FieldWriter<T>
- Enclosing class:
- MetaSerdeHelper<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface MetaSerdeHelper.IntFieldWriter<T> extends MetaSerdeHelper.FieldWriter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intgetField(T x)default intsize(T x)default voidwriteTo(ByteBuffer buffer, T x)
-
-
-
Method Detail
-
getField
int getField(T x)
-
writeTo
default void writeTo(ByteBuffer buffer, T x)
- Specified by:
writeToin interfaceMetaSerdeHelper.FieldWriter<T>
-
size
default int size(T x)
- Specified by:
sizein interfaceMetaSerdeHelper.FieldWriter<T>
-
-