Uses of Class
com.c8db.entity.C8StreamEntity
-
Packages that use C8StreamEntity Package Description com.c8db com.c8db.internal -
-
Uses of C8StreamEntity in com.c8db
Methods in com.c8db that return types with arguments of type C8StreamEntity Modifier and Type Method Description Collection<C8StreamEntity>C8Database. getPersistentStreams(C8StreamCreateOptions options)Get list of persistent streams under the given stream db.Collection<C8StreamEntity>C8Database. getStreams()Get list of all streams under given database. -
Uses of C8StreamEntity in com.c8db.internal
Methods in com.c8db.internal that return types with arguments of type C8StreamEntity Modifier and Type Method Description protected C8Executor.ResponseDeserializer<Collection<C8StreamEntity>>InternalC8Database. getC8StreamsResponseDeserializer()Collection<C8StreamEntity>C8DatabaseImpl. getPersistentStreams(C8StreamCreateOptions options)Collection<C8StreamEntity>C8DatabaseImpl. getStreams()
-