public class LookupStrategy extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
deletionVector |
boolean |
isFirstRow |
boolean |
needLookup |
boolean |
produceChangelog |
Modifier and Type | Method and Description |
---|---|
static LookupStrategy |
from(boolean isFirstRow,
boolean produceChangelog,
boolean deletionVector,
boolean forceLookup) |
public final boolean needLookup
public final boolean isFirstRow
public final boolean produceChangelog
public final boolean deletionVector
public static LookupStrategy from(boolean isFirstRow, boolean produceChangelog, boolean deletionVector, boolean forceLookup)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.