|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RiakClientFactory
Top level interface for RawClient
factories
Method Summary | |
---|---|
boolean |
accepts(Class<? extends Configuration> configClass)
Is the concrete factory able to create RawClient s with
configClass Configuration s?
Call before newClient. |
RawClient |
newClient(Configuration config)
Create a new RawClient instance configured by config |
Method Detail |
---|
boolean accepts(Class<? extends Configuration> configClass)
RawClient
s with
configClass
Configuration
s?
Call before newClient.
configClass
- the Configuration
implementation
RawClient
for the
configClass
false otherwiseRawClient newClient(Configuration config) throws IOException
RawClient
instance configured by config
config
- a specific implementation of Configuration
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |