org.fluentd.logger.sender
Class Event.EventTemplate
java.lang.Object
org.msgpack.template.AbstractTemplate<Event>
org.fluentd.logger.sender.Event.EventTemplate
- All Implemented Interfaces:
- org.msgpack.template.Template<Event>
- Enclosing class:
- Event
public static class Event.EventTemplate
- extends org.msgpack.template.AbstractTemplate<Event>
|
Method Summary |
Event |
read(org.msgpack.unpacker.Unpacker u,
Event to,
boolean required)
|
void |
write(org.msgpack.packer.Packer pk,
Event v,
boolean required)
|
| Methods inherited from class org.msgpack.template.AbstractTemplate |
read, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static Event.EventTemplate INSTANCE
Event.EventTemplate
public Event.EventTemplate()
write
public void write(org.msgpack.packer.Packer pk,
Event v,
boolean required)
throws IOException
- Throws:
IOException
read
public Event read(org.msgpack.unpacker.Unpacker u,
Event to,
boolean required)
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.