Package org.infinispan.query.remote.impl
Interface ExternalizerIds
-
public interface ExternalizerIds
Identifiers used by the Marshaller to delegate to specialized Externalizers. For details, read http://infinispan.org/docs/9.0.x/user_guide/user_guide.html#_preassigned_externalizer_id_ranges The range reserved for the Infinispan Remote Query module is from 1700 to 1799.- Since:
- 6.0
- Author:
- anistor@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description static Integer
ICKLE_BINARY_PROTOBUF_FILTER_AND_CONVERTER
static Integer
ICKLE_CONTINUOUS_QUERY_CACHE_EVENT_FILTER_CONVERTER
static Integer
ICKLE_CONTINUOUS_QUERY_RESULT
static Integer
ICKLE_FILTER_RESULT
static Integer
ICKLE_PROTOBUF_CACHE_EVENT_FILTER_CONVERTER
static Integer
ICKLE_PROTOBUF_FILTER_AND_CONVERTER
static Integer
PROTOBUF_VALUE_WRAPPER
-
-
-
Field Detail
-
PROTOBUF_VALUE_WRAPPER
static final Integer PROTOBUF_VALUE_WRAPPER
-
ICKLE_PROTOBUF_CACHE_EVENT_FILTER_CONVERTER
static final Integer ICKLE_PROTOBUF_CACHE_EVENT_FILTER_CONVERTER
-
ICKLE_PROTOBUF_FILTER_AND_CONVERTER
static final Integer ICKLE_PROTOBUF_FILTER_AND_CONVERTER
-
ICKLE_CONTINUOUS_QUERY_CACHE_EVENT_FILTER_CONVERTER
static final Integer ICKLE_CONTINUOUS_QUERY_CACHE_EVENT_FILTER_CONVERTER
-
ICKLE_BINARY_PROTOBUF_FILTER_AND_CONVERTER
static final Integer ICKLE_BINARY_PROTOBUF_FILTER_AND_CONVERTER
-
ICKLE_CONTINUOUS_QUERY_RESULT
static final Integer ICKLE_CONTINUOUS_QUERY_RESULT
-
ICKLE_FILTER_RESULT
static final Integer ICKLE_FILTER_RESULT
-
-