org.apache.falcon.resource.channel
Class IPCChannel
java.lang.Object
org.apache.falcon.resource.channel.AbstractChannel
org.apache.falcon.resource.channel.IPCChannel
- All Implemented Interfaces:
- Channel
public class IPCChannel
- extends AbstractChannel
Inter-process implementation of a Channel.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IPCChannel
public IPCChannel()
init
public void init(String ignoreColo,
String serviceName)
throws FalconException
- Throws:
FalconException
invoke
public <T> T invoke(String methodName,
Object... args)
throws FalconException
- Throws:
FalconException
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.