MCPcopy Create free account

hub / github.com/NiceSystems/hrider / functions

Functions888 in github.com/NiceSystems/hrider

↓ 1 callersMethodaddListener
Adds a listener for hbase related operations. @param listener A listener to add.
src/main/java/hrider/hbase/Connection.java:152
↓ 1 callersMethodaddTabActionListener
(TabActionListener listener)
src/main/java/hrider/ui/controls/JTab.java:101
↓ 1 callersMethodcanConvert
Checks whether the provided value can be converted to the type supported by this converter. @param value The value to check. @return True if the valu
src/main/java/hrider/converters/TypeConverter.java:120
↓ 1 callersMethodcheckHorizontalScrollBar
(BasicComboPopup popup)
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:312
↓ 1 callersMethodclone
()
src/main/java/hrider/data/ColumnFamily.java:97
↓ 1 callersMethodcolumnOperation
An event that is raised when a column is created. @param tableName The name of the table that contains the column. @param column The name of the c
src/main/java/hrider/hbase/HbaseActionListener.java:82
↓ 1 callersMethodcompareTo
(Version o)
src/main/java/hrider/system/Version.java:67
↓ 1 callersMethodcompareVersions
()
src/main/java/hrider/ui/forms/Window.java:332
↓ 1 callersMethodcopy
(InputStream in, OutputStream out)
src/main/java/hrider/io/Downloader.java:70
↓ 1 callersMethodcopy
(File source, File target)
src/main/java/hrider/io/FileHelper.java:65
↓ 1 callersMethodcopy
(InputStream in, double inSize, OutputStream out)
updater/src/main/java/hrider/updater/io/Downloader.java:96
↓ 1 callersMethodcopy
(InputStream in, OutputStream out)
updater/src/main/java/hrider/updater/io/ZipHelper.java:102
↓ 1 callersMethodcopyOperation
An event that is raised when a row is copied from one table to another. @param source The name of the source machine. @param sourceTable The nam
src/main/java/hrider/hbase/HbaseActionListener.java:38
↓ 1 callersMethodcopyTable
Copies all the data from one table to another. The tables can be on different clusters. @param targetTable The name of the target table. @param sou
src/main/java/hrider/hbase/Connection.java:300
↓ 1 callersMethodcreateAndShowGUI
Create the GUI and show it. For thread safety, this method should be invoked from the event-dispatching thread.
src/main/java/hrider/ui/forms/Window.java:271
↓ 1 callersMethodcreateAndShowGUI
Create the GUI and show it. For thread safety, this method should be invoked from the event-dispatching thread.
updater/src/main/java/hrider/updater/ui/forms/Window.java:150
↓ 1 callersMethodcreateConfig
()
src/main/java/hrider/config/ConnectionDetails.java:67
↓ 1 callersMethodcreateUI
(JComponent jcomponent)
src/main/java/hrider/ui/controls/JLinkButton.java:239
↓ 1 callersMethodcustomizePopup
(BasicComboPopup popup)
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:214
↓ 1 callersMethoddeleteRow
Deletes a row from the table. @param tableName The name of the table. @param row The row to be deleted. @throws IOException Error accessing hba
src/main/java/hrider/hbase/Connection.java:624
↓ 1 callersMethoddownload
(URL url)
src/main/java/hrider/io/Downloader.java:37
↓ 1 callersMethoddownload
(URL url)
updater/src/main/java/hrider/updater/io/Downloader.java:53
↓ 1 callersMethodeditConverter
Handles converter editing. @param oldName A new converter name if the name was changed or the old one. @param newName A new converter name if the nam
src/main/java/hrider/converters/ConvertersLoader.java:123
↓ 1 callersMethodenter
(String method)
src/main/java/hrider/ui/UIUpdateHandler.java:35
↓ 1 callersMethodequals
(Object obj)
src/main/java/hrider/data/ColumnQualifier.java:116
↓ 1 callersMethodequals
(Object obj)
src/main/java/hrider/converters/TypeConverter.java:153
↓ 1 callersMethodexecute
Executes the UI action.
src/main/java/hrider/ui/UIAction.java:26
↓ 1 callersMethodexportDelimitedFile
(File file, Scanner scanner)
src/main/java/hrider/ui/forms/ExportTableDialog.java:309
↓ 1 callersMethodexportHFile
(File file, Scanner scanner)
src/main/java/hrider/ui/forms/ExportTableDialog.java:337
↓ 1 callersMethodextractFileNameAndExtension
(String path, StringBuilder fileName, StringBuilder extension)
src/main/java/hrider/io/Downloader.java:80
↓ 1 callersMethodextractFileNameAndExtension
(String path, StringBuilder fileName, StringBuilder extension)
updater/src/main/java/hrider/updater/io/Downloader.java:113
↓ 1 callersMethodfileExists
Checks if the specified properties file exists. @param name The name of the file to check. The name should not contain extension. @return True if the
src/main/java/hrider/config/PropertiesConfig.java:81
↓ 1 callersMethodfillForm
(Query query)
src/main/java/hrider/ui/forms/ScanDialog.java:181
↓ 1 callersMethodfindFile
(File folder, Pattern regex)
src/main/java/hrider/io/FileHelper.java:53
↓ 1 callersMethodflushTable
Flushes a in memory portion of the table into the HFile. @param tableName The name of the table to flush. @throws IOException Error accessin
src/main/java/hrider/hbase/Connection.java:415
↓ 1 callersMethodformat
Formats the text. @param value The text to format. @return A formatted text.
src/main/java/hrider/ui/controls/format/FormatTextPane.java:93
↓ 1 callersMethodformatJson
Formats JSON. @param json A JSON to format. @return A formatted JSON.
src/main/java/hrider/converters/JsonConverter.java:83
↓ 1 callersMethodfromJson
(String json, Class<T> type)
src/main/java/hrider/converters/JsonConverter.java:66
↓ 1 callersMethodfromPrimitive
Converts a primitive value represented as {@link String} to object. @param type The type of the primitive. @param value The value to be converted. @
src/main/java/hrider/reflection/Clazz.java:48
↓ 1 callersMethodgetActiveLinkColor
()
src/main/java/hrider/ui/controls/JLinkButton.java:127
↓ 1 callersMethodgetChanges
Gets all updated rows. The rows contain only updated cells and not the full data. @return A list of rows that contain updated cells.
src/main/java/hrider/ui/ChangeTracker.java:123
↓ 1 callersMethodgetClasses
Collects all classes located in the provided package. @param packageName The name of the package. @return A list of classes if found or an empty list
src/main/java/hrider/reflection/JavaPackage.java:61
↓ 1 callersMethodgetClassesFromJar
Collects all classes located in the provided jar file under the specified package. @param jarFile The path to the jar file. @param packageName Th
src/main/java/hrider/reflection/JavaPackage.java:160
↓ 1 callersMethodgetClusters
Gets a list of all clusters that are open or were previously open. @return A list of cluster names.
src/main/java/hrider/config/ViewConfig.java:60
↓ 1 callersMethodgetColumnFamily
()
src/main/java/hrider/ui/forms/AddFamilyDialog.java:166
↓ 1 callersMethodgetColumnFilters
Gets a list of column filters. @param table The name of the table. @return A list of column filters.
src/main/java/hrider/config/ClusterConfig.java:172
↓ 1 callersMethodgetColumnQualifiers
()
src/main/java/hrider/ui/forms/ImportTableDialog.java:482
↓ 1 callersMethodgetColumnTypes
()
src/main/java/hrider/ui/forms/ImportTableDialog.java:471
↓ 1 callersMethodgetConnection
Gets a connection details used to connect to the hbase cluster. @return A reference to the {@link ConnectionDetails} class.
src/main/java/hrider/config/ClusterConfig.java:48
↓ 1 callersMethodgetConnectionCheckTimeout
Gets an amount of time to wait for hbase connection during check. @return An amount of time to wait.
src/main/java/hrider/config/GlobalConfig.java:133
↓ 1 callersMethodgetConverter
Gets a specific converter according to the provided name. @param name The name of the converter to get. @return A type converter if found or null oth
src/main/java/hrider/converters/ConvertersLoader.java:113
↓ 1 callersMethodgetConverterName
()
src/main/java/hrider/ui/forms/CustomConverterDialog.java:250
↓ 1 callersMethodgetConverters
Gets all loaded converters. @return A list of type converters.
src/main/java/hrider/converters/ConvertersLoader.java:88
↓ 1 callersMethodgetDateFormat
Gets the date time format to be used to parse/converters date time strings. @return A {@link String} representing date time format.
src/main/java/hrider/config/GlobalConfig.java:79
↓ 1 callersMethodgetDateTimeZone
Gets the date time zone to be used to parse/converters date time strings. @return A {@link String} representing date time zone.
src/main/java/hrider/config/GlobalConfig.java:88
↓ 1 callersMethodgetEndKeyAsString
Gets the end key represented as {@link String}. @return The end key.
src/main/java/hrider/hbase/Query.java:156
↓ 1 callersMethodgetErrors
()
src/main/java/hrider/reflection/JavaCompiler.java:51
↓ 1 callersMethodgetExpectedValue
Gets an expected value. @return A {@link String} representing the expected value.
src/main/java/hrider/data/CheckedRow.java:75
↓ 1 callersMethodgetExternalViewerDelimeter
Gets a delimiter to be used in the file to separate the data. @return A character to be used as a delimiter to separate the data in the file.
src/main/java/hrider/config/GlobalConfig.java:106
↓ 1 callersMethodgetExternalViewerFileExtension
Gets an extension to be used for a file to be created for the external viewer. @return A {@link String} representing a file extension.
src/main/java/hrider/config/GlobalConfig.java:97
↓ 1 callersMethodgetFamily
()
src/main/java/hrider/data/ColumnQualifier.java:82
↓ 1 callersMethodgetFormattedMessage
Gets a formatted message. The array might contain 1-3 elements where: 1. The first part of the message if exist. 2. The word/expression that descr
src/main/java/hrider/ui/UIAction.java:43
↓ 1 callersMethodgetLeaf
(String path)
src/main/java/hrider/io/PathHelper.java:158
↓ 1 callersMethodgetLinkBehavior
()
src/main/java/hrider/ui/controls/JLinkButton.java:105
↓ 1 callersMethodgetLinkColor
()
src/main/java/hrider/ui/controls/JLinkButton.java:116
↓ 1 callersMethodgetNameConverters
Gets all loaded converters that support column name conversions. @return A list of type converters.
src/main/java/hrider/converters/ConvertersLoader.java:97
↓ 1 callersMethodgetRootEntries
(File zippedFile)
updater/src/main/java/hrider/updater/io/ZipHelper.java:77
↓ 1 callersMethodgetRowIndex
(JTable table, int columnIndex, Object expectedValue)
src/main/java/hrider/ui/forms/ImportTableDialog.java:252
↓ 1 callersMethodgetRowIndex
(JTable table, int columnIndex, Object expectedValue)
src/main/java/hrider/ui/forms/AddRowDialog.java:176
↓ 1 callersMethodgetRows
Gets a collection of all table rows. @return A list of row if there are any or an empty collection.
src/main/java/hrider/data/DataTable.java:121
↓ 1 callersMethodgetRows
()
src/main/java/hrider/ui/forms/PasteDialog.java:122
↓ 1 callersMethodgetRowsCount
Gets the number of rows in the table. @return A number of rows in the table.
src/main/java/hrider/data/DataTable.java:130
↓ 1 callersMethodgetScrollPane
(ComboPopup popup)
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:272
↓ 1 callersMethodgetSelectedColumnFilter
Gets a previously used column filter. @param table The name of the table. @return A filter.
src/main/java/hrider/config/ClusterConfig.java:187
↓ 1 callersMethodgetSelectedTableFilter
Gets a previously used table filter. @return A filter.
src/main/java/hrider/config/ClusterConfig.java:162
↓ 1 callersMethodgetShownColumns
Gets a list of column names from the rows table. @return A list of column names.
src/main/java/hrider/ui/views/DesignerView.java:2120
↓ 1 callersMethodgetStartKeyAsString
Gets a start key represented as a {@link String}. @return A start key.
src/main/java/hrider/hbase/Query.java:97
↓ 1 callersMethodgetTableFilters
Gets a list of table filters. @return A list of table filters.
src/main/java/hrider/config/ClusterConfig.java:148
↓ 1 callersMethodgetTableName
Gets the name of the table. @return The name of the table.
src/main/java/hrider/data/DataTable.java:76
↓ 1 callersMethodgetTables
Gets a list of all table names in the hbase cluster. @return A list of table names. @throws IOException Error accessing hbase.
src/main/java/hrider/hbase/Connection.java:639
↓ 1 callersMethodgetVersion
()
updater/src/main/java/hrider/updater/ui/forms/Window.java:167
↓ 1 callersMethodgetVisitedLinkColor
()
src/main/java/hrider/ui/controls/JLinkButton.java:151
↓ 1 callersMethodgetWordAsByteArray
Gets a word represented as a byte array. @return A byte array.
src/main/java/hrider/hbase/Query.java:317
↓ 1 callersMethodguessType
Tries to understand the type of the value based on value itself. @return A guessed type if successful or null.
src/main/java/hrider/data/DataCell.java:190
↓ 1 callersMethodhasCells
Indicates if the row has cells. @return True if the row has cells or False otherwise.
src/main/java/hrider/data/DataRow.java:136
↓ 1 callersMethodhasPrev
Indicates if the backward navigation is possible. @return True if there are previously loaded rows or False otherwise.
src/main/java/hrider/hbase/Scanner.java:224
↓ 1 callersMethodhasValue
Checks if the cell contains the value. @param value The value to check. @return True if the cell contains the value or False otherwise.
src/main/java/hrider/data/DataCell.java:172
↓ 1 callersMethodhorizontalScrollBarWillBeVisible
(BasicComboPopup popup, JScrollPane scrollPane)
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:297
↓ 1 callersMethodimportDelimitedFile
(Connection connection, String table, String filePath)
src/main/java/hrider/ui/forms/ImportTableDialog.java:333
↓ 1 callersMethodimportHFile
(Connection connection, String table, String filePath)
src/main/java/hrider/ui/forms/ImportTableDialog.java:427
↓ 1 callersMethodinitializeColumnsTable
Initializes a columns table used to present the columns of the selected table.
src/main/java/hrider/ui/views/DesignerView.java:1336
↓ 1 callersMethodinitializeEditor
Initializes an editor with the provided value. @param value The value to pass to the editor.
src/main/java/hrider/ui/design/JCellEditor.java:179
↓ 1 callersMethodinitializeRowsTable
Initializes a rows table used to present the content of the selected table.
src/main/java/hrider/ui/views/DesignerView.java:1441
↓ 1 callersMethodinitializeTablesList
Initializes a table list used to present all available tables in the hbase cluster.
src/main/java/hrider/ui/views/DesignerView.java:1222
↓ 1 callersMethodisCellOfType
Validates whether the value held by the cell can be converted to the specified type. @param columnType The type to check. @return True if the value c
src/main/java/hrider/data/DataRow.java:158
↓ 1 callersMethodisColumnOfType
Validates whether the values held by the column can be converted to the specified type. @param columnType The type to check. @return True if the valu
src/main/java/hrider/hbase/Scanner.java:237
↓ 1 callersMethodisDecimal
Checks whether the string represents a floating number. @param value The string to check. @return True if the string represents a number or false oth
src/main/java/hrider/reflection/Clazz.java:312
↓ 1 callersMethodisEqual
Checks if the object has exactly the same value. @param value The value to check. @return True if the provided value equals to the object's value or
src/main/java/hrider/data/ConvertibleObject.java:159
↓ 1 callersMethodisLinkVisited
()
src/main/java/hrider/ui/controls/JLinkButton.java:175
↓ 1 callersMethodisOfType
Validates whether the value held by the cell can be converted to the specified type. @param type The type to check. @return True if the value can be
src/main/java/hrider/data/DataCell.java:135
← previousnext →301–400 of 888, ranked by callers