Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.worker
Class NettyFabricWorkerConfig<T extends Serializable>

java.lang.Object
  extended by com.liferay.portal.fabric.netty.worker.NettyFabricWorkerConfig<T>
All Implemented Interfaces:
Serializable

public class NettyFabricWorkerConfig<T extends Serializable>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NettyFabricWorkerConfig(long id, ProcessConfig processConfig, ProcessCallable<T> processCallable, Map<java.nio.file.Path,java.nio.file.Path> inputPathMap)
           
 
Method Summary
 long getId()
           
 Map<java.nio.file.Path,java.nio.file.Path> getInputPathMap()
           
 ProcessCallable<T> getProcessCallable()
           
 ProcessConfig getProcessConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyFabricWorkerConfig

public NettyFabricWorkerConfig(long id,
                               ProcessConfig processConfig,
                               ProcessCallable<T> processCallable,
                               Map<java.nio.file.Path,java.nio.file.Path> inputPathMap)
Method Detail

getId

public long getId()

getInputPathMap

public Map<java.nio.file.Path,java.nio.file.Path> getInputPathMap()

getProcessCallable

public ProcessCallable<T> getProcessCallable()

getProcessConfig

public ProcessConfig getProcessConfig()

Liferay 7.0-ce-b4