com.netflix.astyanax.recipes
Class UUIDStringSupplier

java.lang.Object
  extended by com.netflix.astyanax.recipes.UUIDStringSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<String>

public class UUIDStringSupplier
extends Object
implements com.google.common.base.Supplier<String>


Constructor Summary
UUIDStringSupplier()
           
 
Method Summary
 String get()
           
static UUIDStringSupplier getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDStringSupplier

public UUIDStringSupplier()
Method Detail

getInstance

public static UUIDStringSupplier getInstance()

get

public String get()
Specified by:
get in interface com.google.common.base.Supplier<String>


Copyright © 2012. All Rights Reserved.