Class ClientCacheEntryListenerHandler<K,​V>

    • Method Detail

      • startListen

        public void startListen​(javax.cache.event.CacheEntryUpdatedListener<K,​V> locLsnr,
                                ClientDisconnectListener disconnectLsnr,
                                javax.cache.configuration.Factory<? extends javax.cache.event.CacheEntryEventFilter<? super K,​? super V>> rmtFilterFactory,
                                int pageSize,
                                long timeInterval,
                                boolean includeExpired)
        Send request to the server and start
      • onChannelClosed

        public void onChannelClosed​(Exception reason)
      • clientChannel

        public org.apache.ignite.internal.client.thin.ClientChannel clientChannel()
        Client channel.