Uses of Class
com.c8db.model.C8StreamCreateOptions
-
Packages that use C8StreamCreateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of C8StreamCreateOptions in com.c8db
Methods in com.c8db with parameters of type C8StreamCreateOptions Modifier and Type Method Description voidC8Database. createPersistentStream(String name, C8StreamCreateOptions options)Create asynchronously a persistent stream for a given fabric.Collection<C8StreamEntity>C8Database. getPersistentStreams(C8StreamCreateOptions options)Get list of persistent streams under the given stream db. -
Uses of C8StreamCreateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type C8StreamCreateOptions Modifier and Type Method Description protected RequestInternalC8Database. createC8PersistentStreamRequest(String name, C8StreamCreateOptions options)voidC8DatabaseImpl. createPersistentStream(String name, C8StreamCreateOptions options)protected RequestInternalC8Database. getC8PersistentStreamsRequest(C8StreamCreateOptions options)Collection<C8StreamEntity>C8DatabaseImpl. getPersistentStreams(C8StreamCreateOptions options) -
Uses of C8StreamCreateOptions in com.c8db.model
Methods in com.c8db.model that return C8StreamCreateOptions Modifier and Type Method Description C8StreamCreateOptionsC8StreamCreateOptions. isLocal(Boolean isLocal)
-