Class IvecsFileFormat

java.lang.Object
com.hazelcast.vector.jet.IvecsFileFormat
All Implemented Interfaces:
FileFormat<Map.Entry<Integer,int[]>>, Serializable

@Beta public class IvecsFileFormat extends Object implements FileFormat<Map.Entry<Integer,int[]>>
ivecs format definition for Unified File Connector
Since:
5.5
See Also:
  • Field Details

  • Constructor Details

    • IvecsFileFormat

      public IvecsFileFormat()
  • Method Details

    • format

      @Nonnull public String format()
      Description copied from interface: FileFormat
      Returns the name of the file format. The convention is to use the well-known filename suffix or, if there is none, a short-form name of the format.
      Specified by:
      format in interface FileFormat<Map.Entry<Integer,int[]>>