Package com.couchbase.lite.internal.core
Class C4NativePeer
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4NativePeer
-
- All Implemented Interfaces:
java.lang.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 java.lang.Object implements java.lang.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...
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-