public class UpsertParam extends InsertParam
upsert
interface.Modifier and Type | Class and Description |
---|---|
static class |
UpsertParam.Builder
Builder for
UpsertParam class. |
InsertParam.Field
Modifier and Type | Method and Description |
---|---|
static UpsertParam.Builder |
newBuilder() |
java.lang.String |
toString()
Warning: don't use lombok@ToString to annotate this class
because large number of vectors will waste time in toString() method.
|
public static UpsertParam.Builder newBuilder()
public java.lang.String toString()
toString
in class InsertParam