Interface DataStorePropertiesContainer
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<DataStorePropertiesContainer>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<DistributedDatastoreProviderData>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,DataStoreProperties
public interface DataStorePropertiesContainer extends org.opendaylight.yangtools.yang.binding.ChildOf<DistributedDatastoreProviderData>, org.opendaylight.yangtools.yang.binding.Augmentable<DataStorePropertiesContainer>, DataStoreProperties
This class represents the following YANG schema fragment defined in module distributed-datastore-provider
container data-store-properties-container { uses data-store-properties; }The schema path to identify an instance is distributed-datastore-provider/data-store-properties-containerTo create instances of this class use
DataStorePropertiesContainerBuilder.- See Also:
DataStorePropertiesContainerBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<DataStorePropertiesContainer>implementedInterface()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612.DataStoreProperties
getBackendAlivenessTimerIntervalInSeconds, getBoundedMailboxCapacity, getCustomRaftPolicyImplementation, getFileBackedStreamingThresholdInMegabytes, getFrontendNoProgressTimeoutInSeconds, getFrontendRequestTimeoutInSeconds, getInitialPayloadSerializedBufferCapacity, getInitialSettleTimeoutMultiplier, getMaximumMessageSliceSize, getMaxShardDataChangeExecutorPoolSize, getMaxShardDataChangeExecutorQueueSize, getMaxShardDataChangeListenerQueueSize, getMaxShardDataStoreExecutorQueueSize, getOperationTimeoutInSeconds, getRecoverySnapshotIntervalSeconds, getShardBatchedModificationCount, getShardCommitQueueExpiryTimeoutInSeconds, getShardElectionTimeoutFactor, getShardHeartbeatIntervalInMillis, getShardInitializationTimeoutInSeconds, getShardIsolatedLeaderCheckIntervalInMillis, getShardJournalRecoveryLogBatchSize, getShardLeaderElectionTimeoutInSeconds, getShardSnapshotBatchCount, getShardSnapshotChunkSize, getShardSnapshotDataThresholdPercentage, getShardTransactionCommitQueueCapacity, getShardTransactionCommitTimeoutInSeconds, getShardTransactionIdleTimeoutInMinutes, getSyncIndexThreshold, getTransactionCreationInitialRateLimit, isEnableMetricCapture, isPersistent, isSnapshotOnRootOverwrite, isTransactionDebugContextEnabled, isUseTellBasedProtocol
-
-
-
-
Method Detail
-
implementedInterface
default Class<DataStorePropertiesContainer> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceDataStoreProperties
-
-