Package org.apache.ignite.table
Class TableViewOptions.Builder
java.lang.Object
org.apache.ignite.table.TableViewOptions.Builder
- Enclosing class:
- TableViewOptions
Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the options.nearCacheOptions
(@Nullable NearCacheOptions nearCacheOptions) Sets options for Near Cache.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nearCacheOptions
public TableViewOptions.Builder nearCacheOptions(@Nullable @Nullable NearCacheOptions nearCacheOptions) Sets options for Near Cache.- Parameters:
nearCacheOptions
- Near cache options.null
means Near Cache is disabled.- Returns:
- This builder instance.
-
build
Builds the options.- Returns:
- Data streamer options.
-