Infinispan HotRod C++ Client 9.2.0.Final
Loading...
Searching...
No Matches
TimeUnit.h
Go to the documentation of this file.
1#ifndef ISPN_HOTROD_TIMEUNIT_H
2#define ISPN_HOTROD_TIMEUNIT_H
3
4namespace infinispan {
5namespace hotrod {
6
13 enum TimeUnit {
14 SECONDS = 0x00,
18 MINUTES = 0x04,
19 DAYS = 0x06,
20 HOURS = 0x05,
21 DEFAULT = 0x07,
22 INFINITUM = 0x08
23 };
24}} // namespace
25
26#endif /* ISPN_HOTROD_TIMEUNIT_H */
TimeUnit
Definition: TimeUnit.h:13
@ SECONDS
Definition: TimeUnit.h:14
@ MINUTES
Definition: TimeUnit.h:18
@ HOURS
Definition: TimeUnit.h:20
@ MICROSECONDS
Definition: TimeUnit.h:17
@ NANOSECONDS
Definition: TimeUnit.h:16
@ DAYS
Definition: TimeUnit.h:19
@ DEFAULT
Definition: TimeUnit.h:21
@ INFINITUM
Definition: TimeUnit.h:22
@ MILLISECONDS
Definition: TimeUnit.h:15
Definition: AuthenticationConfiguration.h:10