Package voldemort.server.scheduler.slop

Examples of voldemort.server.scheduler.slop.SlopPurgeJob.run()


                        job.setFilter(request.getFilterNodeIdsList(),
                                      request.hasFilterZoneId() ? request.getFilterZoneId()
                                                               : Zone.UNSET_ZONE_ID,
                                      request.getFilterStoreNamesList());
                        job.run();
                    } else {
                        logger.error("SlopPurgeJob is not initialized.");
                    }
                }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.