public class StreamsPropertiesImpl extends Object implements StreamsProperties
Constructor and Description |
---|
StreamsPropertiesImpl(Properties properties) |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationServer() |
long |
getBaseOffset() |
String |
getGlobalIdStoreName() |
String |
getGlobalIdTopic() |
Properties |
getProperties() |
String |
getStorageStoreName() |
String |
getStorageTopic() |
long |
toGlobalId(long offset,
int partition) |
public StreamsPropertiesImpl(Properties properties)
public Properties getProperties()
getProperties
in interface StreamsProperties
public long toGlobalId(long offset, int partition)
toGlobalId
in interface StreamsProperties
public long getBaseOffset()
getBaseOffset
in interface StreamsProperties
public String getStorageStoreName()
getStorageStoreName
in interface StreamsProperties
public String getGlobalIdStoreName()
getGlobalIdStoreName
in interface StreamsProperties
public String getStorageTopic()
getStorageTopic
in interface StreamsProperties
public String getGlobalIdTopic()
getGlobalIdTopic
in interface StreamsProperties
public String getApplicationServer()
getApplicationServer
in interface StreamsProperties
Copyright © 2020 Red Hat. All rights reserved.