JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.apache.avro.file.Syncable
Packages that use
Syncable
Package
Description
org.apache.avro.file
A container file for Avro data.
Uses of
Syncable
in
org.apache.avro.file
Classes in
org.apache.avro.file
that implement
Syncable
Modifier and Type
Class
Description
class
SyncableFileOutputStream
An implementation of
Syncable
which writes to a file.