| Package | Description |
|---|---|
| org.influxdb | |
| org.influxdb.dto | |
| org.influxdb.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
InfluxDB.createShard(Shard shard)
Deprecated.
this functionality is gone with 0.8.0, will be removed in the next version.
|
void |
InfluxDB.dropShard(Shard shard)
Deprecated.
this functionality is gone with 0.8.0, will be removed in the next version.
|
| Modifier and Type | Method and Description |
|---|---|
List<Shard> |
Shards.getLongTerm() |
List<Shard> |
Shards.getShortTerm() |
| Modifier and Type | Method and Description |
|---|---|
void |
Shards.setLongTerm(List<Shard> longTerm) |
void |
Shards.setShortTerm(List<Shard> shortTerm) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfluxDBImpl.createShard(Shard shard)
Create a new Shard.
|
void |
InfluxDBImpl.dropShard(Shard shard)
Drop the given shard.
|
Copyright © 2014. All Rights Reserved.