- All Implemented Interfaces:
- AutoCloseable
- Direct Known Subclasses:
- C4BlobKey, C4BlobReadStream, C4BlobStore, C4BlobWriteStream, C4Database, C4DatabaseObserver, C4DocEnumerator, C4Document, C4DocumentObserver, C4FullTextMatch, C4KeyPair, C4Listener, C4Query, C4QueryEnumerator, C4RawDocument, C4Replicator, C4Socket, FLArrayIterator, FLDictIterator, FLEncoder, FLSliceResult
public abstract class C4NativePeer
extends Object
implements AutoCloseable
Objects with native peers subclass this type.
This object's lock is part of its API, so that subclasses can create actions that are
atomic WRT the peer.
Ideally, it would never expose the peer handle at all...