- setAdminPerms(String) - Method in interface com.mapr.streams.StreamDescriptor
-
Sets the admin permission ace.
- setAutoCreateTopics(boolean) - Method in interface com.mapr.streams.StreamDescriptor
-
Sets if topics should be auto-created when a message is produced.
- setCompressionAlgo(String) - Method in interface com.mapr.streams.StreamDescriptor
-
Sets the compression algo.
- setConsumePerms(String) - Method in interface com.mapr.streams.StreamDescriptor
-
Sets the consume permission ace.
- setCopyPerms(String) - Method in interface com.mapr.streams.StreamDescriptor
-
Sets the copy permission ace.
- setDefaultPartitions(int) - Method in interface com.mapr.streams.StreamDescriptor
-
Sets the default number of partitions per topic.
- setProducePerms(String) - Method in interface com.mapr.streams.StreamDescriptor
-
Sets the producer permission ace.
- setTimeToLiveSec(long) - Method in interface com.mapr.streams.StreamDescriptor
-
Sets the time-to-live for messages.
- setTopicPerms(String) - Method in interface com.mapr.streams.StreamDescriptor
-
Sets the topic permission ace.
- StreamDescriptor - Interface in com.mapr.streams
-
A StreamDescriptor contains the details about a stream such as the
ttl, compression algo, default number of partitions per topic and so on.
- Streams - Class in com.mapr.streams
-
This class provides the entry point to accessing MapR streams for analytics
purposes.
- Streams() - Constructor for class com.mapr.streams.Streams
-