Package com.linkedin.venice.views
Class ViewUtils
- java.lang.Object
-
- com.linkedin.venice.views.ViewUtils
-
- Direct Known Subclasses:
ViewWriterUtils
public class ViewUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ETERNAL_TOPIC_RETENTION_ENABLED
static java.lang.String
LOG_COMPACTION_ENABLED
static java.lang.String
PARTITION_COUNT
static java.lang.String
USE_FAST_KAFKA_OPERATION_TIMEOUT
-
Constructor Summary
Constructors Constructor Description ViewUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VeniceView
getVeniceView(java.lang.String viewClass, java.util.Properties params, Store veniceStore, java.util.Map<java.lang.String,java.lang.String> extraParameters)
-
-
-
Field Detail
-
PARTITION_COUNT
public static final java.lang.String PARTITION_COUNT
- See Also:
- Constant Field Values
-
USE_FAST_KAFKA_OPERATION_TIMEOUT
public static final java.lang.String USE_FAST_KAFKA_OPERATION_TIMEOUT
- See Also:
- Constant Field Values
-
LOG_COMPACTION_ENABLED
public static final java.lang.String LOG_COMPACTION_ENABLED
- See Also:
- Constant Field Values
-
ETERNAL_TOPIC_RETENTION_ENABLED
public static final java.lang.String ETERNAL_TOPIC_RETENTION_ENABLED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVeniceView
public static VeniceView getVeniceView(java.lang.String viewClass, java.util.Properties params, Store veniceStore, java.util.Map<java.lang.String,java.lang.String> extraParameters)
-
-