|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.s4.core.ft.SerializeTask
public class SerializeTask
Encaspulate a PE serialization operation. This operation locks the PE instance in order to avoid any inconsistent serialized state. If serialization is successful, the PE is marked as "not dirty".
Constructor Summary | |
---|---|
SerializeTask(ProcessingElement pe)
|
Method Summary | |
---|---|
byte[] |
call()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializeTask(ProcessingElement pe)
Method Detail |
---|
public byte[] call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<byte[]>
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |