Uses of Class
io.split.engine.sse.enums.CompressType
-
Packages that use CompressType Package Description io.split.engine.sse.dtos io.split.engine.sse.enums -
-
Uses of CompressType in io.split.engine.sse.dtos
Methods in io.split.engine.sse.dtos that return CompressType Modifier and Type Method Description CompressTypeCommonChangeNotification. getCompressType() -
Uses of CompressType in io.split.engine.sse.enums
Methods in io.split.engine.sse.enums that return CompressType Modifier and Type Method Description static CompressTypeCompressType. from(Integer value)Get compress type from valuestatic CompressTypeCompressType. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressType[]CompressType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-