Package org.apache.ignite.configuration
Interface SuperRootChange
public interface SuperRootChange
Interface that represent a "change" for the conjunction of all roots in the configuration.
-
Method Summary
Modifier and TypeMethodDescription<C> CchangeRoot(RootKey<?, ? super C, C> rootKey) Returns a root change for the root key.<V> VReturns a root view for the root key.
-
Method Details
-
viewRoot
Returns a root view for the root key. -
changeRoot
Returns a root change for the root key.
-