public class TransactionType extends Object implements PrimitiveType<TransactionBuilder,TransactionConfig,Transaction>
| Constructor and Description |
|---|
TransactionType() |
| Modifier and Type | Method and Description |
|---|---|
static TransactionType |
instance()
Returns a new consistent tree map type.
|
String |
name()
Returns the object name.
|
TransactionBuilder |
newBuilder(String name,
TransactionConfig config,
PrimitiveManagementService managementService)
Returns a new primitive builder.
|
TransactionConfig |
newConfig()
Returns a new instance of the primitive configuration.
|
PrimitiveService |
newService(ServiceConfig config)
Creates a new service instance from the given configuration.
|
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitnamespace, newResourcepublic static TransactionType instance()
public PrimitiveService newService(ServiceConfig config)
PrimitiveTypenewService in interface PrimitiveType<TransactionBuilder,TransactionConfig,Transaction>config - the service configurationpublic TransactionConfig newConfig()
PrimitiveTypenewConfig in interface PrimitiveType<TransactionBuilder,TransactionConfig,Transaction>newConfig in interface ConfiguredType<TransactionConfig>public TransactionBuilder newBuilder(String name, TransactionConfig config, PrimitiveManagementService managementService)
PrimitiveTypenewBuilder in interface PrimitiveType<TransactionBuilder,TransactionConfig,Transaction>name - the primitive nameconfig - the primitive configurationmanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.