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.CurrentTimeSource
Implementation that uses
System.currentTimeMillis() . |
static class |
TimeSource.NanoTimeSource
Implementation that uses
System.nanoTime() . |
static class |
TimeSource.SimTimeSource
Implementation that uses
NANO_TIME accelerated by a double multiplier. |
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. |
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.