Uses of Package
org.opendaylight.controller.cluster.io
-
Packages that use org.opendaylight.controller.cluster.io Package Description org.opendaylight.controller.cluster.io org.opendaylight.controller.cluster.messaging org.opendaylight.controller.cluster.raft -
Classes in org.opendaylight.controller.cluster.io used by org.opendaylight.controller.cluster.io Class Description FileBackedOutputStream AnOutputStream
that starts buffering to a byte array, but switches to file buffering once the data reaches a configurable size.SharedFileBackedOutputStream A FileBackedOutputStream that allows for sharing in that it maintains a usage count and the backing file isn't deleted until the usage count reaches 0. -
Classes in org.opendaylight.controller.cluster.io used by org.opendaylight.controller.cluster.messaging Class Description FileBackedOutputStream AnOutputStream
that starts buffering to a byte array, but switches to file buffering once the data reaches a configurable size.FileBackedOutputStreamFactory A factory for creatingFileBackedOutputStream
instances. -
Classes in org.opendaylight.controller.cluster.io used by org.opendaylight.controller.cluster.raft Class Description FileBackedOutputStreamFactory A factory for creatingFileBackedOutputStream
instances.