Class CollectCoordinationResponse

    • Constructor Detail

      • CollectCoordinationResponse

        public CollectCoordinationResponse​(String version,
                                           long lastCheckpointedOffset,
                                           List<byte[]> serializedResults)
      • CollectCoordinationResponse

        public CollectCoordinationResponse​(org.apache.flink.core.memory.DataInputView inView)
                                    throws IOException
        Throws:
        IOException
    • Method Detail

      • getVersion

        public String getVersion()
      • getLastCheckpointedOffset

        public long getLastCheckpointedOffset()
      • getResults

        public <T> List<T> getResults​(org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer)
                               throws IOException
        Throws:
        IOException
      • serialize

        public void serialize​(org.apache.flink.core.memory.DataOutputView outView)
                       throws IOException
        Throws:
        IOException