Class UuidKeyEncoder

java.lang.Object
com.scaleout.client.caching.KeyEncoder<UUID>
com.scaleout.client.caching.UuidKeyEncoder

public class UuidKeyEncoder extends KeyEncoder<UUID>
The UuidKeyEncoder is an implementation of a KeyEncoder for UUID keys compatible with the SOSS-JNC API.
  • Constructor Details

    • UuidKeyEncoder

      public UuidKeyEncoder()
      Construct a key encoder for UUID keys.
  • Method Details