Class ViewBuilder<K,V_BACK,V_FRONT>

java.lang.Object
com.tangosol.net.MapViewBuilder<K,V_BACK,V_FRONT>
com.tangosol.net.ViewBuilder<K,V_BACK,V_FRONT>
Type Parameters:
K - the type of the cache entry keys
V_BACK - the type of the entry values in the back cache that is used as the source for this view
V_FRONT - the type of the entry values in this view, which will be the same as V_BACK, unless a transformer is specified when creating this view

public class ViewBuilder<K,V_BACK,V_FRONT> extends MapViewBuilder<K,V_BACK,V_FRONT>
The ViewBuilder provides a means to build() a view (ContinuousQueryCache) using a fluent pattern / style.
Since:
12.2.1.4
Author:
rl 5.22.19
See Also: