|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basho.riak.client.raw.http.HTTPClusterClientFactory
public class HTTPClusterClientFactory
Factory for HTTPClusterClient
Method Summary | |
---|---|
boolean |
accepts(Class<? extends Configuration> configClass)
Is the concrete factory able to create RawClient s with
configClass Configuration s?
Call before newClient. |
static RiakClientFactory |
getInstance()
|
RawClient |
newClient(Configuration config)
Create a new RawClient instance configured by config |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RiakClientFactory getInstance()
public boolean accepts(Class<? extends Configuration> configClass)
RiakClientFactory
RawClient
s with
configClass
Configuration
s?
Call before newClient.
accepts
in interface RiakClientFactory
configClass
- the Configuration
implementation
RawClient
for the
configClass
false otherwisepublic RawClient newClient(Configuration config) throws IOException
RiakClientFactory
RawClient
instance configured by config
newClient
in interface RiakClientFactory
config
- a specific implementation of Configuration
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |