Serialized Form
-
Package ai.dat.core.configuration
-
Class ai.dat.core.configuration.MemorySize
class MemorySize extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bytes
long bytes
The memory size, in bytes. -- GETTER -- Gets the memory size in bytes.
-
-
-
Package ai.dat.core.configuration.time
-
Class ai.dat.core.configuration.time.Time
class Time extends Object implements Serializable- serialVersionUID:
- -350254188460915999L
-
Serialized Fields
-
size
long size
The size of the windows generated by this policy. -- GETTER -- Gets the length of this policy's time interval. -
unit
TimeUnit unit
The time unit for this policy's time interval. -- GETTER -- Gets the time unit for this policy's time interval.
-
-
-
Package ai.dat.core.exception
-
Exception ai.dat.core.exception.ValidationException
class ValidationException extends RuntimeException implements Serializable
-