Class RemoteTableMapManager
java.lang.Object
com.illumon.iris.db.tables.remote.RemoteTableMapManager
public class RemoteTableMapManager extends Object
Exposes proxies to remote tables exported by an ExportedTableHandleManager.
-
Constructor Summary
Constructors Constructor Description RemoteTableMapManager(QueryProcessorConnection processorConnection, com.fishlib.io.logger.Logger log)
-
Method Summary
Modifier and Type Method Description void
addHandle(int id, TableMapClient tableMapClient)
void
processTableMapKeyAddition(int handleId, Object arg)
-
Constructor Details
-
RemoteTableMapManager
public RemoteTableMapManager(QueryProcessorConnection processorConnection, com.fishlib.io.logger.Logger log)
-
-
Method Details