Uses of Interface
org.apache.flink.core.io.IOReadableWritable
-
-
Uses of IOReadableWritable in org.apache.flink.api.common.distributions
Subinterfaces of IOReadableWritable in org.apache.flink.api.common.distributions Modifier and Type Interface Description interfaceDataDistribution -
Uses of IOReadableWritable in org.apache.flink.api.common.io
Classes in org.apache.flink.api.common.io with type parameters of type IOReadableWritable Modifier and Type Class Description classSerializedInputFormat<T extends IOReadableWritable>Reads elements by deserializing them with their regular serialization/deserialization functionality.classSerializedOutputFormat<T extends IOReadableWritable>Stores elements by serializing them with their regular serialization/deserialization functionality.Classes in org.apache.flink.api.common.io that implement IOReadableWritable Modifier and Type Class Description classBlockInfoA block of 24 bytes written at the end of a block in a binary file, and containing i) the number of records in the block, ii) the accumulated number of records, and iii) the offset of the first record in the block. -
Uses of IOReadableWritable in org.apache.flink.configuration
Classes in org.apache.flink.configuration that implement IOReadableWritable Modifier and Type Class Description classConfigurationLightweight configuration object which stores key/value pairs.classDelegatingConfigurationA configuration that manages a subset of keys with a common prefix from a given configuration.classUnmodifiableConfigurationUnmodifiable version of the Configuration class. -
Uses of IOReadableWritable in org.apache.flink.core.fs
Classes in org.apache.flink.core.fs that implement IOReadableWritable Modifier and Type Class Description classPathNames a file or directory in aFileSystem. -
Uses of IOReadableWritable in org.apache.flink.core.io
Classes in org.apache.flink.core.io that implement IOReadableWritable Modifier and Type Class Description classPostVersionedIOReadableWritableAVersionedIOReadableWritablewhich allows to differentiate whether the previous data was versioned with aVersionedIOReadableWritable.classVersionedIOReadableWritableThis is the abstract base class forIOReadableWritablewhich allows to differentiate between serialization versions. -
Uses of IOReadableWritable in org.apache.flink.types
Subinterfaces of IOReadableWritable in org.apache.flink.types Modifier and Type Interface Description interfaceCopyableValue<T>Interface to be implemented by basic types that support to be copied efficiently.interfaceKey<T>Deprecated.The Key type is a relict of a deprecated and removed API and will be removed in future (2.0) versions as well.interfaceNormalizableKey<T>The base interface for normalizable keys.interfaceResettableValue<T extends Value>interfaceValueBasic value interface for types that act as serializable values.Classes in org.apache.flink.types that implement IOReadableWritable Modifier and Type Class Description classBooleanValueBoxed serializable and comparable boolean type, representing the primitive typeboolean.classByteValueBoxed serializable and comparable byte type, representing the primitive typebyte(signed 8 bit integer).classCharValueBoxed serializable and comparable character type, representing the primitive typechar.classDoubleValueBoxed serializable and comparable double precision floating point type, representing the primitive typedouble.classFloatValueBoxed serializable and comparable single precision floating point type, representing the primitive typefloat.classIntValueBoxed serializable and comparable integer type, representing the primitive typeint.classListValue<V extends Value>Generic list base type for PACT programs that implements the Value and List interfaces.classLongValueBoxed serializable and comparable long integer type, representing the primitive typelong.classMapValue<K extends Value,V extends Value>Generic map base type for PACT programs that implements the Value and Map interfaces.classNullValueNull base type for programs that implements the Key interface.classRecordThe Record represents a multi-valued data record.classShortValueBoxed serializable and comparable short integer type, representing the primitive typeshort.classStringValueMutable string data type that implements the Key interface. -
Uses of IOReadableWritable in org.apache.flink.util
Methods in org.apache.flink.util with type parameters of type IOReadableWritable Modifier and Type Method Description static <T extends IOReadableWritable>
TInstantiationUtil. createCopyWritable(T original)Clones the given writable using theserialization.
-