| Package | Description |
|---|---|
| io.dropwizard.discovery.bundle.id | |
| io.dropwizard.discovery.bundle.id.constraints | |
| io.dropwizard.discovery.bundle.id.constraints.impl |
| Modifier and Type | Method and Description |
|---|---|
static Id |
IdGenerator.generate(String prefix)
Generate id with given prefix
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<Id> |
IdGenerator.generateWithConstraints(String prefix,
List<IdValidationConstraint> inConstraints)
Generate id that mathces all passed constraints.
|
static Optional<Id> |
IdGenerator.generateWithConstraints(String prefix,
List<IdValidationConstraint> inConstraints,
boolean skipGlobal)
Generate id that mathces all passed constraints.
|
static Optional<Id> |
IdGenerator.generateWithConstraints(String prefix,
String domain)
Generate id that mathces all passed constraints.
|
static Optional<Id> |
IdGenerator.generateWithConstraints(String prefix,
String domain,
boolean skipGlobal)
Generate id that mathces all passed constraints.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IdValidationConstraint.isValid(Id id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PartitionValidator.isValid(Id id) |
int |
KeyPartitioner.partition(Id id) |
int |
JavaHashCodeBasedKeyPartitioner.partition(Id id) |
int |
MurmurBasedKeyPartitioner.partition(Id id) |
Copyright © 2019. All rights reserved.