Interface SchemaCoder.SchemaCoderProvider

All Superinterfaces:
Serializable
Enclosing interface:
SchemaCoder

public static interface SchemaCoder.SchemaCoderProvider extends Serializable
Provider for SchemaCoder. It allows creating multiple instances of client in parallel operators without serializing it.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Creates a new instance of SchemaCoder.
  • Method Details

    • get

      Creates a new instance of SchemaCoder. Each time it should create a new instance, as it will be called on multiple nodes.
      Returns:
      new instance SchemaCoder