Interface UUIDBuilder
-
- All Superinterfaces:
ProtoStreamBuilder<UUID>
public interface UUIDBuilder extends ProtoStreamBuilder<UUID>
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDBuildersetLeastSignificantBits(long bits)UUIDBuildersetMostSignificantBits(long bits)-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamBuilder
build
-
-
-
-
Method Detail
-
setMostSignificantBits
UUIDBuilder setMostSignificantBits(long bits)
-
setLeastSignificantBits
UUIDBuilder setLeastSignificantBits(long bits)
-
-