Record Class Kb.ConfiguredStore
java.lang.Object
java.lang.Record
com.oracle.coherence.rag.api.Kb.ConfiguredStore
- Record Components:
name- the name of the storeconfig- the configuration of the store
- Enclosing class:
Kb
Record representing a configured store with its name and configuration.
This record is used in API responses to provide a summary of available stores along with their current configuration settings.
- Since:
- 25.09
- Author:
- Aleks Seovic 2025.07.04
-
Constructor Summary
ConstructorsConstructorDescriptionConfiguredStore(String name, StoreConfig config) Creates an instance of aConfiguredStorerecord class. -
Method Summary
Modifier and TypeMethodDescriptionconfig()Returns the value of theconfigrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
name
-
config
-