Java Random Name randomIndexName()

Here you can find the source of randomIndexName()

Description

random Index Name

License

Apache License

Declaration

private static String randomIndexName() 

Method Source Code

//package com.java2s;
// Splunk Inc. licenses this file

public class Main {
    private static String randomIndexName() {
        return "index-" + System.currentTimeMillis();
    }//w  ww.java2  s.  co  m
}

Related

  1. getRandomName()
  2. getRandomName()
  3. getRandomName()
  4. randomFileName()
  5. randomFilename()
  6. randomName()
  7. randomName()
  8. randomName()