| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.cloud | Common classes for SolrCloud. | 
| org.apache.solr.client.solrj.cloud.autoscaling | Common classes for autoscaling parsing filtering nodes and sorting | 
| org.apache.solr.client.solrj.impl | Concrete implementations of client API classes. | 
| org.apache.solr.common.util | Common utility classes reused on both clients & server. | 
| Modifier and Type | Method and Description | 
|---|---|
| TimeSource | SolrCloudManager. getTimeSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| TimeSource | DelegatingCloudManager. getTimeSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| TimeSource | SolrClientCloudManager. getTimeSource() | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TimeSource.CurrentTimeSourceImplementation that uses  System.currentTimeMillis(). | 
| static class  | TimeSource.NanoTimeSourceImplementation that uses  System.nanoTime(). | 
| static class  | TimeSource.SimTimeSourceImplementation that uses  NANO_TIMEaccelerated by a double multiplier. | 
| Modifier and Type | Field and Description | 
|---|---|
| static TimeSource | TimeSource. CURRENT_TIMEThis instance uses  TimeSource.CurrentTimeSourcefor generating timestamps. | 
| static TimeSource | TimeSource. NANO_TIMEThis instance uses  TimeSource.NanoTimeSourcefor generating timestamps. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TimeSource | TimeSource. get(String type)Obtain an instance of time source. | 
| Modifier and Type | Method and Description | 
|---|---|
| static long | Utils. time(TimeSource timeSource,
    TimeUnit unit) | 
| static long | Utils. timeElapsed(TimeSource timeSource,
           long start,
           TimeUnit unit) | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.