|
||||||||||
| 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 RawClients with
configClass Configurations?
Call before newClient. |
RawClient |
newClient(Configuration config)
Create a new RawClient instance configured by config |
| Method Detail |
|---|
boolean accepts(Class<? extends Configuration> configClass)
RawClients with
configClass Configurations?
Call before newClient.
configClass - the Configuration implementation
RawClient for the
configClass false otherwise
RawClient 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 | |||||||||