Package org.apache.cassandra.audit
Class BinAuditLogger.Message
- java.lang.Object
-
- org.apache.cassandra.utils.binlog.BinLog.ReleaseableWriteMarshallable
-
- org.apache.cassandra.audit.BinAuditLogger.Message
-
- All Implemented Interfaces:
net.openhft.chronicle.bytes.CommonMarshallable
,net.openhft.chronicle.wire.WriteMarshallable
,net.openhft.chronicle.wire.WriteValue
,WeightedQueue.Weighable
- Enclosing class:
- BinAuditLogger
public static class BinAuditLogger.Message extends BinLog.ReleaseableWriteMarshallable implements WeightedQueue.Weighable
-
-
Constructor Summary
Constructors Constructor Description Message(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
release()
protected java.lang.String
type()
protected long
version()
int
weight()
void
writeMarshallablePayload(net.openhft.chronicle.wire.WireOut wire)
-
Methods inherited from class org.apache.cassandra.utils.binlog.BinLog.ReleaseableWriteMarshallable
writeMarshallable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
version
protected long version()
- Specified by:
version
in classBinLog.ReleaseableWriteMarshallable
-
type
protected java.lang.String type()
- Specified by:
type
in classBinLog.ReleaseableWriteMarshallable
-
writeMarshallablePayload
public void writeMarshallablePayload(net.openhft.chronicle.wire.WireOut wire)
- Specified by:
writeMarshallablePayload
in classBinLog.ReleaseableWriteMarshallable
-
release
public void release()
- Specified by:
release
in classBinLog.ReleaseableWriteMarshallable
-
weight
public int weight()
- Specified by:
weight
in interfaceWeightedQueue.Weighable
-
-