Package com.couchbase.lite.internal.core
Class C4NativePeer
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4NativePeer
-
- 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 log 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 String
toString()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.AutoCloseable
close
-
-