| Package | Description |
|---|---|
| org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
| org.apache.solr.util |
Common utility classes used throughout Solr
|
| Constructor and Description |
|---|
ActionThrottle(String name,
long minMsBetweenActions,
TimeSource timeSource) |
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeSource.CurrentTimeSource
Implementation that uses
System.currentTimeMillis(). |
static class |
TimeSource.NanoTimeSource
Implementation that uses
System.nanoTime(). |
| Modifier and Type | Field and Description |
|---|---|
static TimeSource |
TimeSource.CURRENT_TIME
This instance uses
TimeSource.CurrentTimeSource for generating timestamps. |
static TimeSource |
TimeSource.NANO_TIME
This instance uses
TimeSource.NanoTimeSource for generating timestamps. |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.