Class IntegerArrayQueuedLogEntry
java.lang.Object
dev.doglog.internal.log_thread.entries.BaseQueuedLogEntry
dev.doglog.internal.log_thread.entries.IntegerArrayQueuedLogEntry
-
Field Summary
Fields inherited from class dev.doglog.internal.log_thread.entries.BaseQueuedLogEntry
key, timestamp, type
-
Constructor Summary
ConstructorDescriptionIntegerArrayQueuedLogEntry
(String key, long timestamp, int[] value) IntegerArrayQueuedLogEntry
(String key, long timestamp, long[] value) -
Method Summary
-
Field Details
-
value
public final long[] value
-
-
Constructor Details
-
IntegerArrayQueuedLogEntry
-
IntegerArrayQueuedLogEntry
-