A C D E G I K M N O P S T V 

A

Admin - Interface in com.mapr.streams
 

C

close() - Method in interface com.mapr.streams.Admin
Override AutoCloseable.close() to avoid declaring a checked exception.
com.mapr.streams - package com.mapr.streams
 
countTopics(String) - Method in interface com.mapr.streams.Admin
Count the number of topics in a stream.
createStream(String, StreamDescriptor) - Method in interface com.mapr.streams.Admin
Create a stream.
createTopic(String, String) - Method in interface com.mapr.streams.Admin
Create a topic with the default number of partitions.
createTopic(String, String, int) - Method in interface com.mapr.streams.Admin
Create a topic with the specified number of partitions.

D

deleteStream(String) - Method in interface com.mapr.streams.Admin
Delete a stream.
deleteTopic(String, String) - Method in interface com.mapr.streams.Admin
Delete a topic.

E

editStream(String, StreamDescriptor) - Method in interface com.mapr.streams.Admin
Modify the attributes of a stream.
editTopic(String, String, int) - Method in interface com.mapr.streams.Admin
Modify the number of partitions for a topic.

G

getAdminPerms() - Method in interface com.mapr.streams.StreamDescriptor
 
getAutoCreateTopics() - Method in interface com.mapr.streams.StreamDescriptor
 
getCompressionAlgo() - Method in interface com.mapr.streams.StreamDescriptor
 
getConsumePerms() - Method in interface com.mapr.streams.StreamDescriptor
 
getCopyPerms() - Method in interface com.mapr.streams.StreamDescriptor
 
getDefaultPartitions() - Method in interface com.mapr.streams.StreamDescriptor
 
getMessageStore(String) - Static method in class com.mapr.streams.Streams
Returns a read-only DocumentStore object representing the stream of the given path
getMessageStore(String, Configuration) - Static method in class com.mapr.streams.Streams
Returns a read-only DocumentStore object representing the stream of the given path
getMessageStore(String, String...) - Static method in class com.mapr.streams.Streams
Returns a read-only DocumentStore object representing the stream of the given path User can also provide only a subset of topics to read messages from
getMessageStore(String, Configuration, String...) - Static method in class com.mapr.streams.Streams
Returns a read-only DocumentStore object representing the stream of the given path User can also provide only a subset of topics to read messages from
getMessageStore(String, Pattern) - Static method in class com.mapr.streams.Streams
Returns a read-only DocumentStore object representing the stream of the given path User can also provide a regex representing all topics to read messages from
getMessageStore(String, Configuration, Pattern) - Static method in class com.mapr.streams.Streams
Returns a read-only DocumentStore object representing the stream of the given path User can also provide a regex representing all topics to read messages from
getProducePerms() - Method in interface com.mapr.streams.StreamDescriptor
 
getStreamDescriptor(String) - Method in interface com.mapr.streams.Admin
Get the StreamDescriptor for a stream.
getTimeToLiveSec() - Method in interface com.mapr.streams.StreamDescriptor
 
getTopicPerms() - Method in interface com.mapr.streams.StreamDescriptor
 

I

ID - Static variable in class com.mapr.streams.Streams
Field name representing the unique id of the message

K

KEY - Static variable in class com.mapr.streams.Streams
Field name representing the message key

M

MAX_CACHE_MEMORY - Static variable in class com.mapr.streams.Streams
Configuration parameter that controls the maximum cache memory to use while iterating through the scanned documents(default long: 100MB)
MAX_SCANNER_THREADS - Static variable in class com.mapr.streams.Streams
Configuration parameter to set the maximum number of background threads to scan the documents(default int: 16)

N

newAdmin(Configuration) - Static method in class com.mapr.streams.Streams
Creates and returns an Admin instance with specified configuration.
newStreamDescriptor() - Static method in class com.mapr.streams.Streams
Creates and returns a StreamDescriptor instance.

O

OFFSET - Static variable in class com.mapr.streams.Streams
Field name representing offset of the message

P

PARTITION - Static variable in class com.mapr.streams.Streams
Field name representing partition id of the message
PRODUCER - Static variable in class com.mapr.streams.Streams
Field name representing producer of the message

S

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
 

T

TOPIC - Static variable in class com.mapr.streams.Streams
Field name representing topic of the message

V

VALUE - Static variable in class com.mapr.streams.Streams
Field name representing the message value(user provided message)
A C D E G I K M N O P S T V 

Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.