Class DbInfo
- java.lang.Object
-
- io.opentelemetry.instrumentation.jdbc.internal.DbInfo
-
public abstract class DbInfo extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDbInfo.BuilderThis class is internal and is hence not for public use.
-
Constructor Summary
Constructors Constructor Description DbInfo()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static DbInfo.Builderbuilder()abstract StringgetDb()abstract StringgetHost()abstract StringgetName()abstract IntegergetPort()abstract StringgetShortUrl()abstract StringgetSubtype()abstract StringgetSystem()abstract StringgetUser()DbInfo.BuildertoBuilder()
-
-
-
Field Detail
-
DEFAULT
public static final DbInfo DEFAULT
-
-
Method Detail
-
builder
public static DbInfo.Builder builder()
-
toBuilder
public DbInfo.Builder toBuilder()
-
-