Package com.hazelcast.vector.jet
Class IvecsFileFormat
java.lang.Object
com.hazelcast.vector.jet.IvecsFileFormat
- All Implemented Interfaces:
FileFormat<Map.Entry<Integer,,int[]>> Serializable
ivecs format definition for Unified File Connector
- Since:
- 5.5
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IVECS_FILE_FORMAT
Format id for ivecs.- See Also:
-
-
Constructor Details
-
IvecsFileFormat
public IvecsFileFormat()
-
-
Method Details
-
format
Description copied from interface:FileFormatReturns 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:
formatin interfaceFileFormat<Map.Entry<Integer,int[]>>
-