public abstract class InfinispanSearchClient extends Object implements SearchClient
Modifier and Type | Field and Description |
---|---|
protected String |
cacheName |
protected static String |
COMMON_PROTO_KEY |
protected static String |
JSON_CACHE_CONFIG |
protected Logger |
log |
protected static String |
PROTO_CACHE |
static String |
SEARCH_CACHE_DEFAULT |
protected static String |
SEARCH_PROTO_KEY |
protected static String |
TYPE |
protected static String |
XML_CACHE_CONFIG |
SRFN
Modifier | Constructor and Description |
---|---|
protected |
InfinispanSearchClient(Properties properties) |
protected |
InfinispanSearchClient(Properties properties,
String host,
int port,
String username,
String password,
String cacheName) |
Modifier and Type | Method and Description |
---|---|
protected abstract int |
defaultPort() |
protected abstract void |
initialize(Properties properties,
String host,
int port,
String username,
String password,
String cacheName) |
static String |
toFqn() |
protected String |
toKey(Search.Artifact artifact) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, index, index, initialize, search
close
protected final Logger log
protected static final String PROTO_CACHE
public static final String SEARCH_CACHE_DEFAULT
protected static final String COMMON_PROTO_KEY
protected static final String SEARCH_PROTO_KEY
protected static final String TYPE
protected static final String JSON_CACHE_CONFIG
protected static final String XML_CACHE_CONFIG
protected final String cacheName
protected InfinispanSearchClient(Properties properties)
protected InfinispanSearchClient(Properties properties, String host, int port, String username, String password, String cacheName)
protected abstract int defaultPort()
protected abstract void initialize(Properties properties, String host, int port, String username, String password, String cacheName)
protected String toKey(Search.Artifact artifact)
public static String toFqn()
Copyright © 2020 Red Hat. All rights reserved.