Uses of Class
ai.heavy.thrift.server.TCountDistinctSetStorage
-
Packages that use TCountDistinctSetStorage Package Description ai.heavy.thrift.server -
-
Uses of TCountDistinctSetStorage in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TCountDistinctSetStorage Modifier and Type Field Description TCountDistinctSetStorageTCountDistinctSet. storageMethods in ai.heavy.thrift.server that return TCountDistinctSetStorage Modifier and Type Method Description static TCountDistinctSetStorageTCountDistinctSetStorage. bitmap(byte[] value)static TCountDistinctSetStorageTCountDistinctSetStorage. bitmap(ByteBuffer value)TCountDistinctSetStorageTCountDistinctSetStorage. deepCopy()TCountDistinctSetStorageTCountDistinctSet. getStorage()static TCountDistinctSetStorageTCountDistinctSetStorage. sparse_set(Set<Long> value)Methods in ai.heavy.thrift.server with parameters of type TCountDistinctSetStorage Modifier and Type Method Description intTCountDistinctSetStorage. compareTo(TCountDistinctSetStorage other)booleanTCountDistinctSetStorage. equals(TCountDistinctSetStorage other)TCountDistinctSetTCountDistinctSet. setStorage(TCountDistinctSetStorage storage)Constructors in ai.heavy.thrift.server with parameters of type TCountDistinctSetStorage Constructor Description TCountDistinctSet(TCountDistinctImplType type, TCountDistinctSetStorage storage, long remote_ptr)TCountDistinctSetStorage(TCountDistinctSetStorage other)
-