Java org.springframework.data.gemfire.client Interest fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.gemfire.client Interest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.gemfire.client Interest.

The text is from its open source code.

Constructor

Interest(K key)
Constructs an instance of non-durable Interest initialized with the given key to register interest in, using the InterestResultPolicy#DEFAULT to initialize the client cache and receiving values by default.

Method

KgetKey()
Returns the key on which interest is registered.
InterestResultPolicygetPolicy()
Returns the InterestResultPolicy used when interest is registered and determines whether KEYS, KEYS_VALUES or nothing (NONE) is initially fetched on initial registration.
booleanisDurable()
Determines whether the interest registration is durable and persists between cache client sessions.
booleanisReceiveValues()
Returns the type of values received by the listener.