public static class Compatibility.CheckSelector.ChronologySelector extends Object
| Modifier and Type | Method and Description |
|---|---|
ChronologyCompatibilityCheckResult |
all(Iterable<org.apache.avro.Schema> schemasInOrder) |
ChronologyCompatibilityCheckResult |
all(org.apache.avro.Schema... schemasInOrder) |
ChronologyCompatibilityCheckResult |
latestOf(Iterable<org.apache.avro.Schema> schemasInOrder) |
ChronologyCompatibilityCheckResult |
latestOf(org.apache.avro.Schema... schemasInOrder) |
public ChronologyCompatibilityCheckResult all(Iterable<org.apache.avro.Schema> schemasInOrder)
schemasInOrder - existing schemas, latest last.public ChronologyCompatibilityCheckResult all(org.apache.avro.Schema... schemasInOrder)
schemasInOrder - existing schemas, latest last.public ChronologyCompatibilityCheckResult latestOf(Iterable<org.apache.avro.Schema> schemasInOrder)
schemasInOrder - existing schemas, latest last.public ChronologyCompatibilityCheckResult latestOf(org.apache.avro.Schema... schemasInOrder)
schemasInOrder - existing schemas, latest last.Copyright © 2017–2019 Hotels.com (Data Platform Team). All rights reserved.