All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1. download redis-cell from https://github.com/brandur/redis-cell/releases 2. unzip 3. redis-cli>module load /path/to/libredis_cell.so
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
usage example:
 
 
 
 
 
 
 
 
 
 
 
 
 
Deprecated.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
For testing gRPC with two-way TLS.
 
 
need to add the following into GuiceModule: bind(Scheduler.class).toProvider(GuiceSchedulerProvider.class).asEagerSingleton();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
IdleEventMonitor is a utility class to track the last request timestamp and loose transaction ID.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Validation annotation to ensure that exactly a specified number of fields are non-null.
Container annotation for repeatable use of LimitNonNullGroup.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
sample:
Checks against one of the specified values.
 
 
 
 
work with @GET only
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Usage: @Scheduled(cron="0 15 10 ? * 6L 2012-2015")// org.quartz cron expression: Fire at 10:15am on every last Friday of every month during the years 2012, 2013, 2014 and 2015 @Scheduled(dayOfMonth = 1, hour=2, minute=3)// monthly: every 2:03am 1st day of the month @Scheduled(daysOfWeek=1, hour=14, minute=15)// weekly: 2:15pm every Sunday @Scheduled(daysOfWeek={1, 6, 7}, hour=14, minute=15)// weekly: 2:15pm every Sunday, Friday and Saturday @Scheduled(hour = 14, minute = 15, second = 16)// daily: 2:15:16pm everyday @Scheduled(minute = 15, second = 16)// hourly: every hour at the 15th minute and the 16th second @Scheduled(second = 16)// minutely: every minute at the 16th second @Scheduled(fixedRateMs = 10_000, initialDelayMs=5_000)// start job after 5 seconds, run job every 10 secsonds no matter how long the job takes @Scheduled(fixedDelayMs = 10_000, initialDelayMs=5_000)// start job after 5 seconds, when the job finished wait 10 seconds then start it again
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Volatile Bean Pattern
 
 
In Code We Trust
In Code We Trust
 
 
 
In Code We Trust
 
 
 
 
 
 
 
 
 
 
404 error will be responsed as html when extends WebResourceController