com.amazon.carbonado.raw
Interface GenericInstanceFactory


public interface GenericInstanceFactory

Can be used with QuickConstructorGenerator for instantiating generic storable instances.

Author:
Brian S O'Neill

Method Summary
 Storable instantiate(RawSupport support)
           
 Storable instantiate(RawSupport support, byte[] key)
           
 Storable instantiate(RawSupport support, byte[] key, byte[] value)
           
 

Method Detail

instantiate

Storable instantiate(RawSupport support)

instantiate

Storable instantiate(RawSupport support,
                     byte[] key)
                     throws FetchException
Throws:
FetchException

instantiate

Storable instantiate(RawSupport support,
                     byte[] key,
                     byte[] value)
                     throws FetchException
Throws:
FetchException


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.