Skip to content

Big Data

Analytics And More
  • Home
  • Spark
  • Design Patterns
  • streaming
  • Map Reduce
  • Hive
  • Hdfs & Yarn
  • Pig
  • Oozie
  • Hbase

Tag: java design pattern

flyweight pattern java with real world example

September, 2017 adarsh

Flyweight design pattern is used to minimize the memory usage with the help of an object that shares as much…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

facade pattern java with real world example

adarsh

The Facade Pattern provides a unified interface to a set of interfaces in a subsytem. Facade defines a higher-level interface…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

adapter pattern java with real world example

adarsh

The adapter pattern converts the interface of a class into another interface the clients expect. Adapter lets classes work together…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

real time example for prototype design pattern in java

September, 2017 adarsh

The prototype design pattern is a creational design pattern that involves creating objects by cloning them from existing ones. Its…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

singleton design pattern in java with realtime example

September, 2017 adarsh

The Singleton Pattern ensures a class has only one instance, and provides a global point of access to it. I…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

builder pattern real world example in java

September, 2017 adarsh

The builder pattern is an object creation software design pattern. The intention of the builder pattern is to find a…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

abstract factory Pattern real world example in java

adarsh

The Abstract Factory Pattern provides an interface for creating families of related or dependent objects without specifying their concrete classes.…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

Post navigation

Page 3 of 4
← Previous 1 2 3 4 Next →

Recent Posts

  • Optimization for Using AWS Lambda to Send Messages to Amazon MSK
  • Rebalancing a Kafka Cluster in AWS MSK using CLI Commands
  • Using StsAssumeRoleCredentialsProvider with Glue Schema Registry Integration in Kafka Producer
  • Home
  • Contact Me
  • About Me
Copyright © 2017 Time Pass Techies
 

Loading Comments...