Uses of Class
org.lightcouch.Changes
-
-
Uses of Changes in org.lightcouch
Methods in org.lightcouch that return Changes Modifier and Type Method Description ChangesCouchDbClientBase. changes()Provides access to Change Notifications API.ChangesChanges. continuousChanges()Requests Change notifications of feed type continuous.ChangesChanges. filter(java.lang.String filter)ChangesChanges. heartBeat(long heartBeat)ChangesChanges. includeDocs(boolean includeDocs)ChangesChanges. limit(int limit)ChangesChanges. since(java.lang.String since)ChangesChanges. style(java.lang.String style)ChangesChanges. timeout(long timeout)
-