@Beta public class DataLinkResource extends Object
For example, JDBC returns the list of tables and views, Kafka returns the list of topics, and for a filesystem the list of files etc.
DataLinkResource(String type, String name)
boolean
equals(Object o)
int
hashCode()
String
name()
toString()
type()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public DataLinkResource(@Nonnull String type, @Nonnull String name)
@Nonnull public String type()
@Nonnull public String name()
TODO Should we use String[]?
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2023 Hazelcast, Inc.. All rights reserved.