public interface GenericInstanceFactory
QuickConstructorGenerator
for instantiating generic storable instances.Modifier and Type | Method and Description |
---|---|
Storable |
instantiate(RawSupport support) |
Storable |
instantiate(RawSupport support,
byte[] key) |
Storable |
instantiate(RawSupport support,
byte[] key,
byte[] value) |
Storable instantiate(RawSupport support)
Storable instantiate(RawSupport support, byte[] key) throws FetchException
FetchException
Storable instantiate(RawSupport support, byte[] key, byte[] value) throws FetchException
FetchException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.