com.amazon.carbonado.raw
Interface GenericInstanceFactory
public interface GenericInstanceFactory
Can be used with QuickConstructorGenerator
for instantiating generic storable instances.
- Author:
- Brian S O'Neill
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.