public interface ConnectorLoader
Modifier and Type | Method and Description |
---|---|
<T extends RemoteConnector> |
createConnector(NodeInformation nodeInformation,
Class<T> operationType) |
String |
getCachingKey(NodeInformation nodeInformation,
Class<? extends RemoteConnector> operationType) |
String |
getConnectorType() |
boolean |
isReusable() |
int |
priority() |
void |
shutdown() |
String getConnectorType()
<T extends RemoteConnector> T createConnector(NodeInformation nodeInformation, Class<T> operationType) throws RemoteException
RemoteException
int priority()
boolean isReusable()
String getCachingKey(NodeInformation nodeInformation, Class<? extends RemoteConnector> operationType)
void shutdown()
Copyright © 2015. All rights reserved.