public interface SchemaStore
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
SchemaStore.Cache
A map-based cache of schemas by AVRO-CRC-64 fingerprint. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Schema | 
findByFingerprint(long fingerprint)
Retrieves a fingerprint by its AVRO-CRC-64 fingerprint. 
 | 
Schema findByFingerprint(long fingerprint)
fingerprint - an AVRO-CRC-64 fingerprint longCopyright © 2009–2019 The Apache Software Foundation. All rights reserved.