public interface RecordFactory
IndexedRecord
,
MappedRecord
Modifier and Type | Method and Description |
---|---|
IndexedRecord |
createIndexedRecord(String recordName)
Creates a IndexedRecord.
|
MappedRecord |
createMappedRecord(String recordName)
Creates a MappedRecord.
|
MappedRecord createMappedRecord(String recordName) throws ResourceException
recordName
- Name of the RecordResourceException
- Failed to create a MappedRecord.
Example error cases are:
NotSupportedException
- Operation not supportedIndexedRecord createIndexedRecord(String recordName) throws ResourceException
recordName
- Name of the RecordResourceException
- Failed to create an IndexedRecord.
Example error cases are:
NotSupportedException
- Operation not supportedCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.