public interface IRemoteExecutor extends Remote
IRemoteExecutor
to
IClientService
s. Applications SHOULD NOT run arbitrary
Callable
s against an IDataService
or an
IMetadataService
unless it is necessary to access the index objects
locally on the service (index partition moves, scale-out joins, and rule
execution all do this).Future<? extends Object> submit(Callable<? extends Object> task) throws RemoteException
Callable
and return its Future
. The
Callable
will execute on the
IBigdataFederation.getExecutorService()
.Future
for that task.RejectedExecutionException
- if the task can not be accepted for execution.IOException
- if there is an RMI problem.RemoteException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.